[gas][testsuite] Don't specify arch in testsuite output

My testcase matched against a file format of elf64-littleaarch64 in the
objdump output.  This was unnecessarily restrictive and causes testcase
failures on aarch64_be.

Here we remove that restriction.
Committed as obvious.

Testing done on aarch64_be-none-elf gas to see the failure goes away.

gas/ChangeLog:

2019-05-09  Matthew Malcomson  <matthew.malcomson@arm.com>

	* testsuite/gas/aarch64/sve2.d: Remove file format restriction.
This commit is contained in:
Matthew Malcomson 2019-05-09 14:52:45 +01:00
parent 63b667adb4
commit 8de09632ff
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
* testsuite/gas/aarch64/sve2.d: Remove file format restriction.
2019-05-09 Matthew Malcomson <matthew.malcomson@arm.com>
* testsuite/gas/aarch64/illegal-sve2-aes.d: New test.

View File

@ -1,7 +1,7 @@
#as: -march=armv8-a+sve2+sve2-aes+sve2-sm4+sve2-sha3+bitperm
#objdump: -dr
[^:]+: file format elf64-littleaarch64
[^:]+: file format .*
Disassembly of section \.text: