summaryrefslogtreecommitdiff
path: root/libexec/ld.so/sparc64
AgeCommit message (Expand)Author
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-06-03Proper masks for 64 bit relocation types. ok art@Dale Rahn
2002-05-24more KNFTheo de Raadt
2002-05-24various KNFTheo de Raadt
2002-04-24Perform full relocation for Rela bootstrap relocations, compatibleDale Rahn
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
2002-02-21cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me.Dale Rahn
2002-02-20Fix obvious pasto: when iflush'n flush 24,20,16,... not 20,16,16,...Jason Wright
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-09-27Local symbols don't need to have a name. Don't barf on them.Artur Grabowski
2001-09-26Some juggling to simplify the code and some missing code.Artur Grabowski
2001-09-26Lazy binding. Parts from NetBSD.Artur Grabowski
2001-09-26Implement COPY relocations.Artur Grabowski
2001-09-26Code for PLT relocations. From NetBSD.Artur Grabowski
2001-09-25Duh! if we go through the hassle of looking up a symbol it mightArtur Grabowski
2001-09-25Borrow a big chunk of code from the NetBSD ld.elf_so to do all theArtur Grabowski
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-24Proper RELOC_RELA for bootstrap.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-21partially done... committing so other folks don't have to repeat some of the ...Jason Wright
2001-09-21Stolen from alpha.Jason Wright
2001-09-21first whack at ldasm.S... this will not work yet (partially based on NetBSD,Jason Wright