summaryrefslogtreecommitdiff
path: root/ldso/ldso/powerpc
AgeCommit message (Expand)Author
2009-11-15ldso: Add missing newlines to some debug messagesBernhard Reutner-Fischer
2009-10-14ldso: fixup all the rest of the calls to _dl_find_hashAustin Foxley
2009-03-05Use __always_inline instead of __inline__Carmelo Amoroso
2009-01-28Remove check for the relocation type check in the resolver,Carmelo Amoroso
2009-01-04ldso/ldso/dl-startup.c: make _dl_elf_main static; remove one dead variable.Denis Vlasenko
2008-12-03- Use runtime pagesize (Jeremy Kerr)Bernhard Reutner-Fischer
2008-10-03- use c89-style commentsBernhard Reutner-Fischer
2008-09-15- commentary typo fixBernhard Reutner-Fischer
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2008-07-23- fix asm and volatile keywordsBernhard Reutner-Fischer
2008-04-24- fixup asm. No object-code changesBernhard Reutner-Fischer
2007-06-04Correct return value. Pointed out by psm.Joakim Tjernlund
2007-01-05Support SecurePLTs for PowerPC. You need a toolchain that supportsJoakim Tjernlund
2006-06-19eat extraneous ; and insert some whitespace where it belongsMike Frysinger
2006-03-08macro out the /10 operation so arches can have their own versions ... and cre...Mike Frysinger
2006-01-19move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger
2006-01-17since just about everyone uses return _dl_elf_main for START() now, make it t...Mike Frysinger
2005-12-15Fix static apps on linux 2.6. Linux clobbers r7 in 2.6, soJoakim Tjernlund
2005-11-21Partly undo earlier patch on vapier's requestPeter S. Mazinger
2005-11-21Guard debug_sym/debug_reloc, make sure elfinterp.c sees __SUPPORT_LD_DEBUG__Peter S. Mazinger
2005-10-29Hopefully fix the bug Oleg reported in http://uclibc.org/lists/uclibc/2005-Oc...Joakim Tjernlund
2005-09-20forgot MMAP_HAS_6_ARGSJoakim Tjernlund
2005-09-20Make powerpc use sys/syscall.h, instead of defining its own syscalls.Joakim Tjernlund
2005-08-15move arch-specific checks out of shared dl-syscall.h and into arch-specific d...Mike Frysinger
2005-07-07rip out all the duplicated debug code and move into a shared fileMike Frysinger
2005-04-03Prepare PowerPC some more for standalone exection of ldso.Joakim Tjernlund
2005-03-29Moved the addition of load address from the fast pathJoakim Tjernlund
2005-03-21Prepare for moving ldso FINI handling to libc by passing _dl_fini. This shoul...Joakim Tjernlund
2005-03-17General arch cleanup and prepare support for standaloneJoakim Tjernlund
2005-03-14Generalize optimized relative reloc procesing.Joakim Tjernlund
2005-03-10Use DT_RELCONT_IDX to optimize the relocation of R_PPC_RELATIVEJoakim Tjernlund
2004-11-10Add RTLD_LOCAL support for dlopened libs. Reported byJoakim Tjernlund
2004-10-07Remove usage of _dl_parse_copy_information() from generic code.Joakim Tjernlund
2004-09-23Make do_rem() safe. From Peter Kjellerstedt.Joakim Tjernlund
2004-09-23Make powerpc look more like the other archs.Joakim Tjernlund
2004-09-17Bugfix: Add r_addend to final address. The r_addend is mostly zeroJoakim Tjernlund
2004-09-16Don't allow undefined global symbols to pass(all archs needs fixing).Joakim Tjernlund
2004-08-26Stefan Allius writes:Joakim Tjernlund
2004-08-25Patch from Stefan Allius:Joakim Tjernlund
2004-08-18Clean up the _dl_boot code and make it similar to arm and sh.Joakim Tjernlund
2004-08-17Let ldso decide if it should relocate itselft a second time. ThisJoakim Tjernlund
2004-08-06Joakim Tjernlund writes:Eric Andersen
2004-08-06Joakim Tjernlund writes:Eric Andersen
2004-07-30Whitespace cleanupEric Andersen
2004-06-27Joakim Tjernlund writes:Eric Andersen
2004-06-20Whine about R_PPC_REL24 relocations, and tell people to compileEric Andersen
2004-05-12Add a local '_dl_errno' to be used by syscalls in ldso, allowingEric Andersen
2004-04-20Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen
2004-03-18Joakim Tjernlund writes:Eric Andersen