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: Thu Sep 12 17:45:42 UTC 2002
Modified Files:
basesrc/libexec/ld.elf_so: rtld.c
Log Message:
Add a `relocbase' argument to _rtld() and _rtld_init(), which is passed in
from the glue code in _rtld_start(). This is used to set objself.relocbase,
rather than assuming that it's the same as objself.mapbase (or 0 on MIPS).
Now -- with a bug fix to the kernel -- ld.elf_so can be linked at any VMA.
To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 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