Page MenuHomeFreeBSD

crunchide: Remove unused i386 a.out support
ClosedPublic

Authored by emaste on Apr 17 2015, 1:09 PM.
Tags
None
Referenced Files
F106643325: D2311.diff
Fri, Jan 3, 6:21 AM
Unknown Object (File)
Mon, Dec 23, 9:56 AM
Unknown Object (File)
Nov 17 2024, 12:37 AM
Unknown Object (File)
Nov 14 2024, 9:52 AM
Unknown Object (File)
Nov 14 2024, 5:37 AM
Unknown Object (File)
Nov 8 2024, 5:21 AM
Unknown Object (File)
Nov 3 2024, 10:28 AM
Unknown Object (File)
Nov 3 2024, 10:28 AM
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).