OSDN Git Service

* gas/sh/sh64/err-dsp.s: Fix expected error message.
authorKaz Kojima <kkojima@rr.iij4u.or.jp>
Thu, 4 Mar 2004 01:24:21 +0000 (01:24 +0000)
committerKaz Kojima <kkojima@rr.iij4u.or.jp>
Thu, 4 Mar 2004 01:24:21 +0000 (01:24 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/sh/sh64/err-dsp.s

index a42e38d..845af82 100644 (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.
index 52173a7..3cee009 100644 (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" }