OSDN Git Service

ldso/mips: actually print results of each relocation
[uclinux-h8/uClibc.git] / ldso / ldso / mips / elfinterp.c
2014-04-23 Gregory Fongldso/mips: actually print results of each relocation
2013-12-20 Waldemar BrodkorbFix for SIGBUS error on MIPS64 with N64 ABI
2012-03-25 Mike Frysingerldso: use ELF_xxx()/ElfW() helpers
2012-01-24 Carmelo Amorosoldso/mips: fix symbol lookup for JUMP_SLOT and COPY...
2011-10-14 Bernhard Reutner... ldso: silence harmless warning for !LDSO_PRELINK_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-18 Maksim RayskiyMIPS LDSO: pass sym_ref parameter to _dl_find_hash...
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 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-10-11 Filippo Arcidiaconoldso: Extend prelink support for all other achitectures
2010-06-02 Khem Rajldso/mips: Fix relocation parsing so that they work...
2010-04-12 Austin FoxleyMerge remote branch 'origin/master' into nptl
2010-04-12 Bernhard Reutner... silence warning about undefined preprocessor token
2010-01-25 Khem Rajmips/ldso: Check for TLS relocation in elf_machine_type...
2010-01-25 Khem Rajmips/ldso: Check for TLS relocation in elf_machine_type...
2010-01-21 Khem Rajmips/nptl: Pass correct parameters to dl_find_hash...
2010-01-14 Khem Rajmips/nptl: Pass correct parameters to dl_find_hash...
2009-10-15 Mike Frysingerldso: clean up breakage in tls merge
2009-10-05 Austin Foxleymips: fix typo in elfinterp.c
2009-09-26 Austin Foxleyldso/: tls support for dynamic linker
2009-01-28 Carmelo AmorosoRemove check for the relocation type check in the resolver,
2008-12-22 Bernhard Reutner... - non-pic support for MIPS (Catherine Moore, clm at...
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-06-19 Mike Frysingereat extraneous ; and insert some whitespace where it...
2006-01-29 Mike Frysingerremove unneeded double reloc_type definition
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-07-07 Mike Frysingerrip out all the duplicated debug code and move into...
2005-05-01 Eric AndersenOn mips, gdb explicitly looks for the symbol "__dl_runt...
2005-03-29 Joakim TjernlundMoved the addition of load address from the fast path
2004-11-17 Joakim TjernlundAdd BIND NOW support to MIPS.
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 Eric AndersenOnly print debug stuff when asked
2004-08-26 Eric AndersenAvoid multiple passes to perform mips GOT relocations...
2004-08-26 Eric AndersenRelocations of the application's global GOT entries...
2004-08-25 Eric AndersenJoakim Tjernlund 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-19 Eric AndersenJoakim Tjernlund writes:
2004-05-11 Eric AndersenBradley D. LaRonde, brad at laronde dot org writes:
2004-02-20 Manuel Novoa III Patch by Joakim Tjernlund <joakim.tjernlund@lumentis...
2004-02-14 Eric AndersenAtsushi Nemoto writes:
2004-02-14 Eric AndersenGive gcc branch prediction some hits on obviously unlik...
2004-02-14 Eric AndersenJoakim Tjernlund writes:
2004-02-05 Eric AndersenFixup a badly merged update
2004-01-29 Eric AndersenModify interfaces for _dl_parse_relocation_information()
2003-08-22 Eric AndersenMake the mips ld.so debug noise somewhat useful, and...
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-05-20 "Steven J. Hill"Added more debug code.
2002-05-20 "Steven J. Hill"Fixed MIPS dynamic linker by removing link order depend...
2002-05-02 Eric AndersenPatch from Steven J. Hill <sjhill@realitydiluted.com>:
2002-04-02 Eric AndersenSteven J. Hill's latest mips dynamic loader updates