[ARM] Remove ARM_FEATURE_COPY macro
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Tue, 27 Feb 2018 16:40:45 +0000 (16:40 +0000)
committerThomas Preud'homme <thomas.preudhomme@arm.com>
Tue, 27 Feb 2018 16:40:45 +0000 (16:40 +0000)
commit5b616beff49ce5fe10c5efc2784b6b234bb8cb4f
tree2cd906d286fc98509f56478fc8ffb159f0c39784
parent0c305b6176408347afd8452abb8fe974a7e3f999
[ARM] Remove ARM_FEATURE_COPY macro

Among the macros to manipulate an arm_feature_set structure is the
ARM_FEATURE_COPY which copy the value of a feature set into another.
This can be achieved with a simple assignement which most of the
existing code does. This patch removes the last 2 uses of that macro and
remove the macro altogether.

2018-02-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>

include/
* opcode/arm.h (ARM_FEATURE_COPY): Remove macro definition.

2018-02-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>

opcodes/
* arm-dis.c (print_insn_coprocessor): Replace uses of ARM_FEATURE_COPY
macro by assignements.
include/ChangeLog
include/opcode/arm.h
opcodes/ChangeLog
opcodes/arm-dis.c
This page took 0.024857 seconds and 4 git commands to generate.