OSDN Git Service

ldso/mips: Fix relocation parsing so that they work on both mips32/mips64
[uclinux-h8/uClibc.git] / ldso / ldso / arm /
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-14 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-12 Austin FoxleyMerge remote branch 'origin/master' into nptl
2010-04-12 Bernhard Reutner... silence warning about undefined preprocessor token
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-17 Khem RajAdd missing libgcc_s.h header.
2009-10-15 Mike Frysingerldso: clean up breakage in tls merge
2009-09-26 Austin Foxleyldso/: tls support for dynamic linker
2009-07-06 RonMove extern prototype out of function scope
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-04 Denis Vlasenkoldso/ldso/dl-startup.c: make _dl_elf_main static; remov...
2008-12-03 Bernhard Reutner... - Use runtime pagesize (Jeremy Kerr)
2008-10-24 Bernhard Reutner... - tidy up inline:
2008-10-03 Bernhard Reutner... - use c89-style comments
2008-09-25 Bernhard Reutner... - ARMV5 can use STRD and LDRD access instructions but...
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
2008-03-26 Bernhard Reutner... Paul Brook writes:
2006-11-21 Khem RajUse constant pool instead of and adr
2006-11-16 Eric AndersenPaul Brook writes:
2006-11-10 Eric AndersenThis change reimplements the ARM _dl_linux_resolve...
2006-11-10 Eric Andersenarm thumb:
2006-10-10 Khem RajMake _dl_linux_resolve interworking safe. Thanks Paul...
2006-10-07 Khem RajDon't use r10 to find PIC base. In GCC 4.1.1 onwards...
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-31 Peter S. Mazingers:THUMB_INTERWORK:USE_BX:, thx Khem Raj
2006-01-31 Mike FrysingerJohn Bowler says: use (!thumb) instead of (arm) since...
2006-01-31 Mike FrysingerJohn Bowler writes in Bug 385:
2006-01-29 Mike Frysingerremove excess whitespace
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-07-07 Mike Frysingerrip out all the duplicated debug code and move into...
2005-06-10 Eric AndersenBased in part on related code in glibc, this might...
2005-03-29 Joakim TjernlundMoved the addition of load address from the fast path
2005-03-17 Joakim TjernlundGeneral arch cleanup and prepare support for standalone
2005-03-15 Joakim TjernlundAdd _dl_boot() prototype.
2005-03-14 Joakim TjernlundSame typo here.
2005-03-14 Joakim TjernlundGeneralize optimized relative reloc procesing.
2005-01-05 Mike Frysingerfix eriks e-mail address
2004-11-10 Joakim TjernlundAdd RTLD_LOCAL support for dlopened libs. Reported by
2004-09-23 Joakim TjernlundMake do_rem() safe. From Peter Kjellerstedt.
2004-09-23 Joakim TjernlundDon't allow undefined global symbols to pass.
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-24 Eric AndersenDisable support for R_ARM_PC24, just like R_PPC_REL24...
2004-05-12 Eric AndersenAdd a local '_dl_errno' to be used by syscalls in ldso...
2004-04-20 Eric AndersenCope with gcc 3.4's more aggressive persuit of attribut...
2004-02-17 Eric AndersenSeperate out the startup stuff from the non-startup...
2004-02-17 Eric AndersenKill off an arm specific hack, that fostered three...
2004-02-17 Eric AndersenDo not duplicate stuff from ldso.h
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-01-29 Eric AndersenModify interfaces for _dl_parse_relocation_information()
2003-12-17 Eric AndersenUse PAGE_SIZE rather than hard coding 4096
2003-12-17 Eric AndersenPatch from Paul Mundt <lethal@linux-sh.org>:
2003-09-09 Eric AndersenArm needs this to compile with gcc 2.95
2002-11-14 Eric AndersenAdd missing quotes
2002-11-08 Eric AndersenFix a silly compile bug
2002-11-05 Eric AndersenMassive scrubbing of the shared lib loader error handling.
2002-10-01 Eric AndersenThis commit contains a patch from Stefan Allius <allius...
2002-09-12 Eric AndersenAdd missing _dl_dprintf arguments, as noticed by Tero...
2002-08-12 Eric AndersenFix alignment, minor cosmetic changes
2002-08-09 Eric AndersenOk, bad idea. didn't work.
2002-08-09 Eric AndersenLink ldso vs libgcc.a and eliminate baggage caused by
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-08-08 Eric AndersenMake some strings const
2002-07-25 Eric AndersenTake advantage of the new syscall stuff on x86 and...
2002-05-28 Eric AndersenPatch from Tobias Anderberg <tobias.anderberg@axis...
2002-05-02 Eric AndersenPatch from Steven J. Hill <sjhill@realitydiluted.com>:
2002-03-19 Eric AndersenAdd new debug target (disabled by default) so that...
2002-03-19 Eric AndersenCleanup header files a bit.
2002-03-18 Eric AndersenLet older arm cross compilers work
2002-03-08 Eric AndersenSeperate out the symbol resolution debugging, so it...
2002-02-23 Eric AndersenAdd a better error msg
2002-02-17 Eric AndersenSome more updates. Darn -- arm needs the mprotect...
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-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-03 Eric AndersenFinish up merging the arm port into the main tree.
2001-07-03 Eric AndersenMerge the arm port into the main tree. The final versi...