From 999bf65c4b277ffc40dc32f377cf99de0f9684b3 Mon Sep 17 00:00:00 2001 From: "Jose E. Marchesi" Date: Wed, 19 Mar 2014 16:22:31 +0000 Subject: [PATCH] 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. --- gas/testsuite/ChangeLog | 7 ++++++- 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 5cb3e17e8de..5fc94a3bf86 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,4 +1,9 @@ -2014-03-19 Daniel Gutson ` +2014-03-19 Jose E. Marchesi + + * 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 Nick Clifton * 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 2d0083b9e06..6215fe3a84d 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.* -- 2.30.2