Page MenuHomeFreeBSD

nlist: retire long-obsolete aout support
ClosedPublic

Authored by emaste on Mar 30 2020, 6:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 22, 11:05 AM
Unknown Object (File)
Fri, Jun 21, 1:36 PM
Unknown Object (File)
Fri, Jun 21, 9:01 AM
Unknown Object (File)
Fri, Jun 21, 1:19 AM
Unknown Object (File)
Dec 20 2023, 6:25 AM
Unknown Object (File)
Nov 27 2023, 9:38 AM
Unknown Object (File)
Nov 21 2023, 10:17 AM
Unknown Object (File)
Nov 8 2023, 1:34 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Mar 30 2020, 7:36 PM
brooks added inline comments.
lib/libc/gen/nlist.c
54 ↗(On Diff #70016)

I'd be tempted to do an additional commit nuking _NLIST_DO_ELF as almost certainly pointless abstraction.

lib/libc/gen/nlist.c
54 ↗(On Diff #70016)

Yep, I wanted to keep this separate.

This revision was automatically updated to reflect the committed changes.

People (maybe just bde) were still builing aout kernels through the 5.x time frame, even though we'd cut over to ELF in 3.2... So yea, this is fine.
Do you need _NLIST_DO_ELF anymore? can't you unifdef things?

In D24229#533104, @imp wrote:

Do you need _NLIST_DO_ELF anymore? can't you unifdef things?

@brooks also suggested doing away with this; I think that's a good idea and will do in a followup commit.