Page MenuHomeFreeBSD

nlist: retire long-obsolete aout support
ClosedPublic

Authored by emaste on Mar 30 2020, 6:45 PM.
Tags
None
Referenced Files
F87086869: D24229.diff
Sat, Jun 29, 4:19 AM
F87061585: D24229.diff
Fri, Jun 28, 8:25 PM
Unknown Object (File)
Wed, Jun 26, 2:44 PM
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
Subscribers

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

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

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

lib/libc/gen/nlist.c
54

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.