summaryrefslogtreecommitdiff
path: root/ldso/ldso/mips
AgeCommit message (Expand)Author
2006-11-04mips64 patch from Atsushi Nemoto:Eric Andersen
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-29rename local i var to idx to get rid of shadow warningMike Frysinger
2006-01-29remove unneeded double reloc_type definitionMike 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-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-09-21__set_errno must be redefined after #include "sys/syscall.h".Joakim Tjernlund
2005-08-15move arch-specific checks out of shared dl-syscall.h and into arch-specific d...Mike Frysinger
2005-07-07get rid of arch-specific defines in dl-startup.c and make each arch declare i...Mike Frysinger
2005-07-07rip out all the duplicated debug code and move into a shared fileMike Frysinger
2005-06-10Finish updating mips for the new ABIEric Andersen
2005-05-01On mips, gdb explicitly looks for the symbol "__dl_runtime_resolve" so changeEric Andersen
2005-03-29Moved the addition of load address from the fast pathJoakim Tjernlund
2005-03-17Fix ldso for MIPS.Joakim Tjernlund
2005-03-17General arch cleanup and prepare support for standaloneJoakim Tjernlund
2005-03-15Fix MIPS initial GOT relocation.Joakim Tjernlund
2005-03-14Make mips at least compileEric Andersen
2005-03-14Generalize optimized relative reloc procesing.Joakim Tjernlund
2004-11-17Add BIND NOW support to MIPS.Joakim Tjernlund
2004-11-10Add RTLD_LOCAL support for dlopened libs. Reported byJoakim Tjernlund
2004-11-02- Remove dynamic_size from struct elf_resolve.Joakim Tjernlund
2004-09-23Make do_rem() safe. From Peter Kjellerstedt.Joakim Tjernlund
2004-08-26Only print debug stuff when askedEric Andersen
2004-08-26Avoid multiple passes to perform mips GOT relocations, and doEric Andersen
2004-08-26Relocations of the application's global GOT entries were not being run, andEric Andersen
2004-08-25Joakim Tjernlund writes:Eric Andersen
2004-08-25Patch from Stefan Allius:Joakim Tjernlund
2004-08-17Let ldso decide if it should relocate itselft a second time. ThisJoakim Tjernlund
2004-07-30Whitespace cleanupEric Andersen
2004-06-27Joakim Tjernlund writes:Eric Andersen
2004-06-19Joakim Tjernlund writes:Eric Andersen
2004-06-19Joakim Tjernlund writes:Eric Andersen
2004-05-12Add a local '_dl_errno' to be used by syscalls in ldso, allowingEric Andersen
2004-05-11Bradley D. LaRonde, brad at laronde dot org writes:Eric Andersen
2004-04-20Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen
2004-02-20Patch by Joakim Tjernlund <joakim.tjernlund@lumentis.se>, which gotManuel Novoa III
2004-02-17Seperate out the startup stuff from the non-startup stuff.Eric Andersen
2004-02-14Atsushi Nemoto writes:Eric Andersen
2004-02-14Give gcc branch prediction some hits on obviously unlikely branchesEric Andersen
2004-02-14Joakim Tjernlund writes:Eric Andersen
2004-02-10Rework file naming, aiming for at least a vague level of consistancyEric Andersen
2004-02-07Restore the library entry point so it works. It does haveEric Andersen
2004-02-07Split off the stuff that cannot use function into its own file,Eric Andersen
2004-02-05Fixup a badly merged updateEric Andersen
2004-01-29Modify interfaces for _dl_parse_relocation_information()Eric Andersen
2003-12-17Patch from Paul Mundt <lethal@linux-sh.org>:Eric Andersen
2003-08-22Make the mips ld.so debug noise somewhat useful, and less gratuitouslyEric Andersen