freebsd-skq/libexec/rtld-elf
marius 39631005eb MFC: libexec/rtld-elf/sparc64/reloc.c 1.16,
sys/sparc64/sparc64/elf_machdep.c 1.24

- Fix the handling of R_SPARC_OLO10, which is a bit of a special case
  in the way we implement handling of relocations.
  While at it replace some more ELF_R_TYPE which should have been
  ELF64_R_TYPE_ID but didn't cause problems so far.
- Sync a sanity check between kernel and rtld(1) and change it to be
  maintenance free regarding the type used for the lookup table.
- Sprinkle const on lookup tables.
- Use __FBSDID.
2007-12-04 20:00:48 +00:00
..
alpha Define TLS_TCB_SIZE, needed by allocate_tls() and free_tls(). 2006-09-03 05:15:00 +00:00
amd64 MFC standardization of the ELF types and update of the ELF constants: 2005-12-30 22:13:59 +00:00
arm No need to provide atomic_cmpset_32() anymore. 2005-04-07 22:04:49 +00:00
i386 Clean out the leftovers from the i386_set_gsbase() TLS conversion. 2005-06-29 23:15:36 +00:00
ia64 MFC TLS fixes. 2006-09-02 00:59:35 +00:00
powerpc MFC TLS fixes. 2006-09-02 00:59:35 +00:00
sparc64 MFC: libexec/rtld-elf/sparc64/reloc.c 1.16, 2007-12-04 20:00:48 +00:00
debug.c Fix warnings on 64 bit platforms. 2003-06-19 16:09:18 +00:00
debug.h Add initial support for compiling a special 32 bit version of 2004-03-21 01:21:26 +00:00
libmap.c Description from Dan: 2005-02-04 02:46:41 +00:00
libmap.h Description from Dan: 2005-02-04 02:46:41 +00:00
Makefile So do it like we do in usr.bin/tip/tip/Makefile. ;) 2004-11-14 22:18:31 +00:00
malloc.c Very minor style nit: sort include files alphabetically. 2003-08-22 02:22:59 +00:00
map_object.c Attempt to free any static TLS space used by a shared library when it 2005-02-27 12:55:40 +00:00
rtld_lock.c Remove 80386 support from the ELF run time linker. 2004-11-16 20:45:51 +00:00
rtld_lock.h Fix warnings; no parameters in function prototypes. 2003-06-19 02:39:37 +00:00
rtld_tls.h Add support for Thread Local Storage. 2004-08-03 08:51:00 +00:00
rtld.1 MFC 1.42: 2007-05-19 11:20:31 +00:00
rtld.c MFC rtld.c revision 1.124 2007-07-14 19:04:00 +00:00
rtld.h MFC standardization of the ELF types and update of the ELF constants: 2005-12-30 22:13:59 +00:00
xmalloc.c Add function prototypes. 2003-06-19 05:28:26 +00:00