Subject: CVS commit: gnusrc
To: None <source-changes@netbsd.org>
From: Krister Walfridsson <kristerw@netbsd.org>
List: source-changes
Date: 10/04/1999 11:47:34
Module Name:	gnusrc
Committed By:	kristerw
Date:		Mon Oct  4 18:47:34 UTC 1999

Modified Files:
	gnusrc/gnu/dist/bfd: targets.c

Log Message:
Some time ago, bfd_target_vector was changed from beeing an array, to be
a pointer to an array. Unfortunately, the sizeof(bfd_target_vector) was
not changed. That made ar(1) allocate 4 bytes for an 48 bytes array...

This solves PR bin/8200 from Matthias Buelow.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 gnusrc/gnu/dist/bfd/targets.c

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