diff options
author | Jose E. Marchesi <jose.marchesi@oracle.com> | 2014-03-19 16:22:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-03-19 16:22:31 +0000 |
commit | 999bf65c4b277ffc40dc32f377cf99de0f9684b3 (patch) | |
tree | 0beab7918dc19212852c1a8f3fa5082cd9b2b61f /gas | |
parent | 05adc73e8266faab5abd485237cb59bb69a4f936 (diff) | |
download | gdb-999bf65c4b277ffc40dc32f377cf99de0f9684b3.zip gdb-999bf65c4b277ffc40dc32f377cf99de0f9684b3.tar.gz gdb-999bf65c4b277ffc40dc32f377cf99de0f9684b3.tar.bz2 |
Fix Sparc test which was failing in the presence of new v9 opcodes.
* gas/sparc/ldd_std.d: Fix objdump invocation in order to get
the old opcodes for the ldtw, ldtwa, stw and stwa instructions.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gas/testsuite/gas/sparc/ldd_std.d | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 5cb3e17..5fc94a3 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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. diff --git a/gas/testsuite/gas/sparc/ldd_std.d b/gas/testsuite/gas/sparc/ldd_std.d index 2d0083b..6215fe3 100644 --- a/gas/testsuite/gas/sparc/ldd_std.d +++ b/gas/testsuite/gas/sparc/ldd_std.d @@ -1,5 +1,5 @@ #as: -Av8 -#objdump: -dr +#objdump: -dr -m sparc #name: sparc LDD/STD .*: +file format .*sparc.* |