This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH, AArch64] Complete undefined encodings check on st*
- From: Marcus Shawcroft <marcus dot shawcroft at gmail dot com>
- To: Jiong Wang <jiong dot wang at arm dot com>
- Cc: Binutils <binutils at sourceware dot org>
- Date: Tue, 25 Mar 2014 15:42:55 +0000
- Subject: Re: [PATCH, AArch64] Complete undefined encodings check on st*
- Authentication-results: sourceware.org; auth=none
- References: <53301873 dot 1070205 at arm dot com>
On 24 March 2014 11:35, Jiong Wang <jiong.wang@arm.com> wrote:
> AArch64 disassembler failed to detect those undefined encodings on
> st1/st2/st3/st4.
>
> This patch completed these checks.
>
> OK for trunk and 2.24 branch?
>
> Thanks.
>
> --
> Jiong
>
>
> opcodes/
>
> * aarch64-dis.c (aarch64_ext_ldst_elemlist): Check H/S undefined
> instructions.
>
> binutils/testsuite/
>
> * binutils-all/aarch64/aarch64.exp: New test driver for AArch64.
> * binutils-all/aarch64/unallocated-encoding.s: New testcase.
> * binutils-all/aarch64/unallocated-encoding.d: Ditto.
OK
/Marcus