* gas/i860/dir-intel03-err.l: Update for junk at end line becoming
an error. * gas/m68hc11/m68hc11.exp: Likewise.
This commit is contained in:
parent
6a9cae7f5c
commit
022492317b
@ -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>
|
2004-03-23 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* gas/cfi/cfi-m68k.d: Adjust offsets.
|
* gas/cfi/cfi-m68k.d: Adjust offsets.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.*: Assembler messages:
|
.*: Assembler messages:
|
||||||
.*:8: Error: Directive .atmp available only with -mintel-syntax option
|
.*: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
|
.*:10: Error: Directive .dual available only with -mintel-syntax option
|
||||||
.*:13: Error: Directive .enddual available only with -mintel-syntax option
|
.*:13: Error: Directive .enddual available only with -mintel-syntax option
|
||||||
|
@ -161,7 +161,7 @@ setup_xfail m6812-*-*
|
|||||||
gas_m68hc11_warning "" ".mode \"bar\"\n" "Invalid mode: .bar."
|
gas_m68hc11_warning "" ".mode \"bar\"\n" "Invalid mode: .bar."
|
||||||
gas_m68hc11_error "" ".relax 23\n" "bad .relax format"
|
gas_m68hc11_error "" ".relax 23\n" "bad .relax format"
|
||||||
gas_m68hc11_error "" ".relax bar-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
|
run_dump_test insns
|
||||||
|
Loading…
x
Reference in New Issue
Block a user