Fix vax/ns32k/mmix gas testsuite regression.

gas/
	* testsuite/gas/all/err-fakelabel.s (dg-error): Also accept fatal error
	string.
This commit is contained in:
Jim Wilson 2017-11-23 13:11:40 -08:00
parent 5f71e59e1a
commit c139731b13
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2017-11-23 Jim Wilson <jimw@sifive.com>
* testsuite/gas/all/err-fakelabel.s (dg-error): Also accept fatal error
string.
* as.c (INITIALIZING_EMULS): Define.
* config/obj-multi.h (FAKE_LABEL_NAME): When INITIALIZING_EMULS set,
don't define it.

View File

@ -1,3 +1,3 @@
;# Test that fake labels aren't accepted.
;# { dg-do assemble }
label: ;# { dg-error "Error: " }
label: ;# { dg-error "Error: |Fatal error:" }