Run splet tests.
authorDavid Edelsohn <dje.gcc@gmail.com>
Mon, 22 Apr 1996 23:49:42 +0000 (23:49 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Mon, 22 Apr 1996 23:49:42 +0000 (23:49 +0000)
gas/testsuite/gas/sparc/sparc.exp

index 919154c258f97bc52258c9bd905e933eb8828494..4156345ce846ef11812df27434158fdc3f6f5868 100644 (file)
@@ -1,10 +1,20 @@
-#
 # Some generic SPARC and SPARC64 tests
-#
+
+# FIXME: The tests here aren't really bullet proof.  A mistake in the opcode
+# table can slip through since we use the same table for assembly and
+# disassembly.  The way to fix this is to include a hex dump of the insns
+# and test that as well.  Later.
+
 if [istarget sparc*-*-*] then {
+    run_dump_test "synth"
+    run_dump_test "splet"
+
     set sparc64 [istarget sparc64*-*-*]
 
     if $sparc64 { run_dump_test "asi" }
     if $sparc64 { run_dump_test "membar" }
     if $sparc64 { run_dump_test "prefetch" }
+    if $sparc64 { run_dump_test "synth64" }
+    if $sparc64 { run_dump_test "rdpr" }
+    if $sparc64 { run_dump_test "wrpr" }
 }