summaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/ia64
Commit message (Expand)AuthorAgeFilesLines
* When loading dso without PT_GNU_STACK phdr, only callKonstantin Belousov2011-01-251-0/+3
* Implement support for ELF filters in rtld. Both normal and auxillaryKonstantin Belousov2010-12-251-13/+14
* Unbreak ia64.Marcel Moolenaar2010-10-221-3/+16
* Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, useRobert Watson2009-04-191-2/+0
* We don't need --export-dynamic for ld-elf.so.1, because it's aMarcel Moolenaar2007-05-161-1/+0
* Use NULL for null-pointer argument.Marcel Moolenaar2006-09-011-1/+1
* Replace magic 16 with TLS_TCB_SIZE.Marcel Moolenaar2006-08-312-2/+4
* Prevent dead code elimination for the TP assignmient by using inlineMarcel Moolenaar2006-08-301-2/+3
* s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/Marcel Moolenaar2006-01-281-3/+3
* s/R_IA64_/R_IA_64_/Marcel Moolenaar2006-01-281-6/+6
* s/R_IA64_/R_IA_64_/g as per the ia64 psABI.Marcel Moolenaar2006-01-171-11/+11
* Explicitly cast ELF_R_TYPE() to the right type.Marcel Moolenaar2005-12-181-2/+2
* Remove these unused files before any other archs include the same bogusJohn Baldwin2004-11-121-174/+0
* Add support for Thread Local Storage.Doug Rabson2004-08-032-0/+87
* 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