Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/libexec/ld.elf_so
Module Name: src
Committed By: skrll
Date: Mon May 17 13:16:02 UTC 2004
Modified Files:
src/libexec/ld.elf_so: reloc.c rtld.c
src/libexec/ld.elf_so/arch/hppa: Makefile.inc hppa_reloc.c rtld_start.S
Removed Files:
src/libexec/ld.elf_so/arch/hppa: ld.so.script
Log Message:
Fix the dynamic linker for hppa using ELF.
Lazy binding doesn't work 100% of the time so force immediate binding.
One possible reason is that the PLT stub blows away r20 which the
compiler might not take into account.
To generate a diff of this commit:
cvs rdiff -r1.82 -r1.83 src/libexec/ld.elf_so/reloc.c
cvs rdiff -r1.104 -r1.105 src/libexec/ld.elf_so/rtld.c
cvs rdiff -r1.5 -r1.6 src/libexec/ld.elf_so/arch/hppa/Makefile.inc
cvs rdiff -r1.19 -r1.20 src/libexec/ld.elf_so/arch/hppa/hppa_reloc.c
cvs rdiff -r1.2 -r0 src/libexec/ld.elf_so/arch/hppa/ld.so.script
cvs rdiff -r1.2 -r1.3 src/libexec/ld.elf_so/arch/hppa/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