From 022492317b2060ef26cfa2f3f6d3290e46d68a9b Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 27 Mar 2004 10:43:58 +0000 Subject: * gas/i860/dir-intel03-err.l: Update for junk at end line becoming an error. * gas/m68hc11/m68hc11.exp: Likewise. --- gas/testsuite/ChangeLog | 6 ++++++ gas/testsuite/gas/i860/dir-intel03-err.l | 2 +- gas/testsuite/gas/m68hc11/m68hc11.exp | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'gas') diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 408f9bf..5beb3a5 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2004-03-27 Alan Modra + + * gas/i860/dir-intel03-err.l: Update for junk at end line becoming + an error. + * gas/m68hc11/m68hc11.exp: Likewise. + 2004-03-23 Andreas Schwab * gas/cfi/cfi-m68k.d: Adjust offsets. diff --git a/gas/testsuite/gas/i860/dir-intel03-err.l b/gas/testsuite/gas/i860/dir-intel03-err.l index 480e1ae..b826128 100644 --- a/gas/testsuite/gas/i860/dir-intel03-err.l +++ b/gas/testsuite/gas/i860/dir-intel03-err.l @@ -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 diff --git a/gas/testsuite/gas/m68hc11/m68hc11.exp b/gas/testsuite/gas/m68hc11/m68hc11.exp index 2bfa880..868241a 100644 --- a/gas/testsuite/gas/m68hc11/m68hc11.exp +++ b/gas/testsuite/gas/m68hc11/m68hc11.exp @@ -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 -- cgit v1.1