From 28e4a77b9d475b877289246e93fbf6fa01247f3d Mon Sep 17 00:00:00 2001 From: Kaz Kojima Date: Thu, 4 Mar 2004 01:24:21 +0000 Subject: [PATCH] * gas/sh/sh64/err-dsp.s: Fix expected error message. --- gas/testsuite/ChangeLog | 4 ++++ gas/testsuite/gas/sh/sh64/err-dsp.s | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index a42e38d3e87..845af82d0d1 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-03-03 Kaz Kojima + + * gas/sh/sh64/err-dsp.s: Fix expected error message. + 2004-03-01 Richard Sandiford * gas/frv/fr405-insn.[sdl]: New test. diff --git a/gas/testsuite/gas/sh/sh64/err-dsp.s b/gas/testsuite/gas/sh/sh64/err-dsp.s index 52173a712c8..3cee009a01b 100644 --- a/gas/testsuite/gas/sh/sh64/err-dsp.s +++ b/gas/testsuite/gas/sh/sh64/err-dsp.s @@ -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" } -- 2.30.2