Sudakshina Das
2018-10-22 17:18:25 UTC
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.
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.