aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/alpha
Commit message (Collapse)AuthorAgeFilesLines
* Sync with -current: add locking support to the dynamic linker.John Polstra2000-01-211-9/+0
| | | | Notes: svn path=/stable/3/; revision=56358
* MFC: fixes for dlopen() which allow mozilla to actually work in -stable.Jordan K. Hubbard1999-12-171-2/+1
| | | | | | | /usr/bin/id ran just fine after these changes, so jdp says "ship it." :) Notes: svn path=/stable/3/; revision=54712
* $Id$ -> $FreeBSD$Peter Wemm1999-08-293-3/+3
| | | | Notes: svn path=/stable/3/; revision=50572
* MFC 1.5 -> 1.6: Handle R_ALPHA_NONE relocations.John Polstra1999-07-141-1/+4
| | | | Notes: svn path=/stable/3/; revision=48806
* MFC: Fix serious performance bug for large programs with multipleJohn Polstra1999-06-292-44/+164
| | | | | | | GOTs. Notes: svn path=/stable/3/; revision=48332
* MFC (1999/04/08 17:28:44 PDT):John Polstra1999-04-282-2/+15
| | | | | | | | | Isolate architecture dependencies better. Eliminate some asm(). Make the dynamic linker work if it is built as an executable. Notes: svn path=/stable/3/; revision=46131
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-04-152-0/+36
| | | | Notes: svn path=/stable/3/; revision=45700
* Update to the binutils-2.9.1 PLT format.Doug Rabson1998-09-111-2/+4
| | | | Notes: svn path=/head/; revision=39081
* Add the r_addend of the relocation when processing GLOB_DAT relocations.Doug Rabson1998-09-111-3/+3
| | | | Notes: svn path=/head/; revision=39080
* Fix a cut&paste error which prevented LD_BIND_NOW from working.Doug Rabson1998-09-081-2/+2
| | | | Notes: svn path=/head/; revision=38940
* Add alpha support.Doug Rabson1998-09-042-0/+478
Submitted by: John Birrell <jb@cimlogic.com.au> (with extra hacks by me) Obtained from: Probably NetBSD Notes: svn path=/head/; revision=38816