Commit Verlauf

Autor SHA1 Nachricht Datum
  Mike Frysinger 47319595bd patch from Bernd Schmidt to abstract away initializing of relocation addresses vor 18 Jahren
  Mike Frysinger a60180c265 patch from Bernd Schmidt to abstract away load address types vor 18 Jahren
  Mike Frysinger 48e99a87d2 use ElfW(Addr) in more places vor 18 Jahren
  Mike Frysinger 656554001c revert fdpic patch so we can merge it in bit by bit vor 18 Jahren
  Mike Frysinger 1ba3a7b727 Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFs vor 18 Jahren
  Mike Frysinger 279aa180f9 eat whitespace vor 18 Jahren
  Eric Andersen 1d1d5ecd33 doh, forgot to copy the final \0 vor 18 Jahren
  Eric Andersen 40525510c2 micro-optimization -- we already know how long the source is vor 18 Jahren
  Eric Andersen f8bcc098fe cleanup whitespace vor 18 Jahren
  Eric Andersen 375688c15d fixup a big 'ol memory leak in search_for_named_library() vor 18 Jahren
  Mike Frysinger 93cd5fc81d make all the warnings the same and add line #s so we can pick em out at runtime vor 18 Jahren
  Mike Frysinger 005657ccfb kill spurious semicolons vor 18 Jahren
  Peter S. Mazinger 05e75260d6 Get rid of missing prototype warnings vor 18 Jahren
  Mike Frysinger 0a2e17d7c7 fix a (very unlikely) page leak vor 18 Jahren
  Peter S. Mazinger acb5ff2ef3 Remove trailing ';' from strong_alias, thx Bernhard Fischer vor 19 Jahren
  Mike Frysinger ee6aec88f2 fix up ifdef checks so dl_iterate_phdr is defined in all the proper objects vor 19 Jahren
  "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. vor 19 Jahren
  Joakim Tjernlund c4f31d2e43 Hopefully fix the bug Oleg reported in http://uclibc.org/lists/uclibc/2005-October/012809.html vor 19 Jahren
  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 vor 19 Jahren
  Mike Frysinger ee375653ed some fixes by anemo in Bug 9 to play nicely with 32 or 64 bit hosts vor 19 Jahren
  Mike Frysinger e55e48a9f6 use the debug dprint macros to clean up readability vor 19 Jahren
  Mike Frysinger 8174ddee1c use the debug dprint macros to clean up readability vor 19 Jahren
  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) vor 19 Jahren
  Mike Frysinger 911e3b1d97 make sure we use long instead of int so we dont truncate 64bit values vor 19 Jahren
  Mike Frysinger f743732430 make RUNPATH/RPATH support configurable vor 19 Jahren
  Mike Frysinger 6512a60090 change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bitsize vor 19 Jahren
  Mike Frysinger a534ea55c5 move _dl_if_debug_dprint() to shared ldso header vor 19 Jahren
  Mike Frysinger c279d07315 rework the debug _dl_dprintf usage to avoid #ifdef macros and make more readable vor 19 Jahren
  Joakim Tjernlund 61c12b2778 Initial support for both RUNPATH support. vor 19 Jahren
  Joakim Tjernlund b18efa341f Fix bug 60 vor 19 Jahren