Details
Details
- Reviewers
brooks kib - Group Reviewers
manpages - Commits
- rS359460: nlist: retire long-obsolete aout support
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
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. |
Comment Actions
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?
Comment Actions
@brooks also suggested doing away with this; I think that's a good idea and will do in a followup commit.