freebsd-dev/libexec/rtld-elf
Marcel Moolenaar 757686b115 Make our ELF64 type definitions match standards. In particular this
means:
o  Remove Elf64_Quarter,
o  Redefine Elf64_Half to be 16-bit,
o  Redefine Elf64_Word to be 32-bit,
o  Add Elf64_Xword and Elf64_Sxword for 64-bit entities,
o  Use Elf_Size in MI code to abstract the difference between
   Elf32_Word and Elf64_Word.
o  Add Elf_Ssize as the signed counterpart of Elf_Size.

MFC after: 2 weeks
2005-12-18 04:52:37 +00:00
..
alpha Explicitly cast ELF_R_TYPE() to the right type. 2005-12-18 01:38:26 +00:00
amd64 Explicitly cast ELF_R_TYPE() to the right type. 2005-12-18 01:38:26 +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 Explicitly cast ELF_R_TYPE() to the right type. 2005-12-18 01:38:26 +00:00
powerpc Remove these unused files before any other archs include the same bogus 2004-11-12 18:05:30 +00:00
sparc64 Make our ELF64 type definitions match standards. In particular this 2005-12-18 04:52:37 +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 Removed trailing whitespace. 2005-06-14 08:41:11 +00:00
rtld.c Make our ELF64 type definitions match standards. In particular this 2005-12-18 04:52:37 +00:00
rtld.h Make our ELF64 type definitions match standards. In particular this 2005-12-18 04:52:37 +00:00
xmalloc.c Add function prototypes. 2003-06-19 05:28:26 +00:00