Subject: CVS commit: basesrc/libexec/ld.elf_so
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 09/13/2002 16:28:44
Module Name: basesrc
Committed By: mycroft
Date: Fri Sep 13 13:28:44 UTC 2002
Modified Files:
basesrc/libexec/ld.elf_so: headers.c
Log Message:
Figure out obj->pltrel(a) after the dynamic section is parsed, so the relative
order of DT_PLTREL and DT_JMPREL is irrelevant. Removes the need for yet
another weird #ifdef.
Also, be slightly more careful with the rel(a)lim trimming.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 basesrc/libexec/ld.elf_so/headers.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.