summaryrefslogtreecommitdiff
path: root/ldso
AgeCommit message (Expand)Author
2007-03-19#1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger
2007-03-13Carmelo Amoroso writes:Joakim Tjernlund
2007-03-13Carmelo Amoroso writes:Joakim Tjernlund
2007-02-21make sure we have rtld_hidden_def(_dl_debug_state)Mike Frysinger
2007-02-17Make _dl_malloc alignment arch configurable.Joakim Tjernlund
2007-02-16Fix dlopen for static apps.Joakim Tjernlund
2007-02-13use /*...*/ comments rather than #... so we can preprocessMike Frysinger
2007-01-29- see if defined foo before trying to look at the value of foo (that should b...Bernhard Reutner-Fischer
2007-01-28fix from Bernd Schmidt to make sure _dl_debug_state isnt optimized away and d...Mike Frysinger
2007-01-28as pointed out by Jocke, use "2" for actual error messages and _dl_debug_file...Mike Frysinger
2007-01-26Fix libdl bug reported by Cedric Hombourger inJoakim Tjernlund
2007-01-09Joseph S. Myers writes:Joakim Tjernlund
2007-01-05Support SecurePLTs for PowerPC. You need a toolchain that supportsJoakim Tjernlund
2006-12-06bits/kernel_stat.h is for internal uClibc use only, fix a few otherEric Andersen
2006-11-21Use constant pool instead of and adr Khem Raj
2006-11-17Bernd Schmidt writes: [blackfin updates] add support for FDPIC and include L1...Mike Frysinger
2006-11-17Bernd Schmidt writes:Mike Frysinger
2006-11-16revert rev 16527 changes to ldso/ldso/dl-hash.cEric Andersen
2006-11-16Paul Brook writes:Eric Andersen
2006-11-10This change reimplements the ARM _dl_linux_resolve entry point - this isEric Andersen
2006-11-10arm thumb:Eric Andersen
2006-11-04mips64 patch from Atsushi Nemoto:Eric Andersen
2006-10-10Make _dl_linux_resolve interworking safe. Thanks Paul BrookKhem Raj
2006-10-07fixup from Bernd Schmidt to properly document DL_ADDR_TO_FUNC_PTRMike Frysinger
2006-10-07Bernd Schmidt writes:Mike Frysinger
2006-10-07Don't use r10 to find PIC base. In GCC 4.1.1 onwards ARM PIC handling uses ps...Khem Raj
2006-09-19merge some more FDPIC related fixes from Bernd SchmidtMike Frysinger
2006-07-05patch from Bernd Schmidt to abstract away initializing of relocation addressesMike Frysinger
2006-07-05patch from Bernd Schmidt to abstract away initializing of prog load addressesMike Frysinger
2006-07-05convert #if 0 code to _dl_if_debug_print()Mike Frysinger
2006-07-05patch from Bernd Schmidt to abstract away load address typesMike Frysinger
2006-07-05patch from Bernd Schmidt to abstract away load address checksMike Frysinger
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen
2006-07-05update licenseMike Frysinger
2006-07-05missed an ElfW(Addr) changeMike Frysinger
2006-07-05patch from Bernd Schmidt to abstract away load addressesMike Frysinger
2006-07-05use ElfW(Addr) in more placesMike Frysinger
2006-07-05revert fdpic patch so we can merge it in bit by bitMike Frysinger
2006-06-30Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFsMike Frysinger
2006-06-30Bernd Schmidt writes: too many semicolons!Mike Frysinger
2006-06-19eat extraneous ; and insert some whitespace where it belongsMike Frysinger
2006-06-19eat whitespaceMike Frysinger
2006-06-07use unsigned long like every other port as pointed out by Peter S. MazingerMike Frysinger
2006-04-20add a note as to why mips is specialMike Frysinger
2006-04-12doh, forgot to copy the final \0Eric Andersen
2006-04-12micro-optimization -- we already know how long the source isEric Andersen
2006-04-12cleanup whitespaceEric Andersen
2006-04-12fixup a big 'ol memory leak in search_for_named_library()Eric Andersen
2006-03-24typo stderrrPeter S. Mazinger
2006-03-23forgotten to update gettimeofday here as wellPeter S. Mazinger