aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Malcomson <matthew.malcomson@arm.com>2019-05-09 14:52:45 +0100
committerMatthew Malcomson <matthew.malcomson@arm.com>2019-05-09 14:52:45 +0100
commit8de09632ff6683a48b8acfb05d3b35b4ab4507fe (patch)
tree489147c477f5605c9c154dd48706d36d7949ae96
parent63b667adb4a915f13ec3ace77af4b9cbd76bceac (diff)
downloadgdb-8de09632ff6683a48b8acfb05d3b35b4ab4507fe.zip
gdb-8de09632ff6683a48b8acfb05d3b35b4ab4507fe.tar.gz
gdb-8de09632ff6683a48b8acfb05d3b35b4ab4507fe.tar.bz2
[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.
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/testsuite/gas/aarch64/sve2.d2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index fa81e97..5307d23 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
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.
* testsuite/gas/aarch64/illegal-sve2-bitperm.d: New test.
* testsuite/gas/aarch64/illegal-sve2-sha3.d: Test new instructions.
diff --git a/gas/testsuite/gas/aarch64/sve2.d b/gas/testsuite/gas/aarch64/sve2.d
index d7c56c0..efa9b27 100644
--- a/gas/testsuite/gas/aarch64/sve2.d
+++ b/gas/testsuite/gas/aarch64/sve2.d
@@ -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: