aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/ChangeLog
diff options
context:
space:
mode:
authorMatthew Wahab <matthew.wahab@arm.com>2015-07-21 09:43:35 +0100
committerJiong Wang <jiong.wang@arm.com>2015-07-21 09:43:35 +0100
commitf33026a96558ba9231ad91eb989ea6f347a15899 (patch)
treeaae9d7dad375dd28d7461e44b656b04a6749f65c /include/opcode/ChangeLog
parent391538482ede7161fdd88187596426eb6d9ae44d (diff)
downloadfsf-binutils-gdb-f33026a96558ba9231ad91eb989ea6f347a15899.zip
fsf-binutils-gdb-f33026a96558ba9231ad91eb989ea6f347a15899.tar.gz
fsf-binutils-gdb-f33026a96558ba9231ad91eb989ea6f347a15899.tar.bz2
[ARM] Support correctly spelled ARMv6KZ architecture names
2015-07-20 Matthew Wahab <matthew.wahab@arm.com> gas/ * NEWS: Mention corrected spelling of armv6kz. * config/tc-arm.c (arm_cpus): Replace ARM_ARCH_V6ZK with ARM_ARCH_V6KZ. (arm_archs): Likewise. Also add "armv6kz" and "armv6kzt2". * doc/c-arm.texi: Replace "armv6zk" with "armv6kz". gas/testsuite * gas/arm/attr-march-armv6kz.d: New. * gas/arm/attr-march-armv6kzt2.d: New. include/opcode * arm.h (ARM_AEXT_V6ZK): Rename to ARM_AEXT_V6KZ. (ARM_AEXT_V6ZKT2): Rename to ARM_AEXT_V6KZT2. (ARM_ARCH_V6ZK): Rename to ARM_ARCH_V6KZ. (ARM_ARCH_V6ZKT2): Rename to ARM_ARCH_V6KZT2.
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r--include/opcode/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 2f86116..9643ce1 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,10 @@
+2015-07-20 Matthew Wahab <matthew.wahab@arm.com>
+
+ * arm.h (ARM_AEXT_V6ZK): Rename to ARM_AEXT_V6KZ.
+ (ARM_AEXT_V6ZKT2): Rename to ARM_AEXT_V6KZT2.
+ (ARM_ARCH_V6ZK): Rename to ARM_ARCH_V6KZ.
+ (ARM_ARCH_V6ZKT2): Rename to ARM_ARCH_V6KZT2.
+
2015-07-03 Alan Modra <amodra@gmail.com>
* ppc.h (PPC_OPCODE_750, PPC_OPCODE_7450, PPC_OPCODE_860): Define.