summaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/ia64
Commit message (Expand)AuthorAgeFilesLines
* Don't fail if we encounter a relocation of type "none". Just ignoreMarcel Moolenaar2003-06-071-0/+3
* Allow threading libraries to register their own lockingAlexander Kabaev2003-05-293-88/+33
* Fix for ia64/48024 - ensure function pointer equality across elfArun Sharma2003-03-191-52/+77
* No need to zero fill memory, mmapped anonymously. Kernel willAlexander Kabaev2003-03-141-2/+0
* Fix the handling of high PLT entries (> 32764) on sparc64. This requiresThomas Moestl2002-11-182-4/+6
* Fix a nasty memory corruption bug caused by having a bogus pointerMarcel Moolenaar2002-08-221-0/+8
* Add support for the R_IA64_IPLTLSB relocation in non-PLT context.Marcel Moolenaar2002-08-201-0/+30
* Remove the nanosleep calls from the spin loops in the locking code.John Polstra2002-07-061-8/+1
* The last bits of the alloca -> mmap fix. IA64 and SPARC64 (current only).Matthew Dillon2002-06-221-17/+43
* Include machine/ia64_cpu.h because we use ia64_mf().Marcel Moolenaar2002-05-211-0/+1
* Fix handling of weak references to undefined symbols on ia64:Marcel Moolenaar2002-04-271-28/+20
* Now that local symbols aren't looked up with the symbol hash table,Marcel Moolenaar2002-04-271-10/+3
* Fix a relocation bug in the ia64 ld.so. Weak function pointers in sharedPeter Wemm2002-04-071-3/+16
* Update rtld for the "new" ia64 ABI. In the old toolchain, thePeter Wemm2001-10-292-0/+13
* Fix a dependency violation (branch after alloc)Peter Wemm2001-10-291-1/+1
* Add ia64 support. Various adjustments were made to existing targets toDoug Rabson2001-10-155-0/+981