[Patch 00/16] [gas][aarch64] SVE2 binutils instructions for aarch64
Matthew Malcomson
Matthew.Malcomson@arm.com
Thu May 9 14:04:00 GMT 2019
On 09/05/19 14:30, Christophe Lyon wrote:
> On Wed, 8 May 2019 at 12:08, Nick Clifton <nickc@redhat.com> wrote:
>>
>> Hi Matthew,
>>
>>> Attached is a tar file of the patch series from "git format-patch" and a
>>> zipped diff from the entire series.
>>
>> Thanks - that was exactly what I needed.
>>
>> Patch series approved - please apply.
>>
>
> Hi Matthew,
>
> After your commit, I noticed a new failure on aarch64_be:
> gas/aarch64/sve2
>
> Christophe
>
>> Cheers
>> Nick
>>
Thanks Christophe -- I'd left some of the output from objdump in that
test so I was accidentally requiring little-endian.
Fixed as obvious with the below change (entire patch attached for
reference).
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:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remove-file-format-restriction.patch
Type: text/x-patch
Size: 1646 bytes
Desc: remove-file-format-restriction.patch
URL: <https://sourceware.org/pipermail/binutils/attachments/20190509/7fa93621/attachment.bin>
More information about the Binutils
mailing list