[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.
This commit is contained in:
parent
a66cf75c9c
commit
664306bcce
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue