aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorMatthew Wahab <matthew.wahab@arm.com>2015-06-02 12:24:24 +0100
committerJiong Wang <jiong.wang@arm.com>2015-06-02 12:24:24 +0100
commit1af1dd51db991700c0e66b35d777a44e6953bbd2 (patch)
treed1d052bdbef26c5bbf10185c7e21757e57d042dc /opcodes/ChangeLog
parent9e1f0fa7f3f7aef95d27e197562906bc648849bb (diff)
downloadfsf-binutils-gdb-1af1dd51db991700c0e66b35d777a44e6953bbd2.zip
fsf-binutils-gdb-1af1dd51db991700c0e66b35d777a44e6953bbd2.tar.gz
fsf-binutils-gdb-1af1dd51db991700c0e66b35d777a44e6953bbd2.tar.bz2
[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.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 7e8e5d8..05fc116 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,10 @@
2015-06-02 Matthew Wahab <matthew.wahab@arm.com>
+ * arm-dis.c (select_arm_features): Rework to avoid used of redefined
+ macros.
+
+2015-06-02 Matthew Wahab <matthew.wahab@arm.com>
+
* aarch64-tbl.h (aarch64_feature_rdma): New.
(RDMA): New.
(aarch64_opcode_table): Add "sqrmlah" and "sqrdmlsh" instructions.