diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2002-06-17 15:25:41 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 2002-06-17 15:25:41 +0000 |
commit | 477ad2e19bb8eef522ae8a3d72e670cd2c9cf942 (patch) | |
tree | 36d4b7a4039a80883876cb97b0b291649bdd66c4 /gas | |
parent | 8243435612b508460efea333197bf662c403e652 (diff) | |
download | gdb-477ad2e19bb8eef522ae8a3d72e670cd2c9cf942.zip gdb-477ad2e19bb8eef522ae8a3d72e670cd2c9cf942.tar.gz gdb-477ad2e19bb8eef522ae8a3d72e670cd2c9cf942.tar.bz2 |
* gas/sh/dsp.s: Add three more instructions.
* gas/sh/dsp.d: Update.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/sh/dsp.d | 3 | ||||
-rw-r--r-- | gas/testsuite/gas/sh/dsp.s | 5 |
3 files changed, 12 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 4ee6572..6262920 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Mon Jun 17 16:23:59 2002 J"orn Rennecke <joern.rennecke@superh.com> + + * gas/sh/dsp.s: Add three more instructions. + * gas/sh/dsp.d: Update. + 2002-06-14 Daniel Jacobowitz <drow@mvista.com> * gas/mips/lineno.d: Use --gstabs. diff --git a/gas/testsuite/gas/sh/dsp.d b/gas/testsuite/gas/sh/dsp.d index 69ebdf2..b11f307 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 856af2e..377ad50 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 |