cvs commit: src/sys/sys elf_common.h

2008-08-01 Thread Warner Losh
imp 2008-08-02 01:20:10 UTC FreeBSD src repository Modified files: sys/sys elf_common.h Log: SVN rev 181147 on 2008-08-02 01:20:10Z by imp Add ELF relocation types for mips. Obtained from: mips/include/elf.h Revision ChangesPath 1.24

cvs commit: src/sys/sys elf_common.h

2007-12-01 Thread John Birrell
jb 2007-12-02 00:05:18 UTC FreeBSD src repository Modified files: sys/sys elf_common.h Log: Add extra visibility definitions. See: http://groups.google.com/group/generic-abi/browse_thread/thread/1a84adc15666164 These are already in OpenSolaris and

cvs commit: src/sys/sys elf_common.h

2007-04-02 Thread Alexander Kabaev
kan 2007-04-03 01:47:07 UTC FreeBSD src repository Modified files: sys/sys elf_common.h Log: Correct PT_GNU_EH_FRAME definition. Revision ChangesPath 1.22 +1 -1 src/sys/sys/elf_common.h ___

cvs commit: src/sys/sys elf_common.h

2006-11-14 Thread Joseph Koshy
jkoshy 2006-11-14 12:10:39 UTC FreeBSD src repository Modified files: sys/sys elf_common.h Log: Add `PN_XNUM', for supporting ELF objects with a large number of program header table entries. Revision ChangesPath 1.21 +3 -0

cvs commit: src/sys/sys elf_common.h

2006-05-31 Thread Maxim Konovalov
maxim 2006-05-31 13:47:32 UTC FreeBSD src repository Modified files: sys/sys elf_common.h Log: o Correct URL to ELF header documantation. PR: kern/98213 Submitted by: Robert Gogolok Revision ChangesPath 1.19 +2 -2

cvs commit: src/sys/sys elf_common.h

2005-12-19 Thread Marcel Moolenaar
marcel 2005-12-19 20:20:37 UTC FreeBSD src repository Modified files: sys/sys elf_common.h Log: o Add the GNU symbol versioning section constants (SHT_GNU_verdef, SHT_GNU_verneed, SHT_GNU_versym), o Fix the definition of DT_HIOS -- it was short an 'f'...