OSDN Git Service

Update C6X support
[uclinux-h8/uClibc.git] / ldso / ldso / powerpc /
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-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
2010-05-10 Khem Rajpowerpc: Add TLS and NPTL support
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 Austin Foxleyldso: fixup all the rest of the calls to _dl_find_hash
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-03 Bernhard Reutner... - use c89-style comments
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
2007-06-04 Joakim TjernlundCorrect return value. Pointed out by psm.
2007-01-05 Joakim TjernlundSupport SecurePLTs for PowerPC. You need a toolchain...
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-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-12-15 Joakim TjernlundFix static apps on linux 2.6. Linux clobbers r7 in...
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-10-29 Joakim TjernlundHopefully fix the bug Oleg reported in uclibc.org/lists...
2005-09-20 Joakim Tjernlundforgot MMAP_HAS_6_ARGS
2005-09-20 Joakim TjernlundMake powerpc use sys/syscall.h, instead of defining...
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-04-03 Joakim TjernlundPrepare PowerPC some more for standalone exection of...
2005-03-29 Joakim TjernlundMoved the addition of load address from the fast path
2005-03-21 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-14 Joakim TjernlundGeneralize optimized relative reloc procesing.
2005-03-10 Joakim TjernlundUse DT_RELCONT_IDX to optimize the relocation of R_PPC_...
2004-11-10 Joakim TjernlundAdd RTLD_LOCAL support for dlopened libs. Reported by
2004-10-07 Joakim TjernlundRemove usage of _dl_parse_copy_information() from gener...
2004-09-23 Joakim TjernlundMake do_rem() safe. From Peter Kjellerstedt.
2004-09-23 Joakim TjernlundMake powerpc look more like the other archs.
2004-09-17 Joakim TjernlundBugfix: Add r_addend to final address. The r_addend...
2004-09-16 Joakim TjernlundDon't allow undefined global symbols to pass(all archs...
2004-08-26 Joakim TjernlundStefan Allius writes:
2004-08-25 Joakim TjernlundPatch from Stefan Allius:
2004-08-18 Joakim TjernlundClean up the _dl_boot code and make it similar to arm...
2004-08-17 Joakim TjernlundLet ldso decide if it should relocate itselft a second...
2004-08-06 Eric AndersenJoakim Tjernlund writes:
2004-08-06 Eric AndersenJoakim Tjernlund writes:
2004-07-30 Eric AndersenWhitespace cleanup
2004-06-27 Eric AndersenJoakim Tjernlund writes:
2004-06-20 Eric AndersenWhine about R_PPC_REL24 relocations, and tell people...
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-03-18 Eric AndersenJoakim Tjernlund writes:
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-31 Eric AndersenRevert to scope as used by original code for now, just...
2004-01-30 Eric AndersenJoakim Tjernlund writes:
2004-01-29 Eric AndersenModify interfaces for _dl_parse_relocation_information()
2004-01-29 Eric AndersenJoakim Tjernlund writes:
2004-01-29 Eric AndersenFixup silly typo
2004-01-29 Eric AndersenPatch from Joakim Tjernlund:
2004-01-27 Eric AndersenPatch from Joakim Tjernlund to get rid of an annoying...
2004-01-24 Eric AndersenJoakim Tjernlund writes:
2004-01-20 Eric AndersenPaul Mundt writes:
2004-01-20 Eric AndersenJoakim Tjernlund writes:
2003-12-17 Eric AndersenPatch from Paul Mundt <lethal@linux-sh.org>:
2003-12-03 Eric AndersenHenrik Grindal Bakken writes:
2003-12-03 Eric AndersenJoakim Tjernlund writes:
2003-11-13 Eric AndersenJoakim Tjernlund writes:
2003-11-11 Eric AndersenJoakim Tjernlund writes:
2003-11-11 Eric AndersenAnother cleanup patch from Joakim Tjernlund:
2003-11-08 Eric AndersenSigh. I can't type this morning.
2003-11-08 Eric AndersenJoakim Tjernlund writes:
2003-11-08 Eric AndersenJoakim Tjernlund writes:
2003-11-06 Eric AndersenA few debugging cleanups
2003-11-05 Eric AndersenFix a misnamed array
2003-11-05 Eric AndersenRework the powerpc lib loader to better match the other...
2003-06-15 Eric AndersenImplement syscall() for powerpc. Fixup syscall code so
2003-02-16 Eric AndersenFixup powerpc syscalls to eliminate warnings with gcc...
2002-11-12 Eric AndersenA powerpc patch from Ronald Wahl:
next