diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-04-22 23:49:42 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-04-22 23:49:42 +0000 |
commit | 4430e4ad5b9fb5b47cafd3e1a274938a67a39ede (patch) | |
tree | 48027ddc4703e179751740ba76aa96ffa070c9c5 | |
parent | a5cb47d8158c027967a0d2fb9d07fe33a30ffa53 (diff) | |
download | gdb-4430e4ad5b9fb5b47cafd3e1a274938a67a39ede.zip gdb-4430e4ad5b9fb5b47cafd3e1a274938a67a39ede.tar.gz gdb-4430e4ad5b9fb5b47cafd3e1a274938a67a39ede.tar.bz2 |
Run splet tests.
-rw-r--r-- | gas/testsuite/gas/sparc/sparc.exp | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/gas/testsuite/gas/sparc/sparc.exp b/gas/testsuite/gas/sparc/sparc.exp index 919154c..4156345 100644 --- a/gas/testsuite/gas/sparc/sparc.exp +++ b/gas/testsuite/gas/sparc/sparc.exp @@ -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" } } |