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/05/2002 18:47:54
Module Name: basesrc
Committed By: mycroft
Date: Thu Sep 5 15:47:54 UTC 2002
Modified Files:
basesrc/libexec/ld.elf_so: reloc.c
Log Message:
Remove support for PowerPC static relocations, which are not present in shared
objects, and in any case are implemented WRONG. (They're symbol-relative, not
base-relative.)
To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 basesrc/libexec/ld.elf_so/reloc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.