Subject: CVS commit: basesrc/libexec/ld.elf_so/arch/mips
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 09/13/2002 20:07:13
Module Name:	basesrc
Committed By:	mycroft
Date:		Fri Sep 13 17:07:13 UTC 2002

Modified Files:
	basesrc/libexec/ld.elf_so/arch/mips: mips_reloc.c

Log Message:
Put back the lazy binding.  For some bizarre reason, the linker occasionally
does not create a PLT entry for a symbol, so we test st_value!=0 to see
whether we can do a PLT fixup.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 basesrc/libexec/ld.elf_so/arch/mips/mips_reloc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.