This is the mail archive of the binutils@sources.redhat.com 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]

fix a couple of gas testsuite failures


gas/testsuite/ChangeLog
	* gas/i860/dir-intel03-err.l: Update for junk at end line becoming
	an error.
	* gas/m68hc11/m68hc11.exp: Likewise.

Index: gas/testsuite/gas/i860/dir-intel03-err.l
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/i860/dir-intel03-err.l,v
retrieving revision 1.1
diff -u -p -r1.1 dir-intel03-err.l
--- gas/testsuite/gas/i860/dir-intel03-err.l	5 Aug 2003 23:02:50 -0000	1.1
+++ gas/testsuite/gas/i860/dir-intel03-err.l	27 Mar 2004 10:28:16 -0000
@@ -1,5 +1,5 @@
 .*: Assembler messages:
 .*:8: Error: Directive .atmp available only with -mintel-syntax option
-.*:8: Warning: rest of line ignored; first ignored character is `r'
+.*:8: Error: junk at end of line, first unrecognized character is `r'
 .*:10: Error: Directive .dual available only with -mintel-syntax option
 .*:13: Error: Directive .enddual available only with -mintel-syntax option
Index: gas/testsuite/gas/m68hc11/m68hc11.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/m68hc11/m68hc11.exp,v
retrieving revision 1.4
diff -u -p -r1.4 m68hc11.exp
--- gas/testsuite/gas/m68hc11/m68hc11.exp	21 Jan 2004 11:17:51 -0000	1.4
+++ gas/testsuite/gas/m68hc11/m68hc11.exp	27 Mar 2004 10:28:16 -0000
@@ -161,7 +161,7 @@ setup_xfail m6812-*-*
 gas_m68hc11_warning "" ".mode \"bar\"\n" "Invalid mode: .bar."
 gas_m68hc11_error "" ".relax 23\n" "bad .relax format"
 gas_m68hc11_error "" ".relax bar-23\n" "bad .relax format"
-gas_m68hc11_warning "" ".far bar bar\n" "rest of line ignored"
+gas_m68hc11_error "" ".far bar bar\n" "junk at end of line"
 
 
 run_dump_test insns

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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