Date: Wed, 11 Jul 2001 16:59:12 -0700 (PDT) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include elf-hints.h Makefile 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 elfcore.c gcore.c src/usr.bin/gprof ... Message-ID: <200107112359.f6BNxCm18215@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2001/07/11 16:59:12 PDT Modified files: (Branch: RELENG_4) include Makefile 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 Added files: (Branch: RELENG_4) include elf-hints.h Log: MFC: * Most of existing include/elf.h is in elf-hints.h. elf.h is now a compatibility header with Solaris/SVR4. * Consumers of elf.h now use the minimalist elf header possible. This change is motivated by Binutils 2.11 and too much clashing over our base elf headers and the Binutils elf headers. Revision Changes Path 1.109.2.13 +2 -2 src/include/Makefile 1.12.2.1 +3 -2 src/lib/libc/gen/nlist.c 1.15.2.5 +3 -2 src/libexec/rtld-elf/rtld.h 1.3.2.3 +2 -2 src/sbin/ldconfig/elfhints.c 1.31.2.3 +2 -2 src/sbin/ldconfig/ldconfig.c 1.28.2.3 +2 -2 src/sys/boot/i386/boot2/boot2.c 1.13.2.4 +2 -2 src/usr.bin/brandelf/brandelf.c 1.5.2.3 +2 -2 src/usr.bin/gcore/elfcore.c 1.15.2.1 +2 -2 src/usr.bin/gcore/gcore.c 1.2.2.1 +6 -1 src/usr.bin/gprof/elf.c 1.18.2.4 +2 -2 src/usr.bin/ldd/ldd.c 1.9.2.2 +2 -2 src/usr.bin/ldd/sods.c 1.1.6.1 +5 -3 src/usr.sbin/crunch/crunchide/exec_elf32.c 1.2.2.1 +3 -2 src/usr.sbin/kgzip/elfhdr.h 1.2.2.2 +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?200107112359.f6BNxCm18215>