This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix vax/ns32k/mmix gas testsuite regression.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c139731b13f83da3c9436f92d52b915e94ff7480

commit c139731b13f83da3c9436f92d52b915e94ff7480
Author: Jim Wilson <jimw@sifive.com>
Date:   Thu Nov 23 13:11:40 2017 -0800

    Fix vax/ns32k/mmix gas testsuite regression.
    
    	gas/
    	* testsuite/gas/all/err-fakelabel.s (dg-error): Also accept fatal error
    	string.

Diff:
---
 gas/ChangeLog                         | 3 +++
 gas/testsuite/gas/all/err-fakelabel.s | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 9d2eaea..c5ee576 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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.
diff --git a/gas/testsuite/gas/all/err-fakelabel.s b/gas/testsuite/gas/all/err-fakelabel.s
index 1e87f2e..a879ccf 100644
--- a/gas/testsuite/gas/all/err-fakelabel.s
+++ b/gas/testsuite/gas/all/err-fakelabel.s
@@ -1,3 +1,3 @@
 ;# Test that fake labels aren't accepted.
 ;# { dg-do assemble }
-label:			;# { dg-error "Error: " }
+label:			;# { dg-error "Error: |Fatal error:" }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]