OSDN Git Service

ldso: remove duplicate function declarations
[uclinux-h8/uClibc.git] / ldso / ldso / i386 /
2012-03-29 Mike Frysingerldso: mark _start hidden
2012-03-25 Mike Frysingerldso: use ELF_xxx()/ElfW() helpers
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-03-03 Peter S. Mazingerinitialize tls_tpnt to NULL on all archs
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/i386: support 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-10-11 Filippo Arcidiaconoldso: Extend prelink support for all other achitectures
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-16 Joakim Tjernlundldso/i386: support protected symbols
2010-04-12 Austin FoxleyMerge remote branch 'origin/master' into nptl
2010-04-12 Bernhard Reutner... silence warning about undefined preprocessor token
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-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-09-15 Bernhard Reutner... - commentary typo fix
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-01-08 Mike Frysingerthe _dl_errno extern already exists in common headers...
2007-07-29 Denis VlasenkoRemove stray code alignment (.align 16 and .align 4...
2006-03-08 Mike Frysingermacro out the /10 operation so arches can have their...
2006-01-27 Peter S. Mazingeruse attribute_unused instead of hardcoded
2006-01-24 Bernhard Reutner... - use keywords __asm__ and __inline__ c99.
2006-01-23 Peter S. MazingerMake i386 build w/ -std=c99 (almost)
2006-01-17 Mike Frysingersince just about everyone uses return _dl_elf_main...
2005-12-14 Mike Frysingerfix signed/unsigned warnings and unused warnings
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-11-02 Joakim TjernlundDon't need this debug check anymore.
2005-11-02 Joakim Tjernlundpsm missed a spot :)
2005-11-02 Peter S. Mazingerldso powerpc changes ported to i386
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 Frysingerrip out all the duplicated debug code and move into...
2005-06-03 Mike Frysingertweak whitespace to minimize diffs between i386/m68k
2005-05-25 Joakim TjernlundPrepare for standalone execution of ldso.
2005-03-29 Joakim TjernlundMoved the addition of load address from the fast path
2005-03-20 Joakim TjernlundPrepare for moving ldso FINI handling to libc by passin...
2005-03-17 Joakim TjernlundGeneral arch cleanup and prepare support for standalone
2005-03-16 Mike Frysingerwhitespace trim
2005-03-14 Joakim TjernlundOops, fix typo.
2005-03-14 Eric AndersenFix up x86 so it compiles again.
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 TjernlundWhite space and printouts cleanup. From Peter Kjellerstedt.
2004-09-23 Joakim TjernlundMake do_rem() safe. From Peter Kjellerstedt.
2004-09-17 Joakim TjernlundFormatting cleanups from Peter Kellerstedt.
2004-09-17 Joakim TjernlundDon't allow undefined global symbols to pass(all archs...
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-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-11-06 Eric AndersenRevert change 1.26, which breaks everything. :-(
2003-11-05 Eric Andersentiny cleanup
2003-08-19 Eric AndersenMore routine cleanup
2003-08-19 Eric AndersenCool. Found most of the problem. Turns out we were...
2003-06-27 Eric Andersenoops
2003-06-27 Eric Andersenwhitespace and debug updates
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-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-08 Eric AndersenSeperate out the symbol resolution debugging, so it...
2002-02-17 Eric AndersenFix defines so debugging works as expected
2002-01-23 Eric AndersenFixup build a bit. Be sneaky and include everything...
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...
next