[ARM] Rework CPU feature selection in the disassembler
authorMatthew Wahab <matthew.wahab@arm.com>
Tue, 2 Jun 2015 11:24:24 +0000 (12:24 +0100)
committerJiong Wang <jiong.wang@arm.com>
Tue, 2 Jun 2015 11:24:24 +0000 (12:24 +0100)
commit1af1dd51db991700c0e66b35d777a44e6953bbd2
treed1d052bdbef26c5bbf10185c7e21757e57d042dc
parent9e1f0fa7f3f7aef95d27e197562906bc648849bb
[ARM] Rework CPU feature selection in the disassembler

include/opcode/
* arm.h (ARM_FEATURE_ALL): New.

opcodes/
* arm-dis.c (select_arm_features): Rework to avoid used of
redefined macros.
include/opcode/ChangeLog
include/opcode/arm.h
opcodes/ChangeLog
opcodes/arm-dis.c