]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Stop #defining FREEBSD_ELF
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 12 Dec 2023 23:30:00 +0000 (15:30 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 12 Dec 2023 23:30:00 +0000 (15:30 -0800)
commit4a3cf5f329d69076aa9d093d596eb0ee82d917f5
tree0259fb42967e77c21cbcb4fdca1cd6ee0e33374c
parent087c4c90d193c1401613e1e13fa99db8de52c8f0
Stop #defining FREEBSD_ELF

This was originally used (along with FREEBSD_AOUT) to prefer the use
of ELF in various tools instead of a.out as part of the a.out to ELF
transition in the 3.x days.  The last use of it was removed from
<link.h> in commit 66422f5b7a1a6055f0b2358268eb902aab6e2e3e back in
2002, but various files still #define it.

Reviewed by: kevans, imp, emaste
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D42964
libexec/rtld-elf/Makefile
stand/common/load_elf.c
stand/common/load_elf_obj.c
stand/common/reloc_elf.c
usr.sbin/kldxref/ef.c
usr.sbin/kldxref/ef_obj.c
usr.sbin/kldxref/kldxref.c