This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH, BINUTILS, ARM] Add Armv8.5-A to select_arm_features and update macros.
- From: Sudakshina Das <Sudi dot Das at arm dot com>
- To: "binutils at sourceware dot org" <binutils at sourceware dot org>
- Cc: nd <nd at arm dot com>, Richard Earnshaw <Richard dot Earnshaw at arm dot com>, Ramana Radhakrishnan <Ramana dot Radhakrishnan at arm dot com>, "nickc at redhat dot com" <nickc at redhat dot com>, Thomas Preudhomme <thomas dot preudhomme at linaro dot org>
- Date: Fri, 2 Nov 2018 16:11:23 +0000
- Subject: Re: [PATCH, BINUTILS, ARM] Add Armv8.5-A to select_arm_features and update macros.
- References: <a2a1912d-912e-5a58-7446-bdbd09c5abde@arm.com>
Ping!
On 22/10/18 18:18, Sudakshina Das wrote:
> Hi
>
> Since my patches for ARMv8.5-A have gone in Thomas has pointed out a
> couple of things I missed. This patch is to address those.
> 1) Adding ARMv8.5-A in select_arm_features.
> 2) Updating the feature macro so that the new ARM_EXT2_* features for
> Armv8.5-A are moved to ARM_AEXT2_V8_5A.
>
> Builds and reg tests all pass on arm-none-linux-gnueabi.
>
> Is this ok for trunk?
>
> Thanks
> Sudi
>
> *** opcodes/ChangeLog ***
>
> 2018-xx-xx Sudakshina Das <sudi.das@arm.com>
>
> * arm-dis.c (select_arm_features): Update bfd_mach_arm_8
> with Armv8.5-A. Remove reduntant ARM_EXT2_FP16_FML.
>
> *** include/ChangeLog ***
>
> 2018-xx-xx Sudakshina Das <sudi.das@arm.com>
>
> * opcode/arm.h (ARM_ARCH_V8_5A): Move ARM_EXT2_PREDRES and
> ARM_EXT2_SB to ...
> (ARM_AEXT2_V8_5A): Here.