mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
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:
@ -1,5 +1,8 @@
|
|||||||
2017-11-23 Jim Wilson <jimw@sifive.com>
|
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.
|
* as.c (INITIALIZING_EMULS): Define.
|
||||||
* config/obj-multi.h (FAKE_LABEL_NAME): When INITIALIZING_EMULS set,
|
* config/obj-multi.h (FAKE_LABEL_NAME): When INITIALIZING_EMULS set,
|
||||||
don't define it.
|
don't define it.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
;# Test that fake labels aren't accepted.
|
;# Test that fake labels aren't accepted.
|
||||||
;# { dg-do assemble }
|
;# { dg-do assemble }
|
||||||
label: ;# { dg-error "Error: " }
|
label: ;# { dg-error "Error: |Fatal error:" }
|
||||||
|
Reference in New Issue
Block a user