summaryrefslogtreecommitdiff
path: root/libexec/ld.so/sparc64/ldasm.S
AgeCommit message (Expand)Author
2006-05-03prebind - how to prelink a binary without throwing security out the windowDale Rahn
2004-05-25spacingTheo de Raadt
2004-01-10the sparcv9 ABI requires registers %g2, %g3 to be first announced beforePeter Valchev
2003-08-12use _ENTRY consistently, remove some #if 0 code, and clean up some comments; ...Jason Wright
2003-07-09changes to ld.so to be compatible with newer binutils, requiresDale Rahn
2003-06-02nuke clause 3 & 4Jason Wright
2003-05-30When loading a shared object or libraries dependant object, load themDale Rahn
2003-02-02knf & ansi; drahn okTheo de Raadt
2002-12-18Prepare for an upcoming ELF executable change. This will allow ld.so toDale Rahn
2002-11-23clean up comments.Dale Rahn
2002-10-21Simplify the ld.so asm api, the data is available other ways.Dale Rahn
2002-08-11The parameter dynp was never used, rather than pass in a dummy on mostDale Rahn
2002-07-12Change ld.so search order/method to match the a.out ld.so.Dale Rahn
2002-05-24more KNFTheo de Raadt
2002-05-24various KNFTheo de Raadt
2002-03-17Clean up the zapping of bad variables. Instead of implementingArtur Grabowski
2002-03-15Add support for binutils 2.11. Work around change in PLT generation new ldDale Rahn
2001-09-25Do mmap the right way.Artur Grabowski
2001-09-25Another attempt at getting this right. This time, play safe.Artur Grabowski
2001-09-24Some cleanup.Artur Grabowski
2001-09-24Get the bootstrapping right.Artur Grabowski
2001-09-24dl_data is at the start of the stack, not after env. load loff.Artur Grabowski
2001-09-23add munmap syscallDale Rahn
2001-09-21first whack at ldasm.S... this will not work yet (partially based on NetBSD,Jason Wright