This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] [GAS][ARM] Fix ARMv8.1 AdvSIMD testism


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=664306bcceb99fbe021ceb701a7192d62234f327

commit 664306bcceb99fbe021ceb701a7192d62234f327
Author: Andre Vieira <andre.simoesdiasvieira@arm.com>
Date:   Wed Oct 31 12:08:36 2018 +0000

    [GAS][ARM] Fix ARMv8.1 AdvSIMD testism
    
    This test never used to test the output of objdump as the old 'error-output'
    check would exit after verifying the output in stdout and stderr from the
    assembler.  Given the use of warning_output now, the objdump runs and expects
    its output to be verified.  Assuming the correct disassembly of these
    instructions is tested elsewhere given we never tested them here, this patch
    removes the objdump run.
    
    gas/ChangeLog
    
    2018-10-31  Andre Vieira  <andre.simoesdiasvieira@arm.com>
    
    	* testsuite/gas/arm/armv8-a+rdma-warning.d: Remove objdump execution.

Diff:
---
 gas/ChangeLog                                | 4 ++++
 gas/testsuite/gas/arm/armv8-a+rdma-warning.d | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index e0a804a..86eb344 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
 2018-10-31  Andre Vieira  <andre.simoesdiasvieira@arm.com>
 
+	* testsuite/gas/arm/armv8-a+rdma-warning.d: Remove objdump execution.
+
+2018-10-31  Andre Vieira  <andre.simoesdiasvieira@arm.com>
+
 	* testsuite/gas/arm/udf.d: Update expected output.
 
 2018-10-31  Andre Vieira  <andre.simoesdiasvieira@arm.com>
diff --git a/gas/testsuite/gas/arm/armv8-a+rdma-warning.d b/gas/testsuite/gas/arm/armv8-a+rdma-warning.d
index ee1de5b..f5fffb1 100644
--- a/gas/testsuite/gas/arm/armv8-a+rdma-warning.d
+++ b/gas/testsuite/gas/arm/armv8-a+rdma-warning.d
@@ -1,6 +1,5 @@
 #name: Accepted v8-a with ARMv8.1 AdvSIMD.
 #as: -march=armv8-a+simd
-#objdump: -dr
 #skip: *-*-pe *-*-wince
 #source: armv8-a+rdma.s
 #warning_output: armv8-a+rdma.l


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]