Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 01/07/1999 02:22:51
Module Name:	src
Committed By:	christos
Date:		Thu Jan  7 10:22:50 UTC 1999

Modified Files:
	src/gnu/dist/gcc/config/i386: gas.h
Log Message:
In the NO_UNDERSCORES case we need an extra `*' in ASM_GENERATE_INTERNAL_LABEL
otherwise using the macro in dbxout.c, eats the initial `.'. Probably someone
forgot that one, because the `*' is present in other implementations.
... tv said go for it.