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)
Fri, Aug 7, 5:55 AM
Unknown Object (File)
Fri, Aug 7, 4:09 AM
Unknown Object (File)
Thu, Aug 6, 8:42 PM
Unknown Object (File)
Thu, Aug 6, 8:38 PM
Unknown Object (File)
Jul 16 2026, 10:44 AM
Unknown Object (File)
Jul 8 2026, 12:17 PM
Unknown Object (File)
Jul 7 2026, 3:57 AM
Unknown Object (File)
Jun 23 2026, 1:31 PM
Subscribers
None

Details

Summary

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
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 ↗(On Diff #4872)

I'll remove this too

usr.sbin/crunch/crunchide/extern.h
34–37 ↗(On Diff #4872)

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 ↗(On Diff #4872)

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

usr.sbin/crunch/crunchide/extern.h
34–37 ↗(On Diff #4872)

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).