OSDN Git Service

Merge commit 'origin/master' into prelink
[uclinux-h8/uClibc.git] / ldso / ldso / mips /
2010-07-19 Khem Rajldso/mips: pltgot should array not address of array...
2010-07-06 Bernhard Reutner... nptl: fix buildsys
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-03-05 Carmelo AmorosoUse __always_inline instead of __inline__
2009-01-28 Carmelo AmorosoRemove check for the relocation type check in the resolver,
2009-01-14 Carmelo Amorosoldso: performs bootstrap relocations only if required...
2009-01-04 Denis Vlasenkoldso/ldso/dl-startup.c: make _dl_elf_main static; remov...
2008-12-22 Bernhard Reutner... - non-pic support for MIPS (Catherine Moore, clm at...
2008-12-03 Bernhard Reutner... - Use runtime pagesize (Jeremy Kerr)
2008-09-15 Bernhard Reutner... - commentary typo fix
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-07-23 Bernhard Reutner... - fix asm and volatile keywords
2008-04-24 Bernhard Reutner... - fixup asm. No object-code changes
2007-02-17 Joakim TjernlundMake _dl_malloc alignment arch configurable.
2007-02-13 Mike Frysingeruse /*...*/ comments rather than #... so we can preprocess
2006-11-04 Eric Andersenmips64 patch from Atsushi Nemoto:
2006-06-19 Mike Frysingereat extraneous ; and insert some whitespace where it...
2006-03-08 Mike Frysingermacro out the /10 operation so arches can have their...
2006-01-29 Mike Frysingerrename local i var to idx to get rid of shadow warning
2006-01-29 Mike Frysingerremove unneeded double reloc_type definition
2006-01-19 Mike Frysingermove a bunch of arch-specific checks out of common...
2006-01-17 Mike Frysingersince just about everyone uses return _dl_elf_main...
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-09-21 Joakim Tjernlund__set_errno must be redefined after #include "sys/sysca...
2005-08-15 Mike Frysingermove arch-specific checks out of shared dl-syscall...
2005-07-07 Mike Frysingerget rid of arch-specific defines in dl-startup.c and...
2005-07-07 Mike Frysingerrip out all the duplicated debug code and move into...
2005-06-10 Eric AndersenFinish updating mips for the new ABI
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
2005-03-17 Joakim TjernlundFix ldso for MIPS.
2005-03-17 Joakim TjernlundGeneral arch cleanup and prepare support for standalone
2005-03-15 Joakim TjernlundFix MIPS initial GOT relocation.
2005-03-14 Eric AndersenMake mips at least compile
2005-03-14 Joakim TjernlundGeneralize optimized relative reloc procesing.
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-09-23 Joakim TjernlundMake do_rem() safe. From Peter Kjellerstedt.
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-07-30 Eric AndersenWhitespace cleanup
2004-06-27 Eric AndersenJoakim Tjernlund writes:
2004-06-19 Eric AndersenJoakim Tjernlund writes:
2004-06-19 Eric AndersenJoakim Tjernlund writes:
2004-05-12 Eric AndersenAdd a local '_dl_errno' to be used by syscalls in ldso...
2004-05-11 Eric AndersenBradley D. LaRonde, brad at laronde dot org writes:
2004-04-20 Eric AndersenCope with gcc 3.4's more aggressive persuit of attribut...
2004-02-20 Manuel Novoa III Patch by Joakim Tjernlund <joakim.tjernlund@lumentis...
2004-02-17 Eric AndersenSeperate out the startup stuff from the non-startup...
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-10 Eric AndersenRework file naming, aiming for at least a vague level...
2004-02-07 Eric AndersenRestore the library entry point so it works. It does...
2004-02-07 Eric AndersenSplit off the stuff that cannot use function into its...
2004-02-05 Eric AndersenFixup a badly merged update
2004-01-29 Eric AndersenModify interfaces for _dl_parse_relocation_information()
2003-12-17 Eric AndersenPatch from Paul Mundt <lethal@linux-sh.org>:
2003-08-22 Eric AndersenMake the mips ld.so debug noise somewhat useful, and...
2003-06-12 Eric AndersenFix mips so it compiles with gcc 3.3
2003-01-30 Eric AndersenThe original glibc sysdeps/mips/dl-machine.h source...
2002-11-05 Eric AndersenMassive scrubbing of the shared lib loader error handling.
2002-08-09 Eric AndersenPatch from Stefan Allius, avoid compiler warnings ...
2002-08-08 Eric AndersenPatch from Stefan Allius and Edie C. Dost to add SuperH
2002-07-25 "Steven J. Hill"ldso specific syscalls and userspace syscalls all in...
2002-05-28 Eric AndersenPatch from Tobias Anderberg <tobias.anderberg@axis...
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-09 Eric AndersenAnother mips patch from Steven J. Hill:
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
2002-03-29 Eric AndersenMore mips support from sjhill
2002-03-19 Eric AndersenInitial mips ldso porting effort from Steven J. Hill...