Discussion:
[PATCH, BINUTILS, ARM] Add Armv8.5-A to select_arm_features and update macros.
Sudakshina Das
2018-10-22 17:18:25 UTC
Permalink
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 <***@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 <***@arm.com>

* opcode/arm.h (ARM_ARCH_V8_5A): Move ARM_EXT2_PREDRES and
ARM_EXT2_SB to ...
(ARM_AEXT2_V8_5A): Here.
Sudakshina Das
2018-11-02 16:11:23 UTC
Permalink
Ping!
Post by Sudakshina Das
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 ***
    * arm-dis.c (select_arm_features): Update bfd_mach_arm_8
    with Armv8.5-A. Remove reduntant ARM_EXT2_FP16_FML.
*** include/ChangeLog ***
    * opcode/arm.h (ARM_ARCH_V8_5A): Move ARM_EXT2_PREDRES and
    ARM_EXT2_SB to ...
 �
Nick Clifton
2018-11-05 17:41:50 UTC
Permalink
Hi Sudakshina,
Ping!
Sorry - been away on hols...
Post by Sudakshina Das
*** opcodes/ChangeLog ***
    * arm-dis.c (select_arm_features): Update bfd_mach_arm_8
    with Armv8.5-A. Remove reduntant ARM_EXT2_FP16_FML.
*** include/ChangeLog ***
    * opcode/arm.h (ARM_ARCH_V8_5A): Move ARM_EXT2_PREDRES and
    ARM_EXT2_SB to ...
    (ARM_AEXT2_V8_5A): Here.
Approved - please apply.

Cheers
Nick
Sudakshina Das
2018-11-06 12:16:31 UTC
Permalink
Hi Nick
Post by Nick Clifton
Hi Sudakshina,
Ping!
Sorry - been away on hols...
Post by Sudakshina Das
*** opcodes/ChangeLog ***
      * arm-dis.c (select_arm_features): Update bfd_mach_arm_8
      with Armv8.5-A. Remove reduntant ARM_EXT2_FP16_FML.
*** include/ChangeLog ***
      * opcode/arm.h (ARM_ARCH_V8_5A): Move ARM_EXT2_PREDRES and
      ARM_EXT2_SB to ...
      (ARM_AEXT2_V8_5A): Here.
Approved - please apply.
Thanks! Committed.

Sudi

Loading...