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)
Mon, Apr 29, 4:18 AM
Unknown Object (File)
Mar 8 2024, 1:55 AM
Unknown Object (File)
Dec 23 2023, 3:25 AM
Unknown Object (File)
Aug 28 2023, 1:45 PM
Unknown Object (File)
Aug 2 2023, 6:22 PM
Unknown Object (File)
Jul 15 2023, 10:21 PM
Unknown Object (File)
Jul 8 2023, 8:56 AM
Unknown Object (File)
Jun 13 2023, 1:34 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).