Fix Sparc test which was failing in the presence of new v9 opcodes.
authorJose E. Marchesi <jose.marchesi@oracle.com>
Wed, 19 Mar 2014 16:22:31 +0000 (16:22 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 19 Mar 2014 16:22:31 +0000 (16:22 +0000)
* gas/sparc/ldd_std.d: Fix objdump invocation in order to get
the old opcodes for the ldtw, ldtwa, stw and stwa instructions.

gas/testsuite/ChangeLog
gas/testsuite/gas/sparc/ldd_std.d

index 5cb3e17e8de39756127e50b3e49f0bd881fc2228..5fc94a3bf86b7a9c59c2d778a6324de7ff2fd793 100644 (file)
@@ -1,4 +1,9 @@
-2014-03-19  Daniel Gutson <daniel.gutson@tallertechnologies.com>`
+2014-03-19  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * gas/sparc/ldd_std.d: Fix objdump invocation in order to get
+       the old opcodes for the ldtw, ldtwa, stw and stwa instructions.
+
+2014-03-19  Daniel Gutson <daniel.gutson@tallertechnologies.com>
            Nick Clifton  <nickc@redhat.com>
 
        * gas/arm/ccs.s: New test case.
index 2d0083b9e06b0115e2c965832425675ae4aaddb2..6215fe3a84d756ef3a3168cd65db4f806e05e46a 100644 (file)
@@ -1,5 +1,5 @@
 #as: -Av8
-#objdump: -dr
+#objdump: -dr -m sparc
 #name: sparc LDD/STD
 
 .*: +file format .*sparc.*
This page took 0.025647 seconds and 4 git commands to generate.