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/10/2001 09:09:42
Module Name: basesrc
Committed By: mycroft
Date: Mon Sep 10 06:09:41 UTC 2001
Modified Files:
basesrc/libexec/ld.elf_so: reloc.c
basesrc/libexec/ld.elf_so/arch/powerpc: ppc_reloc.c
Log Message:
Reorganize PowerPC cold a little. The return value from _rtld_bind_pltgot()
was ambiguous in the case of a weak symbol that was not defined. This caused
RTLD_NOW to fail badly with shared libraries linked against the new crtbegin.o.
To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 basesrc/libexec/ld.elf_so/reloc.c
cvs rdiff -r1.9 -r1.10 basesrc/libexec/ld.elf_so/arch/powerpc/ppc_reloc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.