* gas/alpha/unop.s, gas/alpha/unop.d: New test.
authorRichard Henderson <rth@redhat.com>
Tue, 22 Jan 2002 09:45:49 +0000 (09:45 +0000)
committerRichard Henderson <rth@redhat.com>
Tue, 22 Jan 2002 09:45:49 +0000 (09:45 +0000)
        * gas/alpha/alpha.exp: Run it.

gas/testsuite/ChangeLog
gas/testsuite/gas/alpha/alpha.exp
gas/testsuite/gas/alpha/unop.d [new file with mode: 0644]
gas/testsuite/gas/alpha/unop.s [new file with mode: 0644]

index 8484a9f..6c40fb7 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-22  Richard Henderson  <rth@redhat.com>
+
+       * gas/alpha/unop.s, gas/alpha/unop.d: New test.
+       * gas/alpha/alpha.exp: Run it.
+
 2002-01-21  Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
 
        * gas/cris/cris.exp: Comment typo fix
index 4bc54f4..db16022 100644 (file)
@@ -30,4 +30,5 @@ if { [istarget alpha*-*-*] } then {
     }
 
     run_dump_test "fp"
+    run_dump_test "unop"
 }
diff --git a/gas/testsuite/gas/alpha/unop.d b/gas/testsuite/gas/alpha/unop.d
new file mode 100644 (file)
index 0000000..be88059
--- /dev/null
@@ -0,0 +1,12 @@
+#objdump: -d
+#name: alpha unop disassembly
+
+.*:     file format .*
+
+Disassembly of section .text:
+
+0*0000000 <.text>:
+   0:  00 00 fe 2f     unop    
+   4:  00 00 e0 2f     unop    
+   8:  00 00 fe 2f     unop    
+   c:  00 00 ff 2f     unop    
diff --git a/gas/testsuite/gas/alpha/unop.s b/gas/testsuite/gas/alpha/unop.s
new file mode 100644 (file)
index 0000000..2eb4a59
--- /dev/null
@@ -0,0 +1,4 @@
+       unop
+       ldq_u $31,0($0)
+       ldq_u $31,0($30)
+       ldq_u $31,0($31)