summaryrefslogtreecommitdiff
path: root/ldso/ldso/powerpc/elfinterp.c
AgeCommit message (Expand)Author
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard 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
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-07-07rip out all the duplicated debug code and move into a shared fileMike Frysinger
2005-03-29Moved the addition of load address from the fast pathJoakim 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 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-17Let ldso decide if it should relocate itselft a second time. ThisJoakim Tjernlund
2004-06-27Joakim Tjernlund writes:Eric Andersen
2004-06-20Whine about R_PPC_REL24 relocations, and tell people to compileEric Andersen
2004-02-14Give gcc branch prediction some hits on obviously unlikely branchesEric Andersen
2004-02-14Joakim Tjernlund writes:Eric Andersen
2004-01-31Revert to scope as used by original code for now, just in case.Eric Andersen
2004-01-30Joakim Tjernlund writes:Eric Andersen
2004-01-29Modify interfaces for _dl_parse_relocation_information()Eric Andersen
2004-01-29Joakim Tjernlund writes:Eric Andersen
2004-01-29Fixup silly typoEric Andersen
2004-01-24Joakim Tjernlund writes:Eric Andersen
2004-01-20Joakim Tjernlund writes:Eric Andersen
2003-12-03Joakim Tjernlund writes:Eric Andersen
2003-11-13Joakim Tjernlund writes:Eric Andersen
2003-11-11Joakim Tjernlund writes:Eric Andersen
2003-11-11Another cleanup patch from Joakim Tjernlund:Eric Andersen
2003-11-08Joakim Tjernlund writes:Eric Andersen
2003-11-06A few debugging cleanupsEric Andersen
2003-11-05Fix a misnamed arrayEric Andersen
2003-11-05Rework the powerpc lib loader to better match the other architecturesEric Andersen
2003-02-16Fixup powerpc syscalls to eliminate warnings with gcc-3.2, and fixEric Andersen
2002-11-12A powerpc patch from Ronald Wahl:Eric Andersen
2002-11-06Fix up a compile errorEric Andersen
2002-11-05Massive scrubbing of the shared lib loader error handling.Eric Andersen
2002-08-08Patch from Stefan Allius and Edie C. Dost to add SuperHEric Andersen
2002-08-08Make some strings constEric Andersen
2002-05-02Patch from Steven J. Hill <sjhill@realitydiluted.com>:Eric Andersen
2002-04-10Teach powerpc to whine loudly about using -fPIC when a R_PPC_REL24Eric Andersen
2002-04-09Removed handling for R_PPC_REL24, since it is deceptively useless.David Schleef
2002-04-03Remove unused variableEric Andersen
2002-03-08Seperate out the symbol resolution debugging, so it doesn't clutterEric Andersen