OSDN Git Service

ldso: Fix loadaddr and mappaddr when prelink support is enabled.
[uclinux-h8/uClibc.git] / ldso / ldso / dl-hash.c
2010-09-17 Filippo Arcidiaconoldso: Fix loadaddr and mappaddr when prelink support...
2010-09-17 Filippo Arcidiaconoldso: Add runtime prelink support
2010-09-17 Filippo Arcidiaconoldso: Add support for LD_WARN and LD_TRACE_PRELINKING
2010-09-17 Filippo Arcidiaconoldso: Rework global scope handling and symbol lookup...
2009-12-17 Hans-Christian Egtvedtcheck if USE_TLS is defined before use
2009-12-17 Hans-Christian Egtvedtcheck if USE_TLS is defined before use
2009-10-16 Austin Foxleyldso: fixup missed variable rename ( tls_tpnt -> tpntp )
2009-10-15 Mike Frysingerldso: simplify handling of extra _dl_lookup_hash() arg
2009-10-15 Mike Frysingerldso: clean up breakage in tls merge
2009-09-26 Austin Foxleyldso/: tls support for dynamic linker
2009-01-10 Denis Vlasenkosimple optimizations and style fixes in dynamic loading
2008-12-22 Bernhard Reutner... - non-pic support for MIPS (Catherine Moore, clm at...
2008-11-18 Carmelo AmorosoMove _dl_iterate_phdr into libc.so.0 and libc.a (as...
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-03-11 Carmelo AmorosoMove calculation of rem within if (unlikely statement
2008-03-09 Carmelo AmorosoKhem Raj <kraj@mvista.com> writes:
2008-02-08 Bernd SchmidtFix the recent dladdr changes so that they compile...
2008-01-18 Carmelo AmorosoThis patch solves a problem in dladdr caused by the...
2008-01-09 Mike Frysingerfix broken whitespace in many places; no functional...
2007-12-03 Bernd SchmidtFix a few warnings introduced by my previous commits.
2007-12-03 Bernd SchmidtBlackfin FD-PIC patch 3/6.
2007-11-07 Carmelo AmorosoAdded support for GNU hash style into dynamic linker
2007-10-21 Joakim TjernlundHandle STT_COMMON symbols too. Following binutils release
2007-10-08 Mike FrysingerDo string comparisos as late as possible during symbol...
2007-09-28 Mike FrysingerMake sure that the DSO has an hash table into its elf...
2007-01-09 Joakim TjernlundJoseph S. Myers writes:
2006-11-16 Eric Andersenrevert rev 16527 changes to ldso/ldso/dl-hash.c
2006-11-10 Eric AndersenThis change reimplements the ARM _dl_linux_resolve...
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away initializing...
2006-07-05 Mike Frysingerpatch from Bernd Schmidt to abstract away load address...
2006-07-05 Mike Frysingeruse ElfW(Addr) in more places
2006-07-05 Mike Frysingerrevert fdpic patch so we can merge it in bit by bit
2006-06-30 Mike FrysingerBernd Schmidt writes: abstract away addresses so we...
2005-12-14 Mike Frysingerfix signed/unsigned warnings and unused warnings
2005-09-18 Joakim TjernlundRemove unused function.
2005-08-29 Mike Frysingersome fixes by anemo in Bug 9 to play nicely with 32...
2005-07-13 Mike Frysingereat pointless whitespace
2005-07-13 Mike Frysingeruse Elf32_Word instead of uint32_t since that is what...
2005-07-11 Mike Frysingerforce hash buckets to work off of 32bit quantities
2005-06-30 Mike Frysingercreate generic ELF_* macros to hide 32/64 bit differences
2005-06-30 Mike Frysingerchange all Elf32_* usage to ElfW(*) usage since we...
2005-06-30 "Steven J. Hill"The function '_dl_memset' should always be inlined...
2005-04-01 Joakim TjernlundOptimize _dl_elf_hash(), both smaller and faster. Mostly
2005-03-29 Joakim TjernlundMoved the addition of load address from the fast path
2005-01-05 Mike Frysingerfix eriks e-mail address
2004-11-10 Joakim TjernlundAdd RTLD_LOCAL support for dlopened libs. Reported by
2004-11-02 Joakim Tjernlund- Remove dynamic_size from struct elf_resolve.
2004-08-26 Joakim TjernlundAdded test for RTLD_GLOBAL flag in _dl_find_hash().
2004-08-09 Joakim TjernlundThis should fix the dlsym problem Peter van Hoyweghen...
2004-07-14 Eric AndersenSigh. I got things working this morning, then checked...
2004-07-14 Eric AndersenBased on a patch from Alexandre Oliva, make sure _dl_ma...
2004-06-19 Eric AndersenJoakim Tjernlund writes:
2004-02-20 Eric AndersenPatch from Joakim Tjernlund:
2004-02-14 Eric AndersenJoakim Tjernlund writes:
2004-02-10 Eric AndersenFix function prototype to match the official ELF standa...
2004-02-08 Eric AndersenCleanup whitespace and formatting
2004-02-07 Eric AndersenJoakim Tjernlund writes:
2003-08-19 Eric AndersenCool. Found most of the problem. Turns out we were...
2003-06-18 Eric AndersenBe extra careful to memset the correct size, not the...
2002-12-12 Eric AndersenRework things such that staticly linked applications...
2002-08-19 Eric Andersensome updates from Stefan Allius to make up the SuperH...
2002-08-09 Eric AndersenDisable this code for mips, which does things quite...
2002-08-08 Eric AndersenPatch from Stefan Allius and Edie C. Dost to add SuperH
2002-05-09 Eric AndersenAnother mips patch from Steven J. Hill:
2002-05-02 Eric AndersenPatch from Steven J. Hill <sjhill@realitydiluted.com>:
2002-01-23 Eric AndersenFixup build a bit. Be sneaky and include everything...
2002-01-11 Eric AndersenRework naming for shared lib loader to avoid potential
2001-05-01 Eric AndersenAnother cleanup. Never pass addresses as an 'int'
2001-05-01 Eric AndersenYet another major rework. This time around, rework...
2001-04-25 Eric AndersenMove libdl and udate build method a bit
2001-04-23 Eric AndersenInitial checkin for ld.so. This is a combination of...