aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Remove these unused files before any other archs include the same bogusJohn Baldwin2004-11-121-167/+0
* Add support for Thread Local Storage.Doug Rabson2004-08-032-0/+36
* Fix the problem that surfaced with the new binutils import on sparc64Thomas Moestl2004-06-182-3/+6
* Avoid using the global offset table to get the address of _DYNAMIC inJake Burkholder2003-07-042-1/+18
* Allow threading libraries to register their own lockingAlexander Kabaev2003-05-293-33/+23
* No need to zero fill memory, mmapped anonymously. Kernel willAlexander Kabaev2003-03-141-2/+0
* Fix rtld to handle SPARC_R_UA{16,64} relocations correctly.Alexander Kabaev2002-12-051-2/+2
* Fix the handling of high PLT entries (> 32764) on sparc64. This requiresThomas Moestl2002-11-183-200/+222
* <machine/atomic.h> requires <sys/types.h>.Ruslan Ermilov2002-10-092-2/+1
* Return an error if a symbol is not found in reloc_jmpslots() instead ofThomas Moestl2002-09-141-0/+2
* Add END markers to asm functions so that debuggers can find their size.Jake Burkholder2002-07-171-1/+3
* Remove the nanosleep calls from the spin loops in the locking code.John Polstra2002-07-061-8/+1
* Add needed include of mman.h to fix sparc64 buildworld.Jake Burkholder2002-06-241-1/+3
* The last bits of the alloca -> mmap fix. IA64 and SPARC64 (current only).Matthew Dillon2002-06-221-4/+15
* rtld support for sparc64.Jake Burkholder2002-03-135-0/+1073