summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/ia64
Commit message (Expand)AuthorAgeFilesLines
* Remove ia64.marcel2014-07-074-985/+0
* Fix r264346 for ia64. We need to allocate memory for the functionmarcel2014-07-021-0/+2
* Add GNU hash support for rtld.kib2012-04-301-3/+3
* Use xmalloc() instead of malloc() in the places where malloc() callskib2012-03-221-4/+2
* Fix several problems with our ELF filters implementation.kib2012-03-201-14/+17
* Add support for preinit, init and fini arrays. Some ABIs, inkib2012-03-112-0/+13
* Add support for STT_GNU_IFUNC and R_MACHINE_IRELATIVE GNU extensions tokib2011-12-121-0/+16
* When loading dso without PT_GNU_STACK phdr, only callkib2011-01-251-0/+3
* Implement support for ELF filters in rtld. Both normal and auxillarykib2010-12-251-13/+14
* Unbreak ia64.marcel2010-10-221-3/+16
* Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, userwatson2009-04-191-2/+0
* We don't need --export-dynamic for ld-elf.so.1, because it's amarcel2007-05-161-1/+0
* Use NULL for null-pointer argument.marcel2006-09-011-1/+1
* Replace magic 16 with TLS_TCB_SIZE.marcel2006-08-312-2/+4
* Prevent dead code elimination for the TP assignmient by using inlinemarcel2006-08-301-2/+3
* s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/marcel2006-01-281-3/+3
* s/R_IA64_/R_IA_64_/marcel2006-01-281-6/+6
* s/R_IA64_/R_IA_64_/g as per the ia64 psABI.marcel2006-01-171-11/+11
* Explicitly cast ELF_R_TYPE() to the right type.marcel2005-12-181-2/+2
* Remove these unused files before any other archs include the same bogusjhb2004-11-121-174/+0
* Add support for Thread Local Storage.dfr2004-08-032-0/+87
* Don't fail if we encounter a relocation of type "none". Just ignoremarcel2003-06-071-0/+3
* Allow threading libraries to register their own lockingkan2003-05-293-88/+33
* Fix for ia64/48024 - ensure function pointer equality across elfarun2003-03-191-52/+77
* No need to zero fill memory, mmapped anonymously. Kernel willkan2003-03-141-2/+0
* Fix the handling of high PLT entries (> 32764) on sparc64. This requirestmm2002-11-182-4/+6
* Fix a nasty memory corruption bug caused by having a bogus pointermarcel2002-08-221-0/+8
* Add support for the R_IA64_IPLTLSB relocation in non-PLT context.marcel2002-08-201-0/+30
* Remove the nanosleep calls from the spin loops in the locking code.jdp2002-07-061-8/+1
* The last bits of the alloca -> mmap fix. IA64 and SPARC64 (current only).dillon2002-06-221-17/+43
* Include machine/ia64_cpu.h because we use ia64_mf().marcel2002-05-211-0/+1
* Fix handling of weak references to undefined symbols on ia64:marcel2002-04-271-28/+20
* Now that local symbols aren't looked up with the symbol hash table,marcel2002-04-271-10/+3
* Fix a relocation bug in the ia64 ld.so. Weak function pointers in sharedpeter2002-04-071-3/+16
* Update rtld for the "new" ia64 ABI. In the old toolchain, thepeter2001-10-292-0/+13
* Fix a dependency violation (branch after alloc)peter2001-10-291-1/+1
* Add ia64 support. Various adjustments were made to existing targets todfr2001-10-155-0/+981
OpenPOWER on IntegriCloud