summaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/alpha/reloc.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.cvs2svn2002-07-031-17/+5
* MFC 1.16 (alpha alloca -> mmap fix)Matthew Dillon2002-06-221-5/+17
* MFC: Fix find_symdef() cache.Doug Rabson2001-10-171-8/+9
* MFC: Performance improvements. Includes the following revisions:John Polstra2001-05-111-4/+11
* MFC 1.10 -> 1.11: Eliminate unaligned accesses while relocating.John Polstra2000-07-121-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