Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Krister Walfridsson <kristerw@netbsd.org>
List: source-changes
Date: 01/02/1999 11:25:40
Module Name:	src
Committed By:	kristerw
Date:		Sat Jan  2 19:25:40 UTC 1999

Modified Files:
	src/gnu/dist/gas/config: tc-i386.c
Log Message:
Verify that the symbols are of the right kind when applying fixup
to segment data. This prevens gas from SEGV when seeing code of
the type

L0:
addl    $(Loop-L0-3),%eax
Loop:

This solves PR 6486 from Anders Hjalmarsson.