Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 10/31/1998 01:04:29
Module Name:	src
Committed By:	matt
Date:		Sat Oct 31 09:04:29 UTC 1998

Modified Files:
	src/gnu/usr.bin/ld/arch/vax: md.c md.h
Log Message:
Add hook to convert some DISP32 relocs to BASREL through a GOT entry.
[XXX not perfect since gotslot are allocated on a per-symbol basis but
not a per-symbol & addend tuple.  This makes impossible to have separate
GOT entries to ___sF (stdin), ___sF+88 (stdout), and ___sF+176 (stderr)]