Commit History

Author SHA1 Message Date
  Denis Vlasenko 27d501fdbf simple optimizations and style fixes in dynamic loading 17 years ago
  Bernhard Reutner-Fischer 7f07b8deff - non-pic support for MIPS (Catherine Moore, clm at codesourcery com) 17 years ago
  Carmelo Amoroso 827c5f1b82 Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does). 17 years ago
  Bernhard Reutner-Fischer f1775381f9 - fix inline keyword 17 years ago
  Carmelo Amoroso 459994b032 Move calculation of rem within if (unlikely statement 17 years ago
  Carmelo Amoroso da9b57abbc Khem Raj <kraj@mvista.com> writes: 17 years ago
  Bernd Schmidt bd2b38e3cd Fix the recent dladdr changes so that they compile on FD-PIC targets. 17 years ago
  Carmelo Amoroso 341b678f45 This patch solves a problem in dladdr caused by the wrong value 18 years ago
  Mike Frysinger 79913b3e6c fix broken whitespace in many places; no functional changes 18 years ago
  Bernd Schmidt ad989e28a4 Fix a few warnings introduced by my previous commits. 18 years ago
  Bernd Schmidt 95586b5663 Blackfin FD-PIC patch 3/6. 18 years ago
  Carmelo Amoroso 6630516b0a Added support for GNU hash style into dynamic linker 18 years ago
  Joakim Tjernlund 77b4b9f9b6 Handle STT_COMMON symbols too. Following binutils release 18 years ago
  Mike Frysinger f8713e7a0f Do string comparisos as late as possible during symbol lookup. 18 years ago
  Mike Frysinger eb0847057d Make sure that the DSO has an hash table into its elf, otherwise skip 18 years ago
  Joakim Tjernlund 9855a12e73 Joseph S. Myers writes: 19 years ago
  Eric Andersen d709a4787d revert rev 16527 changes to ldso/ldso/dl-hash.c 19 years ago
  Eric Andersen 5be7aba864 This change reimplements the ARM _dl_linux_resolve entry point - this is 19 years ago
  Mike Frysinger 47319595bd patch from Bernd Schmidt to abstract away initializing of relocation addresses 19 years ago
  Mike Frysinger a60180c265 patch from Bernd Schmidt to abstract away load address types 19 years ago
  Mike Frysinger 48e99a87d2 use ElfW(Addr) in more places 19 years ago
  Mike Frysinger 656554001c revert fdpic patch so we can merge it in bit by bit 19 years ago
  Mike Frysinger 1ba3a7b727 Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFs 19 years ago
  Mike Frysinger cd1172774d fix signed/unsigned warnings and unused warnings 20 years ago
  Joakim Tjernlund 50adcf84a2 Remove unused function. 20 years ago
  Mike Frysinger ee375653ed some fixes by anemo in Bug 9 to play nicely with 32 or 64 bit hosts 20 years ago
  Mike Frysinger f50c17eb71 eat pointless whitespace 20 years ago
  Mike Frysinger 43346101c5 use Elf32_Word instead of uint32_t since that is what the ELF spec refers to 20 years ago
  Mike Frysinger 84cc817ba5 force hash buckets to work off of 32bit quantities 20 years ago
  Mike Frysinger 59cc1e9342 create generic ELF_* macros to hide 32/64 bit differences 20 years ago