OSDN Git Service

merge some more FDPIC related fixes from Bernd Schmidt
[uclinux-h8/uClibc.git] / ldso / include / dl-hash.h
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...