summaryrefslogtreecommitdiff
path: root/libexec/ld.so/powerpc
AgeCommit message (Expand)Author
2003-03-10typoDavid Krause
2003-02-26Initialized the ABI stated 'cleanup' parameter to _start. This parameterDale Rahn
2003-02-15After relocation is completed, remove write protection from GOT/PLT in ld.so.Dale Rahn
2003-02-15Paranoia about mprotect, mprotect page aligned regions for got and plt.Dale Rahn
2003-02-15Do not call mprotect to enable writing for sections which normally areDale Rahn
2003-02-02knf & ansi; drahn okTheo de Raadt
2003-01-30Only flush the got address, if there is one. DOH.Dale Rahn
2003-01-24Flush the blrl instruction from the instruction cache if the GOT tag isDale Rahn
2002-12-18Prepare for an upcoming ELF executable change. This will allow ld.so toDale Rahn
2002-12-09Build ld.so as a normal shared object, not with special linkage.Dale Rahn
2002-11-22Formatting cleanup, no point in extra nesting block. No functional change.Dale Rahn
2002-11-14Make error messages on symbol lookup failures more useful.Dale Rahn
2002-11-05Use define, not number.Dale Rahn
2002-10-25Some small fixes in MI code for mips backport. A new reloc md function,Per Fogelstrom
2002-10-21Simplify the ld.so asm api, the data is available other ways.Dale Rahn
2002-09-09Add lazy binding support for powerpc ld.so. ok pvalchev@ brad@Dale Rahn
2002-08-23Change arguments to _dl_find_symbol() myself, warnnotfound, and inplt intoDale Rahn
2002-08-21Split out MD makefile parts into separate files and doArtur Grabowski
2002-08-12Add support for REL type relocations, all currently supported archDale Rahn
2002-08-11The parameter dynp was never used, rather than pass in a dummy on mostDale Rahn
2002-08-11Fix for Elfbug, the Xtiherit problem which has been seen on most OpenBSDDale Rahn
2002-07-24ok i found itTheo de Raadt
2002-07-24back out broken stuff until it is fixedTheo de Raadt
2002-07-24spacingTheo de Raadt
2002-07-23match _dl_ syscall prototypes w/ the real syscalls prototypes, including args...Michael Shalayeff
2002-07-12Change ld.so search order/method to match the a.out ld.so.Dale Rahn
2002-07-07typos/grammar/better wordsJan-Uwe Finck
2002-06-05Cleanup/remove duplicate code that checks STAT_RELOC_DONE.Artur Grabowski
2002-06-05Get rid of an unnecessary typedef (for future cleanup).Artur Grabowski
2002-05-24more KNFTheo de Raadt
2002-05-24more KNFTheo de Raadt
2002-05-24various KNFTheo de Raadt
2002-04-29Clean up RELOC_RELATIVE reloction type, do correct relocation insteadDale Rahn
2002-03-17Clean up the zapping of bad variables. Instead of implementingArtur Grabowski
2002-02-21cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me.Dale Rahn
2001-09-24API change between asm code and _dl_boot_bind(). Simply andDale Rahn
2001-08-05Do not have dl_find_symbol complain about symbols not found, code immediatelyDale Rahn
2001-03-30Add infrastructure to allow mapping of text sections which are normallyDale Rahn
2000-10-19Fix bug in dl_strcmp, it is not always legal to access a pointerDale Rahn
2000-10-06Work around a shared library/pmap bug on the powerpc arch. SomehowDale S. Rahn
2000-10-01Sync the cache as specified by the powerpc manuals, didn't change anything.Dale S. Rahn
2000-10-01Fix some very serious cut and paste errors in this code.Dale S. Rahn
2000-08-25Cleanup of powerpc ld.so files.Dale S. Rahn
2000-06-13Updated version of ld.so, contains additional functionality and fixes/Dale S. Rahn