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:
parent
5f71e59e1a
commit
c139731b13
|
@ -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.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
;# Test that fake labels aren't accepted.
|
||||
;# { dg-do assemble }
|
||||
label: ;# { dg-error "Error: " }
|
||||
label: ;# { dg-error "Error: |Fatal error:" }
|
||||
|
|
Loading…
Reference in New Issue