summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/alpha
Commit message (Expand)AuthorAgeFilesLines
* Explicitly cast ELF_R_TYPE() to the right type.marcel2005-12-181-2/+2
* Fix the load64 and store64 macros, created to handle 8-byte unalignedmarcel2005-06-021-6/+6
* 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/+37
* Allow threading libraries to register their own lockingkan2003-05-292-55/+12
* 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/+7
* Use the new freebsd output format from Binutils 2.13.1.obrien2002-10-121-2/+2
* Remove the nanosleep calls from the spin loops in the locking code.jdp2002-07-061-8/+1
* This is the same alloca() fix as was committed for i386. David O'Briendillon2002-06-181-5/+17
* ld-elf.so.1 assumed a few too many things about the ordering of sectionspeter2002-02-185-72/+265
* Update rtld for the "new" ia64 ABI. In the old toolchain, thepeter2001-10-291-0/+3
* Add ia64 support. Various adjustments were made to existing targets todfr2001-10-152-6/+16
* The support for accelerating find_symdef() with a cache was broken. Thisdfr2001-10-101-8/+9
* Performance improvements for the ELF dynamic linker. Thesejdp2001-05-051-4/+11
* Fix a bug which could cause programs with user threads packages tojdp2000-07-171-1/+24
* Solve the dynamic linker's problems with multithreaded programs oncejdp2000-07-083-45/+167
* Eliminate unaligned accesses that occurred when relocating thejdp2000-05-221-12/+27
* When a threads package registers locking methods with dllockinit(),jdp2000-01-291-21/+47
* Block almost all signals in the default locking method instead ofjdp2000-01-251-8/+10
* Revamp the mechanism for enumerating and calling shared objects'jdp2000-01-091-16/+5
* Work around an assert failure in the dynamic linker's default threadjdp1999-12-281-4/+8
* Add a new function dllockinit() for registering thread lockingjdp1999-12-272-9/+94
* Revamp the symbol lookup algorithm to cope better with objectsjdp1999-08-301-2/+1
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* Add code to 'handle' R_ALPHA_NONE relocations by ignoring them.dfr1999-07-121-1/+4
* Fix a serious performance bug for large programs on the Alpha,jdp1999-06-252-44/+164
* Eliminate all machine-dependent code from the main source body andjdp1999-04-093-1/+50
* Update to the binutils-2.9.1 PLT format.dfr1998-09-111-2/+4
* Add the r_addend of the relocation when processing GLOB_DAT relocations.dfr1998-09-111-3/+3
* Fix a cut&paste error which prevented LD_BIND_NOW from working.dfr1998-09-081-2/+2
* Add alpha support.dfr1998-09-042-0/+478
OpenPOWER on IntegriCloud