summaryrefslogtreecommitdiff
path: root/libexec/ld.so/alpha/rtld_machine.c
AgeCommit message (Expand)Author
2011-04-08Do not use NULL in integer comparison.Theo de Raadt
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2010-05-02Combine the signal mask handling into _dl_thread_bind_lock(), as it's MI.Philip Guenthe
2008-07-28Only optimize away plt relocation when obj_base == 0. CorrectsKurt Miller
2008-04-09Improve support for shared libs linked at non-zero addreses:Kurt Miller
2008-02-24Use rounded down address when changing memory protections on the GOT, suchDale Rahn
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-08-06Do not take shortcuts when the PLT size is 0; makes emacs work again on alpha.Mark Kettenis
2006-08-06Work around an issue found when working with gcc3 on alpha,Dale Rahn
2006-02-22No need to include <machine/elf_machdep.h>Miod Vallat
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-09-05Put in workaround for alpha so that non-lazy binding seems to work,Dale 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-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-03three four gone.Artur Grabowski
2003-03-07Fix cut and paste on wrong line bugs, now like other versions. ok miod@Dale Rahn
2003-02-15Paranoia about mprotect, mprotect page aligned regions for got and plt.Dale Rahn
2003-01-17Change the GOT initialization so that it is done in a function whichDale Rahn
2003-01-16whitespace removal.Dale Rahn
2002-12-18Prepare for an upcoming ELF executable change. This will allow ld.so toDale Rahn
2002-11-14Make error messages on symbol lookup failures more useful.Dale Rahn
2002-09-01Make sure that the symbol return value is always initialized beforeDale 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-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-24various KNFTheo de Raadt
2001-06-26Lazy binding for shared libraries.Artur Grabowski
2001-06-13Add support for lazy binding.Artur Grabowski
2001-06-05gcc generates a lot of unaligned RELATIVE relocations for c++ exception handl...Artur Grabowski
2001-05-31Apparently GLOB_DAT needs r_addend.Artur Grabowski
2001-05-31Some cleanups.Artur Grabowski
2001-05-31Remove write protection from some memory segments whenArtur Grabowski
2001-05-31Correctly implement most linking for alpha.Artur Grabowski
2001-05-14Commit initial alpha bits, to facilitate in-tree dev.Niklas Hallqvist