summaryrefslogtreecommitdiff
path: root/ldso
AgeCommit message (Expand)Author
2008-01-08change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger
2008-01-08the _dl_errno extern already exists in common headers, so no need for a local...Mike Frysinger
2008-01-05Chris Zankel writes:Mike Frysinger
2008-01-05whitespace only: fix indentationMike Frysinger
2007-12-04Blackfin FD-PIC patch 6/6.Bernd Schmidt
2007-12-03Fix a few warnings introduced by my previous commits.Bernd Schmidt
2007-12-03Blackfin FD-PIC patches 5/6.Bernd Schmidt
2007-12-03Blackfin FD-PIC patch 4/6.Bernd Schmidt
2007-12-03Blackfin FD-PIC patch 3/6.Bernd Schmidt
2007-12-03Blackfin FD-PIC patch 2/6.Bernd Schmidt
2007-12-03Blackfin FD-PIC patch 1/6.Bernd Schmidt
2007-12-03Some versions of gcc consider inline merely a hint. AVR32 depends on theCarmelo Amoroso
2007-11-28Fix merging error: a macro was renamed.Bernd Schmidt
2007-11-23Change test for a define that got renamed a while ago.Bernd Schmidt
2007-11-16If uClibc's ld.so encounters text relocations in a shared library - one Carmelo Amoroso
2007-11-16Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...Carmelo Amoroso
2007-11-09Define _dl_assert in libdl only if __DOASSERTS__ is defined. Thanks to Peter ...Carmelo Amoroso
2007-11-07Added support for GNU hash style into dynamic linkerCarmelo Amoroso
2007-10-21Handle STT_COMMON symbols too. Following binutils releaseJoakim Tjernlund
2007-10-13- use the compiler-driver instead of the linkerBernhard Reutner-Fischer
2007-10-08Do string comparisos as late as possible during symbol lookup.Mike Frysinger
2007-09-28Make sure that the DSO has an hash table into its elf, otherwise skipMike Frysinger
2007-09-15Blue Swirl writes:Mike Frysinger
2007-07-29Remove stray code alignment (.align 16 and .align 4 directives)Denis Vlasenko
2007-07-18Apply patch as submitted by Blue Smurfy Swirly <blauwirbel@gmail.com> for Spa..."Steven J. Hill"
2007-06-04Correct return value. Pointed out by psm.Joakim Tjernlund
2007-04-17fix ld.so.cache handling on no-mmu setupsMike Frysinger
2007-03-31Bernd Schmidt writes:Joakim Tjernlund
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