]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
add tests of SH DSP instructions
authorNick Clifton <nickc@redhat.com>
Tue, 9 Oct 2001 13:39:36 +0000 (13:39 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 9 Oct 2001 13:39:36 +0000 (13:39 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/sh/basic.exp

index ced04b9c0b12c175e215c537ae418d2c06adfa8a..f6aeb0b851421c5b59fc6a36ad62a6ac5a7c57a7 100644 (file)
@@ -1,3 +1,10 @@
+2001-10-09  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * sh/basic.exp: Add dsp dump test.
+        * sh/dsp/d: New file: Expected output of disassembly of dsp.s
+        * sh/dsp.s: New file: Test assembly source of DSP single data
+       transfer instructions.
+
 2001-09-04  Alan Modra  <amodra@bigpond.net.au>
 
        Merge from mainline.
index 30dbb0b2d06753843c18a05cdf17951879134b40..8cc33530eb78b71e4a9272b250cd0583403a0be4 100644 (file)
@@ -83,4 +83,6 @@ proc do_fp {} {
 if [istarget sh*-*-*] then {
     # Test the basic instruction parser.
     do_fp
+    # Test DSP instructions
+    run_dump_test "dsp"
 }