OSDN Git Service

powerpc: Add TLS and NPTL support
[uclinux-h8/uClibc.git] / ldso / ldso / powerpc / elfinterp.c
2010-05-10 Khem Rajpowerpc: Add TLS and NPTL support
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-15 Bernhard Reutner... ldso: Add missing newlines to some debug messages
2009-10-15 Austin Foxleyldso: fixup all the rest of the calls to _dl_find_hash
2009-01-28 Carmelo AmorosoRemove check for the relocation type check in the resolver,
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-07-23 Bernhard Reutner... - fix inline keyword
2007-06-04 Joakim TjernlundCorrect return value. Pointed out by psm.
2007-01-05 Joakim TjernlundSupport SecurePLTs for PowerPC. You need a toolchain...
2006-06-19 Mike Frysingereat extraneous ; and insert some whitespace where it...
2005-11-21 Peter S. MazingerPartly undo earlier patch on vapier's request
2005-11-21 Peter S. MazingerGuard debug_sym/debug_reloc, make sure elfinterp.c...
2005-10-29 Joakim TjernlundHopefully fix the bug Oleg reported in uclibc.org/lists...
2005-07-07 Mike Frysingerrip out all the duplicated debug code and move into...
2005-03-29 Joakim TjernlundMoved the addition of load address from the fast path
2005-03-14 Joakim TjernlundGeneralize optimized relative reloc procesing.
2005-03-10 Joakim TjernlundUse DT_RELCONT_IDX to optimize the relocation of R_PPC_...
2004-11-10 Joakim TjernlundAdd RTLD_LOCAL support for dlopened libs. Reported by
2004-10-07 Joakim TjernlundRemove usage of _dl_parse_copy_information() from gener...
2004-09-23 Joakim TjernlundMake powerpc look more like the other archs.
2004-09-17 Joakim TjernlundBugfix: Add r_addend to final address. The r_addend...
2004-09-16 Joakim TjernlundDon't allow undefined global symbols to pass(all archs...
2004-08-26 Joakim TjernlundStefan Allius writes:
2004-08-25 Joakim TjernlundPatch from Stefan Allius:
2004-08-17 Joakim TjernlundLet ldso decide if it should relocate itselft a second...
2004-06-27 Eric AndersenJoakim Tjernlund writes:
2004-06-20 Eric AndersenWhine about R_PPC_REL24 relocations, and tell people...
2004-02-14 Eric AndersenGive gcc branch prediction some hits on obviously unlik...
2004-02-14 Eric AndersenJoakim Tjernlund writes:
2004-01-31 Eric AndersenRevert to scope as used by original code for now, just...
2004-01-30 Eric AndersenJoakim Tjernlund writes:
2004-01-29 Eric AndersenModify interfaces for _dl_parse_relocation_information()
2004-01-29 Eric AndersenJoakim Tjernlund writes:
2004-01-29 Eric AndersenFixup silly typo
2004-01-24 Eric AndersenJoakim Tjernlund writes:
2004-01-20 Eric AndersenJoakim Tjernlund writes:
2003-12-03 Eric AndersenJoakim Tjernlund writes:
2003-11-13 Eric AndersenJoakim Tjernlund writes:
2003-11-11 Eric AndersenJoakim Tjernlund writes:
2003-11-11 Eric AndersenAnother cleanup patch from Joakim Tjernlund:
2003-11-08 Eric AndersenJoakim Tjernlund writes:
2003-11-06 Eric AndersenA few debugging cleanups
2003-11-05 Eric AndersenFix a misnamed array
2003-11-05 Eric AndersenRework the powerpc lib loader to better match the other...
2003-02-16 Eric AndersenFixup powerpc syscalls to eliminate warnings with gcc...
2002-11-12 Eric AndersenA powerpc patch from Ronald Wahl:
2002-11-06 Eric AndersenFix up a compile error
2002-11-05 Eric AndersenMassive scrubbing of the shared lib loader error handling.
2002-08-08 Eric AndersenPatch from Stefan Allius and Edie C. Dost to add SuperH
2002-08-08 Eric AndersenMake some strings const
2002-05-02 Eric AndersenPatch from Steven J. Hill <sjhill@realitydiluted.com>:
2002-04-10 Eric AndersenTeach powerpc to whine loudly about using -fPIC when...
2002-04-09 David SchleefRemoved handling for R_PPC_REL24, since it is deceptive...
2002-04-03 Eric AndersenRemove unused variable
2002-03-08 Eric AndersenSeperate out the symbol resolution debugging, so it...
2002-02-17 Eric AndersenFix defines so debugging works as expected
2002-01-25 Eric AndersenFix up all non-x86 arches to cope with the latest ldso...
2002-01-11 Eric AndersenRework naming for shared lib loader to avoid potential
2001-11-26 David SchleefFix buggy R_PPC_RELATIVE relocation. Symptom was that...
2001-11-26 David SchleefFix calculation of PLT entry index. Caused segfaults...
2001-11-12 David Schleefpowerpc/elfinterp.c: Powerpc works now. Major rework...
2001-08-11 Eric AndersenBegin removing some unnecessary inlining, and fix naming
2001-07-13 Eric AndersenThis takes about 6k off the size of the x86 shared...
2001-07-12 David SchleefAdded #ifdef DEBUG where appropriate.
2001-07-12 David SchleefFirst cut of PowerPC port. It works for hello world...