* gas/sh/sh64/err-dsp.s: Fix expected error message.

This commit is contained in:
Kaz Kojima 2004-03-04 01:24:21 +00:00
parent d307271c22
commit 28e4a77b9d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-03-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* gas/sh/sh64/err-dsp.s: Fix expected error message.
2004-03-01 Richard Sandiford <rsandifo@redhat.com>
* gas/frv/fr405-insn.[sdl]: New test.

View File

@ -11,5 +11,5 @@
.text
start:
ldc r3,mod ! { dg-error "invalid operands" }
ldre @(16,pc) ! { dg-error "unknown opcode" }
ldre @(16,pc) ! { dg-error "opcode not valid for this cpu variant" }
lds r4,a0 ! { dg-error "invalid operands" }