marius 2007-12-03 21:30:36 UTC FreeBSD src repository
Modified files: (Branch: RELENG_6) sys/alpha/include elf.h sys/amd64/include elf.h sys/arm/include elf.h sys/i386/include elf.h sys/ia64/include elf.h sys/powerpc/include elf.h sys/sparc64/include elf.h sys/sys elf32.h elf64.h elf_common.h elf_generic.h Log: MFC: sys/amd64/include/elf.h 1.19; sys/arm/include/elf.h 1.8; sys/i386/include/elf.h 1.17; sys/ia64/include/elf.h 1.15; sys/powerpc/include/elf.h 1.8; sys/sparc64/include/elf.h 1.13, 1.14, 1.15; sys/sys/elf32.h 1.11, 1.12, 1.13; sys/sys/elf64.h 1.14, 1.16, 1.17; sys/sys/elf_common.h 1.17, 1.18 (partial), 1.19, 1.20, 1.21, 1.22; sys/sys/elf_generic.h 1.8 - Add GNU symbol versioning constants. - Correct URL to ELF header documantation. - Add Sparc TLS relocation definitions. - Move the relocation definitions to the common elf header so that DTrace can use them on one architecture targeted to a different one. Add the additional ELF types defines in Sun's "Linker and Libraries" manual. - Add `PN_XNUM', for supporting ELF objects with a large number of program header table entries. Discussed with: jb (who in turn discussed the MFC with jkoshy) Revision Changes Path 1.14.10.1 +0 -33 src/sys/alpha/include/elf.h 1.18.8.1 +0 -25 src/sys/amd64/include/elf.h 1.5.2.3 +0 -34 src/sys/arm/include/elf.h 1.16.8.1 +0 -32 src/sys/i386/include/elf.h 1.11.10.2 +0 -86 src/sys/ia64/include/elf.h 1.7.2.1 +0 -88 src/sys/powerpc/include/elf.h 1.12.10.1 +6 -66 src/sys/sparc64/include/elf.h 1.8.14.2 +82 -0 src/sys/sys/elf32.h 1.10.14.2 +76 -0 src/sys/sys/elf64.h 1.15.8.2 +525 -8 src/sys/sys/elf_common.h 1.6.14.2 +5 -0 src/sys/sys/elf_generic.h _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"