Date: Wed, 2 May 2001 16:56:21 -0700 (PDT) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include Makefile elf-hints.h elf.h src/lib/libc/gen nlist.c src/libexec/rtld-elf rtld.h src/sbin/ldconfig elfhints.c ldconfig.c src/sys/boot/i386/boot2 boot2.c src/usr.bin/brandelf brandelf.c src/usr.bin/gcore ... Message-ID: <200105022356.f42NuL005300@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2001/05/02 16:56:21 PDT Modified files: include Makefile elf-hints.h lib/libc/gen nlist.c libexec/rtld-elf rtld.h sbin/ldconfig elfhints.c ldconfig.c sys/boot/i386/boot2 boot2.c usr.bin/brandelf brandelf.c usr.bin/gcore elfcore.c gcore.c usr.bin/gprof elf.c usr.bin/ldd ldd.c sods.c usr.sbin/crunch/crunchide exec_elf32.c usr.sbin/kgzip elfhdr.h kgzcmp.c Removed files: include elf.h Log: * include/elf.h has been repo copied to include/elf-hints.h, and it no longer includes machine/elf.h. * consumers of elf.h now use the minimalist elf header possible. This change is motivated by Binutils 2.11.0 and too much clashing over our base elf headers and the Binutils elf headers. Revision Changes Path 1.132 +2 -2 src/include/Makefile 1.4 +4 -7 src/include/elf-hints.h 1.14 +3 -2 src/lib/libc/gen/nlist.c 1.21 +3 -2 src/libexec/rtld-elf/rtld.h 1.8 +2 -2 src/sbin/ldconfig/elfhints.c 1.35 +2 -2 src/sbin/ldconfig/ldconfig.c 1.31 +2 -2 src/sys/boot/i386/boot2/boot2.c 1.18 +3 -2 src/usr.bin/brandelf/brandelf.c 1.7 +2 -2 src/usr.bin/gcore/elfcore.c 1.19 +2 -2 src/usr.bin/gcore/gcore.c 1.3 +6 -1 src/usr.bin/gprof/elf.c 1.22 +2 -2 src/usr.bin/ldd/ldd.c 1.11 +2 -2 src/usr.bin/ldd/sods.c 1.2 +5 -3 src/usr.sbin/crunch/crunchide/exec_elf32.c 1.3 +3 -2 src/usr.sbin/kgzip/elfhdr.h 1.5 +2 -2 src/usr.sbin/kgzip/kgzcmp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105022356.f42NuL005300>