Subject: CVS commit: src/libexec/ld.elf_so/arch/vax
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 03/03/2003 00:03:41
Module Name: src
Committed By: mycroft
Date: Sun Mar 2 22:03:41 UTC 2003
Modified Files:
src/libexec/ld.elf_so/arch/vax: rtld_start.S
Log Message:
Shorten rtld_start() slightly -- there's a base-relative _DYNAMIC pointer at
the beginning of the GOT, so we don't need an extra one here. Also, remove a
bogus comment -- we do in fact have to do fixups, because there are pointers in
ld.elf_so's data segment that need to be relocated.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/libexec/ld.elf_so/arch/vax/rtld_start.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.