summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
...
* Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...Carmelo Amoroso2007-11-168-2/+494
* Define _dl_assert in libdl only if __DOASSERTS__ is defined. Thanks to Peter ...Carmelo Amoroso2007-11-091-7/+16
* Added support for GNU hash style into dynamic linkerCarmelo Amoroso2007-11-074-32/+215
* Handle STT_COMMON symbols too. Following binutils releaseJoakim Tjernlund2007-10-211-1/+6
* - use the compiler-driver instead of the linkerBernhard Reutner-Fischer2007-10-132-3/+3
* Do string comparisos as late as possible during symbol lookup.Mike Frysinger2007-10-081-2/+2
* Make sure that the DSO has an hash table into its elf, otherwise skipMike Frysinger2007-09-281-0/+4
* Blue Swirl writes:Mike Frysinger2007-09-152-0/+5
* Remove stray code alignment (.align 16 and .align 4 directives)Denis Vlasenko2007-07-294-4/+0
* Apply patch as submitted by Blue Smurfy Swirly <blauwirbel@gmail.com> for Spa..."Steven J. Hill"2007-07-181-0/+6
* Correct return value. Pointed out by psm.Joakim Tjernlund2007-06-041-1/+1
* fix ld.so.cache handling on no-mmu setupsMike Frysinger2007-04-172-1/+7
* Bernd Schmidt writes:Joakim Tjernlund2007-03-313-55/+86
* #1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger2007-03-192-2/+2
* Carmelo Amoroso writes:Joakim Tjernlund2007-03-131-0/+1
* Carmelo Amoroso writes:Joakim Tjernlund2007-03-131-0/+33
* make sure we have rtld_hidden_def(_dl_debug_state)Mike Frysinger2007-02-211-0/+1
* Make _dl_malloc alignment arch configurable.Joakim Tjernlund2007-02-173-3/+13
* Fix dlopen for static apps.Joakim Tjernlund2007-02-161-2/+12
* use /*...*/ comments rather than #... so we can preprocessMike Frysinger2007-02-131-16/+16
* - see if defined foo before trying to look at the value of foo (that should b...Bernhard Reutner-Fischer2007-01-291-1/+1
* fix from Bernd Schmidt to make sure _dl_debug_state isnt optimized away and d...Mike Frysinger2007-01-281-1/+6
* as pointed out by Jocke, use "2" for actual error messages and _dl_debug_file...Mike Frysinger2007-01-281-6/+6
* Fix libdl bug reported by Cedric Hombourger inJoakim Tjernlund2007-01-262-30/+32
* Joseph S. Myers writes:Joakim Tjernlund2007-01-091-2/+2
* Support SecurePLTs for PowerPC. You need a toolchain that supportsJoakim Tjernlund2007-01-053-58/+114
* bits/kernel_stat.h is for internal uClibc use only, fix a few otherEric Andersen2006-12-061-1/+2
* Use constant pool instead of and adr Khem Raj2006-11-211-15/+11
* Bernd Schmidt writes: [blackfin updates] add support for FDPIC and include L1...Mike Frysinger2006-11-177-0/+1605
* Bernd Schmidt writes:Mike Frysinger2006-11-172-2/+7
* revert rev 16527 changes to ldso/ldso/dl-hash.cEric Andersen2006-11-161-42/+20
* Paul Brook writes:Eric Andersen2006-11-161-5/+9
* This change reimplements the ARM _dl_linux_resolve entry point - this isEric Andersen2006-11-103-53/+192
* arm thumb:Eric Andersen2006-11-101-0/+35
* mips64 patch from Atsushi Nemoto:Eric Andersen2006-11-044-27/+224
* Make _dl_linux_resolve interworking safe. Thanks Paul BrookKhem Raj2006-10-101-0/+6
* fixup from Bernd Schmidt to properly document DL_ADDR_TO_FUNC_PTRMike Frysinger2006-10-071-3/+9
* Bernd Schmidt writes:Mike Frysinger2006-10-072-10/+25
* Don't use r10 to find PIC base. In GCC 4.1.1 onwards ARM PIC handling uses ps...Khem Raj2006-10-071-5/+29
* merge some more FDPIC related fixes from Bernd SchmidtMike Frysinger2006-09-196-16/+27
* patch from Bernd Schmidt to abstract away initializing of relocation addressesMike Frysinger2006-07-057-46/+84
* patch from Bernd Schmidt to abstract away initializing of prog load addressesMike Frysinger2006-07-052-1/+9
* convert #if 0 code to _dl_if_debug_print()Mike Frysinger2006-07-051-11/+8
* patch from Bernd Schmidt to abstract away load address typesMike Frysinger2006-07-058-13/+25
* patch from Bernd Schmidt to abstract away load address checksMike Frysinger2006-07-052-7/+18
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-2/+1
* update licenseMike Frysinger2006-07-057-144/+45
* missed an ElfW(Addr) changeMike Frysinger2006-07-051-1/+1
* patch from Bernd Schmidt to abstract away load addressesMike Frysinger2006-07-052-3/+12
* use ElfW(Addr) in more placesMike Frysinger2006-07-054-19/+14