Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 02/25/1999 13:49:05
Module Name:	src
Committed By:	tv
Date:		Thu Feb 25 21:49:05 UTC 1999

Modified Files:
	src/libexec/ld.elf_so: reloc.c
Log Message:
Partial fix for Alpha breakage.  s/tmp_value/tmp/ in two places, and don't
try to check _rtld_objself when doing R_TYPE(RELATIVE) relocs, as the
Alpha ld.elf_so contains them!

I'm not sure the logic for the RELATIVE fix is quite right; it happens to
Work on alpha, but do we actually need to make sure we aren't relocating
ld.elf_so there?

XXX: I am working on making use of RTLD_RELOCATE_SELF on alpha, which may
make this hack of a fix moot.