Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/libexec/ld.elf_so/arch/alpha
Module Name: basesrc
Committed By: thorpej
Date: Thu Dec 13 20:30:48 UTC 2001
Modified Files:
basesrc/libexec/ld.elf_so/arch/alpha: Makefile.inc rtld_start.S
Added Files:
basesrc/libexec/ld.elf_so/arch/alpha: ld.so.script
Log Message:
* Add a linker script which provides a _GOT_END_ symbol that we can
use to find the end of the GOT, rather than relying on _DYNAMIC
to immediately follow the GOT. (A change in current binutils
moved _DYNAMIC, and thus would have broken our Alpha ld.elf_so).
* Add #ifdef'd out code to deal with the new PLT format.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 basesrc/libexec/ld.elf_so/arch/alpha/Makefile.inc
cvs rdiff -r0 -r1.1 basesrc/libexec/ld.elf_so/arch/alpha/ld.so.script
cvs rdiff -r1.4 -r1.5 basesrc/libexec/ld.elf_so/arch/alpha/rtld_start.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index