Commit History

Author SHA1 Message Date
  Mike Frysinger a60180c265 patch from Bernd Schmidt to abstract away load address types 18 years ago
  Mike Frysinger 48e99a87d2 use ElfW(Addr) in more places 18 years ago
  Mike Frysinger 656554001c revert fdpic patch so we can merge it in bit by bit 18 years ago
  Mike Frysinger 1ba3a7b727 Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFs 18 years ago
  Mike Frysinger 279aa180f9 eat whitespace 18 years ago
  Eric Andersen 1d1d5ecd33 doh, forgot to copy the final \0 18 years ago
  Eric Andersen 40525510c2 micro-optimization -- we already know how long the source is 18 years ago
  Eric Andersen f8bcc098fe cleanup whitespace 18 years ago
  Eric Andersen 375688c15d fixup a big 'ol memory leak in search_for_named_library() 18 years ago
  Mike Frysinger 93cd5fc81d make all the warnings the same and add line #s so we can pick em out at runtime 18 years ago
  Mike Frysinger 005657ccfb kill spurious semicolons 18 years ago
  Peter S. Mazinger 05e75260d6 Get rid of missing prototype warnings 18 years ago
  Mike Frysinger 0a2e17d7c7 fix a (very unlikely) page leak 18 years ago
  Peter S. Mazinger acb5ff2ef3 Remove trailing ';' from strong_alias, thx Bernhard Fischer 18 years ago
  Mike Frysinger ee6aec88f2 fix up ifdef checks so dl_iterate_phdr is defined in all the proper objects 18 years ago
  "Steven J. Hill" df616ea88a Do not set the RELOCS_DONE flag until it is actually done. This order matters for NPTL libpthreads to work. Well, that was a nice waste of 3 hours. 18 years ago
  Joakim Tjernlund c4f31d2e43 Hopefully fix the bug Oleg reported in http://uclibc.org/lists/uclibc/2005-October/012809.html 18 years ago
  Joakim Tjernlund 24acea5475 Fix bug 430 and reduce ldso size with 1KB :). Not sure if I need to use fstat64, but I am sure someone will 18 years ago
  Mike Frysinger ee375653ed some fixes by anemo in Bug 9 to play nicely with 32 or 64 bit hosts 19 years ago
  Mike Frysinger e55e48a9f6 use the debug dprint macros to clean up readability 19 years ago
  Mike Frysinger 8174ddee1c use the debug dprint macros to clean up readability 19 years ago
  Mike Frysinger f4d9a266b9 declare reloc_addr as ElfW(Addr) instead of Word since it is an Addr, not a Word (and it will truncate addresses on 64bit hosts) 19 years ago
  Mike Frysinger 911e3b1d97 make sure we use long instead of int so we dont truncate 64bit values 19 years ago
  Mike Frysinger f743732430 make RUNPATH/RPATH support configurable 19 years ago
  Mike Frysinger 6512a60090 change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bitsize 19 years ago
  Mike Frysinger a534ea55c5 move _dl_if_debug_dprint() to shared ldso header 19 years ago
  Mike Frysinger c279d07315 rework the debug _dl_dprintf usage to avoid #ifdef macros and make more readable 19 years ago
  Joakim Tjernlund 61c12b2778 Initial support for both RUNPATH support. 19 years ago
  Joakim Tjernlund b18efa341f Fix bug 60 19 years ago
  Joakim Tjernlund fdaf1b4fa8 Cleanup library loading. 19 years ago