summaryrefslogtreecommitdiff
path: root/libexec/ld.so/powerpc/rtld_machine.c
AgeCommit message (Expand)Author
2008-04-09Improve support for shared libs linked at non-zero addreses:Kurt Miller
2007-11-27Make _dl_md_reloc_got() report errors, and take them into account.Miod Vallat
2007-05-05Provide hook so that rthreads can provide a spinlock to protect from racesDale Rahn
2006-10-28Only mprotect pages during relocation if the library is marked TEXTRELDale Rahn
2006-05-08more spacingTheo de Raadt
2005-12-02fix RELOC_COPY on powerpc when symbol is weak. use relocation addressKurt Miller
2005-09-22missed a NOWARN -> WARN changeDale Rahn
2005-09-22Use std missing symbol print instead of MD custom, do not warn on weakDale Rahn
2005-09-21Simplify the internal symbol finding API, with some cleanup, prep forDale Rahn
2005-09-16Rework symbol lookup to more closely match sun's documentation, nowDale Rahn
2004-05-25provide one version of _dl_bcopy instead of copy in every arch; drahn@ okMichael Shalayeff
2004-05-25return object* the symbol is in for _dl_find_symbol*; drahn@ okMichael Shalayeff
2003-12-03Move the asm definition of _dl__syscall from a header file into a .c fileDale Rahn
2003-09-04Fix W^X mistake. If the dynamic linker is workin in non-lazy mode, itDale Rahn
2003-09-04Symbol cache for GOT lookup. When a symbol is found it is saved in a cacheDale Rahn
2003-09-02Fix PR 3371, symbol lookup in dlopen()ed objects is not correct. CorrectDale Rahn
2003-08-19Fix PowerPC PLT generation. After 2^12 entries (2^14 offset), only everyDale Rahn
2003-07-28The fifth argument to _dl_find_symbol is a 'int size', not a SYM_ define.Dale Rahn
2003-07-06various proto, ansi, and knf repair. tested on all architectures thatTheo de Raadt
2003-06-09pefo 3/4 licence cleanupsTheo de Raadt
2003-03-10typoDavid Krause
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-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-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-11Fix for Elfbug, the Xtiherit problem which has been seen on most OpenBSDDale Rahn
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
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-06Work around a shared library/pmap bug on the powerpc arch. SomehowDale 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