From 1161145dce1696fde54d6b78ff0d72ce87e030b7 Mon Sep 17 00:00:00 2001 From: Joern Rennecke Date: Mon, 17 Jun 2002 15:25:41 +0000 Subject: [PATCH] * gas/sh/dsp.s: Add three more instructions. * gas/sh/dsp.d: Update. --- gas/testsuite/ChangeLog | 5 +++++ gas/testsuite/gas/sh/dsp.d | 3 +++ gas/testsuite/gas/sh/dsp.s | 5 ++++- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 4ee6572dc..626292085 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Mon Jun 17 16:23:59 2002 J"orn Rennecke + + * gas/sh/dsp.s: Add three more instructions. + * gas/sh/dsp.d: Update. + 2002-06-14 Daniel Jacobowitz * gas/mips/lineno.d: Use --gstabs. diff --git a/gas/testsuite/gas/sh/dsp.d b/gas/testsuite/gas/sh/dsp.d index 69ebdf271..b11f30756 100644 --- a/gas/testsuite/gas/sh/dsp.d +++ b/gas/testsuite/gas/sh/dsp.d @@ -22,3 +22,6 @@ Disassembly of section .text: 0+01a <[^>]*> f4 b7 [ ]*movs.l y1,@r4 0+01c <[^>]*> f7 cb [ ]*movs.l m0,@r3\+ 0+01e <[^>]*> f6 ef [ ]*movs.l m1,@r2\+r8 +0+020 <[^>]*> f8 00 b1 07 [ ]padd x0,y0,a0 +0+024 <[^>]*> f8 00 ed 07 [ ]plds a0,mach +0+028 <[^>]*> f8 00 b1 07 [ ]padd x0,y0,a0 diff --git a/gas/testsuite/gas/sh/dsp.s b/gas/testsuite/gas/sh/dsp.s index 856af2e49..377ad500e 100644 --- a/gas/testsuite/gas/sh/dsp.s +++ b/gas/testsuite/gas/sh/dsp.s @@ -21,4 +21,7 @@ dsp_tests: movs.l y1, @r4 movs.l m0, @r3+ movs.l m1, @r2+r8 - \ No newline at end of file + + padd x0,y0,a0 + plds a0,mach + padd x0,y0,a0 -- 2.11.4.GIT