From: Matthew Malcomson Date: Thu, 9 May 2019 13:52:45 +0000 (+0100) Subject: [gas][testsuite] Don't specify arch in testsuite output X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8de09632ff6683a48b8acfb05d3b35b4ab4507fe;p=binutils-gdb.git [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 * testsuite/gas/aarch64/sve2.d: Remove file format restriction. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index fa81e9794a0..5307d23891b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2019-05-09 Matthew Malcomson + + * testsuite/gas/aarch64/sve2.d: Remove file format restriction. + 2019-05-09 Matthew Malcomson * testsuite/gas/aarch64/illegal-sve2-aes.d: New test. diff --git a/gas/testsuite/gas/aarch64/sve2.d b/gas/testsuite/gas/aarch64/sve2.d index d7c56c0b7bc..efa9b270ff4 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: