OSDN Git Service

ldso/mips: fix symbol lookup for JUMP_SLOT and COPY relocations
[uclinux-h8/uClibc.git] / ldso / ldso / m68k /
2011-10-14 Bernhard Reutner... ldso: silence harmless warning for !LDSO_PRELINK_SUPPORT
2011-10-06 Mike Frysingerldso: merge duplicate dl-syscalls.h code to common...
2011-10-01 Mike Frysingerldso: constify reloc array itself
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-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
2009-10-15 Austin Foxleyldso: fixup all the rest of the calls to _dl_find_hash
2009-04-09 Khem RajThe attached patches fixes the problems found bringing...
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-03 Bernhard Reutner... - Use runtime pagesize (Jeremy Kerr)
2008-11-03 Bernhard Reutner... - jmp on coldfire accepts only address registers
2008-09-15 Bernhard Reutner... - commentary typo fix
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
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
2006-06-19 Mike Frysingereat extraneous ; and insert some whitespace where it...
2006-06-07 Mike Frysingeruse unsigned long like every other port as pointed...
2006-03-08 Mike Frysingermacro out the /10 operation so arches can have their...
2006-01-17 Mike Frysingersince just about everyone uses return _dl_elf_main...
2006-01-14 Mike Frysingergrab some more fixes from x86_64
2006-01-14 Mike Frysingerm68k ldso works again (well, lazy relocation is broken...
2006-01-14 Mike Frysingeradd back in _dl_start_user
2006-01-14 Mike Frysingerfixup so we can at least get to the ldso Standalone...
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-08 Mike Frysingerhelp if i named the var correctly ...
2005-07-08 Mike Frysingerdl-debug.h for m68k
2005-06-03 Mike Frysingerclean up syntax/whitespace and a few variables to minim...
2005-03-29 Joakim TjernlundMoved the addition of load address from the fast path
2005-03-18 Joakim TjernlundForgot to commit the arch cleanup changes to m68k
2005-03-17 Joakim TjernlundGeneral arch cleanup and prepare support for standalone
2005-03-16 Mike Frysingermerge the syscalls and punt the glibc import in the...
2005-03-16 Mike Frysingerupdates to match i386
2005-03-16 Mike Frysingerclean up whitespace style and hack around a build failu...
2005-03-16 Mike Frysingerfix 13mo+ old typo
2005-03-16 Mike Frysingerclean up style to be match i386
2005-03-14 Joakim TjernlundGeneralize optimized relative reloc procesing.
2004-11-10 Joakim TjernlundAdd RTLD_LOCAL support for dlopened libs. Reported by
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-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-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 AndersenPatch from Paul Mundt <lethal@linux-sh.org>:
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-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-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-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-06-27 Eric AndersenCleanup to not use kernel headers at all.
2001-06-14 Eric AndersenYet more ldso cleanups. Be more discriminating about...
2001-06-07 David McCulloughChanges needed to build the ldso dir for m68k. I haven...
2001-05-01 Eric AndersenYet another major rework. This time around, rework...
2001-04-27 Eric AndersenFor m68k I forgot a needed #undef
2001-04-27 Eric AndersenI messed up the comment
2001-04-27 Eric AndersenYet another large update to ld.so. In this iteration...
2001-04-23 Eric AndersenInitial checkin for ld.so. This is a combination of...