From owner-cvs-all Wed Jul 11 16:59:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 736E337B401; Wed, 11 Jul 2001 16:59:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f6BNxCm18215; Wed, 11 Jul 2001 16:59:12 -0700 (PDT) (envelope-from obrien) Message-Id: <200107112359.f6BNxCm18215@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 11 Jul 2001 16:59:12 -0700 (PDT) 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 ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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