summaryrefslogtreecommitdiff
path: root/ldso/ldso/powerpc
AgeCommit message (Expand)Author
2021-06-04powerpc: fix PIE/PIC builds with newer gcc/binutils which use secureplt by de...Yann Sionneau
2017-01-14ldso: do not resolve relocations for debug, dig them up when debuggingWaldemar Brodkorb
2012-06-15ppc/elfinterp.c: fix comment typosPeter S. Mazinger
2012-03-29ldso: mark _start hiddenMike Frysinger
2012-03-25ldso: use ELF_xxx()/ElfW() helpersMike Frysinger
2011-10-14ldso: silence harmless warning for !LDSO_PRELINK_SUPPORTBernhard Reutner-Fischer
2011-10-06ldso: merge duplicate dl-syscalls.h code to common headerMike Frysinger
2011-10-01ldso: constify reloc array itselfMike Frysinger
2011-01-21Merge remote branch 'origin/master' into prelinkCarmelo Amoroso
2011-01-20Add protected symbols support for all architecturesSalvatore Cro
2010-10-11ldso: Extend prelink support for all other achitecturesFilippo Arcidiacono
2010-05-09powerpc: Add TLS and NPTL supportKhem Raj
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