OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / ldso / ldso / sh /
2012-05-18 Filippo Arcidiaconoldso: sh: handle _dl_skip_args in linker startup instea...
2012-03-29 Mike Frysingerldso: mark _start hidden
2012-03-25 Mike Frysingerldso: use ELF_xxx()/ElfW() helpers
2012-03-14 Carmelo Amorosoldso:sh: fix compiler warning due to unused-but-set...
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-20 Carmelo AmorosoRevert "ldso_sh: add support for protected symbols...
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-09-24 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-09-24 Salvatore Croldso_sh: add support for protected symbols to SH
2010-09-17 Filippo Arcidiaconoldso: Add support for LD_WARN and LD_TRACE_PRELINKING
2010-09-17 Filippo Arcidiaconoldso: Rework global scope handling and symbol lookup...
2010-04-12 Austin FoxleyMerge remote branch 'origin/master' into nptl
2010-04-12 Bernhard Reutner... silence warning about undefined preprocessor token
2010-04-11 Carmelo Amorosoldso_sh: Provide only one definition for elf_machine_ty...
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 Mike Frysingerldso: clean up breakage in tls merge
2009-10-06 Bernhard Reutner... trim whitespace
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-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-09-29 Carmelo Amorososh_ldso: Fix typo: missing semi-colon.
2008-09-29 Carmelo AmorosoFix comment.
2008-09-29 Carmelo Amorosoldso: allow undefined references to weak symbols
2008-09-15 Bernhard Reutner... - commentary typo fix
2008-08-08 Carmelo AmorosoFix SH ldso sequence startup.
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-07-23 Bernhard Reutner... - fix asm and volatile keywords
2008-01-12 Carmelo AmorosoMake sh4 build works again adding a temporary work...
2008-01-12 Carmelo AmorosoMake sh4 build works again adding a temporary work...
2007-03-13 Joakim TjernlundCarmelo Amoroso writes:
2006-06-19 Mike Frysingereat extraneous ; and insert some whitespace where it...
2006-01-30 Peter S. Mazingerback to inline, mips fails
2006-01-24 Bernhard Reutner... - use keywords __asm__ and __inline__ c99.
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-08-10 Mike Frysingeruse the inline version of _dl_parse_dynamic_info
2005-08-09 Mike Frysingerclean up whitespace/syntax
2005-08-09 Mike Frysingereat whitespace
2005-07-07 Mike Frysingerrip out all the duplicated debug code and move into...
2005-04-27 Paul MundtSimplify PERFORM_BOOTSTRAP_RELOC() default path.
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-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-26 Joakim TjernlundStefan Allius writes:
2004-08-25 Joakim TjernlundPatch from Stefan Allius:
2004-08-17 Eric AndersenCarl SHAW writes:
2004-08-17 Joakim TjernlundDavid McCulloug writes:
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>:
2003-09-11 Eric AndersenStefan Allius writes:
2002-11-08 Eric AndersenAnother SuperH patch from Stefan Allius. This make...
2002-11-05 Eric AndersenMassive scrubbing of the shared lib loader error handling.
2002-11-03 Eric AndersenSeveral SH lib loader patches by Stefan Allius <allius...
2002-11-03 Eric AndersenPatch from M. R. Brown <mrbrown@0xd6.org> to get rid of
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-19 Eric Andersensome updates from Stefan Allius to make up the SuperH...
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