Page MenuHomeFreeBSD

crunchide: Remove unused i386 a.out support
ClosedPublic

Authored by emaste on Apr 17 2015, 1:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jul 16, 10:44 AM
Unknown Object (File)
Wed, Jul 8, 12:17 PM
Unknown Object (File)
Tue, Jul 7, 3:57 AM
Unknown Object (File)
Jun 23 2026, 1:31 PM
Unknown Object (File)
Jun 18 2026, 10:42 AM
Unknown Object (File)
Jun 9 2026, 8:41 AM
Unknown Object (File)
May 29 2026, 4:08 PM
Unknown Object (File)
May 29 2026, 3:06 PM
Subscribers
None

Details

Summary

We haven't needed a.out support in crunch for years.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to crunchide: Remove unused i386 a.out support.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: imp, jhb.
usr.sbin/crunch/crunchide/crunchide.c
215–217

I'll remove this too

usr.sbin/crunch/crunchide/extern.h
34–37

I'll remove this too

imp edited edge metadata.

With or without the ECOFF removal, I'm good.

usr.sbin/crunch/crunchide/crunchide.c
215–217

ECOFF is enough different from ELF, I'd be highly surprised if this actually worked anyway.

usr.sbin/crunch/crunchide/extern.h
34–37

notice that these routines aren't called, since in the other file they call _elf versions.

This revision is now accepted and ready to land.Apr 17 2015, 1:56 PM
emaste updated this revision to Diff 4876.

Closed by commit rS281655 (authored by @emaste).