summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so/arch/sh3
AgeCommit message (Expand)Author
2003-07-24ANSIfy and de-__P().skrll
2003-07-05Removed unused function.marcus
2003-07-05Add function prototype declarations.tsutsui
2003-07-02Bugfix: Don't pick addend both from reloc and contents at the same time.marcus
2003-06-30Updated to work with current rtld code.marcus
2002-10-03Skip the lazy PLT relocation if relocbase==0 (useful if libraries are loadedmycroft
2002-09-26Remove the `self' args to _rtld_relocate_objects() andmycroft
2002-09-24Remove vestiges of VARPSZ.mycroft
2002-09-12Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit.mycroft
2002-09-12_rtld_bind_start() is not used in MI code, so declare it in the MD code.mycroft
2002-09-11Add $NetBSD$.junyoung
2002-09-06Pass down an additional flag to _rtld_relocate_nonplt_objects() whichmycroft
2002-09-06Introduce a new flag, `isdynamic', which is used to remember whether themycroft
2002-09-06Re-poison a lot of consts, now that the mark shite is gone.mycroft
2002-09-06Split _rtld_relocate_plt_object() into two MD functions:mycroft
2002-09-05Partially fix up some debug printf()s that don't need to use defobj.mycroft
2002-09-05A few things:mycroft
2002-09-05Rename _rtld_relocate_nonplt_object() to _rtld_relocate_nonplt_objects(),mycroft
2002-09-05Split _rtld_relocate_nonplt_object() into separate MD files.mycroft
2002-09-05Make _rtld_setup_pltgot() a consistent interface on all platforms.mycroft
2002-02-04Whitespace cleanup.thorpej
2002-02-03Add support for dynamic linking on the SuperH. From Marcus Comstedt,thorpej