diff options
-rw-r--r-- | gas/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gas/testsuite/gas/i860/dir-intel03-err.l | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/m68hc11/m68hc11.exp | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 408f9bf0cd..5beb3a5439 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2004-03-27 Alan Modra <amodra@bigpond.net.au> + + * 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 <schwab@suse.de> * 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 480e1aea58..b8261282bf 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 2bfa8803aa..868241a832 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 |