OSDN Git Service

ldso: arm, metag: Use runtime pagesize
[uclinux-h8/uClibc.git] / ldso / include / dl-hash.h
2012-06-15 Peter S. Mazingerldso/include: change guard of headers to reflect the...
2012-06-15 Peter S. Mazingerdl-hash.h: remove unused _dl_symbol and unneeded prototypes
2012-06-06 Mark SalterClean up DSBT support
2011-07-01 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-06-24 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-05-04 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-02-03 Carmelo AmorosoMerge remote branch 'origin/master' into prelink
2011-01-21 Carmelo AmorosoMerge remote branch 'origin/master' into prelink
2011-01-20 Carmelo Amorosoldso: get rid of _dl_lookup_hash
2011-01-20 Salvatore CroAdd protected symbols support for all architectures
2011-01-03 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-12-14 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-12-06 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-11-28 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-11-02 Denys Vlasenkoldso/include/dl-hash.h: suppress compiler warning....
2010-09-24 Carmelo AmorosoMerge commit 'origin/master' into prelink
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...
2010-09-17 Filippo Arcidiaconoldso: Add implementation of ld.so standalone execution
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-15 Mike Frysingerldso: simplify handling of extra _dl_lookup_hash() arg
2009-10-15 Mike Frysingerldso: clean up breakage in tls merge
2009-10-06 Bernhard Reutner... whitespace cleanup
2009-09-26 Austin Foxleyldso/: tls support for dynamic linker
2008-11-03 Hans-Christian EgtvedtFix whitespace damage in file.
2008-07-23 Bernhard Reutner... - fix inline keyword
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 SchmidtBlackfin FD-PIC patch 4/6.
2007-12-03 Bernd SchmidtBlackfin FD-PIC patch 3/6.
2007-11-07 Carmelo AmorosoAdded support for GNU hash style into dynamic linker
2006-09-19 Mike Frysingermerge some more FDPIC related fixes from Bernd Schmidt
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-11-23 Mike Frysingerchange to Lesser GPL 2.1 as pointed out by psm
2005-11-22 Mike Frysingeradd some copyright info
2005-09-18 Joakim TjernlundRemove unused function.
2005-09-17 Joakim TjernlundFix bug 430 and reduce ldso size with 1KB :). Not sure...
2005-08-29 Mike Frysingersome fixes by anemo in Bug 9 to play nicely with 32...
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 Frysingerchange all Elf32_* usage to ElfW(*) usage since we...
2005-04-13 Eric AndersenAdd missing definition for DL_OPENED
2005-03-29 Joakim TjernlundMoved the addition of load address from the fast path
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-10-07 Joakim TjernlundRemove usage of _dl_parse_copy_information() from gener...
2004-09-08 Joakim TjernlundSecond attempt to fix the INIT/FINI order. This time...
2004-09-03 Joakim TjernlundFirst attempt to fix the INIT/FINI ordering. Fingers...
2004-08-17 Joakim TjernlundLet ldso decide if it should relocate itselft a second...
2004-02-14 Eric AndersenJoakim Tjernlund writes:
2004-02-10 Eric AndersenFix function prototype to match the official ELF standa...
2003-08-19 Eric AndersenCool. Found most of the problem. Turns out we were...
2003-08-19 Eric AndersenPhase one of my evil plan to clean up ld.so...