Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/libexec/ld.elf_so
Module Name: basesrc
Committed By: mycroft
Date: Tue Sep 24 00:33:39 UTC 2002
Modified Files:
basesrc/libexec/ld.elf_so: rtld.c
Log Message:
Um, a little bit of sanity here:
l_addr is always supposed to be obj->relocbase -- or so says the GDB code that
uses it. So, set it to this on all platforms. It already was on VAX
explicitly, and on everything else except MIPS implicitly (because
mapbase==relocbase for all existing shlibs). For some silly/stupid reason, a
new field was created that the MIPS GDB currently uses.
Another MD #ifdef bites it.
To generate a diff of this commit:
cvs rdiff -r1.67 -r1.68 basesrc/libexec/ld.elf_so/rtld.c
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