aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/alpha/reloc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove alpha left-overs.Ruslan Ermilov2006-08-221-531/+0
* Implement ELF symbol versioning using GNU semantics. This code aimsAlexander Kabaev2005-12-181-1/+3
* Explicitly cast ELF_R_TYPE() to the right type.Marcel Moolenaar2005-12-181-2/+2
* Fix the load64 and store64 macros, created to handle 8-byte unalignedMarcel Moolenaar2005-06-021-6/+6
* Add support for Thread Local Storage.Doug Rabson2004-08-031-0/+22
* 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-181-3/+4
* This is the same alloca() fix as was committed for i386. David O'BrienMatthew Dillon2002-06-181-5/+17
* ld-elf.so.1 assumed a few too many things about the ordering of sectionsPeter Wemm2002-02-181-4/+14
* Add ia64 support. Various adjustments were made to existing targets toDoug Rabson2001-10-151-5/+9
* The support for accelerating find_symdef() with a cache was broken. ThisDoug Rabson2001-10-101-8/+9
* Performance improvements for the ELF dynamic linker. TheseJohn Polstra2001-05-051-4/+11
* Eliminate unaligned accesses that occurred when relocating theJohn Polstra2000-05-221-12/+27
* When a threads package registers locking methods with dllockinit(),John Polstra2000-01-291-21/+47
* Add a new function dllockinit() for registering thread lockingJohn Polstra1999-12-271-9/+0
* Revamp the symbol lookup algorithm to cope better with objectsJohn Polstra1999-08-301-2/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add code to 'handle' R_ALPHA_NONE relocations by ignoring them.Doug Rabson1999-07-121-1/+4
* Fix a serious performance bug for large programs on the Alpha,John Polstra1999-06-251-43/+161
* Eliminate all machine-dependent code from the main source body andJohn Polstra1999-04-091-1/+14
* Add the r_addend of the relocation when processing GLOB_DAT relocations.Doug Rabson1998-09-111-3/+3
* Fix a cut&paste error which prevented LD_BIND_NOW from working.Doug Rabson1998-09-081-2/+2
* Add alpha support.Doug Rabson1998-09-041-0/+309