Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 08/20/1998 19:06:09
Module Name:	src
Committed By:	tv
Date:		Fri Aug 21 02:06:09 UTC 1998

Modified Files:
	src/gnu/dist/bfd: libbfd-in.h libbfd.h targets.c
	src/gnu/lib/bfd: shlib_version
Log Message:
Use a pointer, not an array, for bfd_target_vector, working around our
linker bogozity.  (So that the array can grow and shrink without
relinking.)