From: Joern Rennecke Date: Mon, 17 Jun 2002 15:25:41 +0000 (+0000) Subject: * gas/sh/dsp.s: Add three more instructions. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=477ad2e19bb8eef522ae8a3d72e670cd2c9cf942;p=binutils-gdb.git * gas/sh/dsp.s: Add three more instructions. * gas/sh/dsp.d: Update. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 4ee6572dc38..626292085e4 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 69ebdf271c0..b11f30756e5 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 856af2e4922..377ad500e29 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