Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 02/12/1999 09:52:08
Module Name:	src
Committed By:	tv
Date:		Fri Feb 12 17:52:08 UTC 1999

Modified Files:
	src/libexec/ld.elf_so: reloc.c
Log Message:
On everything but the i386, don't write new values into the GOT that are
not pointing to the PLT in _rtld_relocate_plt_object().  I'm not quite
sure why the i386 added the extra relocations, but it removed the `return
0' needed for other arches.

THIS DOES NOT YET FIX BUILDING LD.ELF_SO ON ALPHA.  There are some other
binutils 2.9.1 related issues, but this does return build ability to
2.8.1 based as and ld.  Will do more investigation later.