K 10 svn:author V 6 marius K 8 svn:date V 27 2007-12-03T21:30:36.000000Z K 7 svn:log V 886 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) END