]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
[ARM] Support correctly spelled ARMv6KZ architecture names
authorMatthew Wahab <matthew.wahab@arm.com>
Tue, 21 Jul 2015 08:43:35 +0000 (09:43 +0100)
committerJiong Wang <jiong.wang@arm.com>
Tue, 21 Jul 2015 08:43:35 +0000 (09:43 +0100)
commitf33026a96558ba9231ad91eb989ea6f347a15899
treeaae9d7dad375dd28d7461e44b656b04a6749f65c
parent391538482ede7161fdd88187596426eb6d9ae44d
[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.
gas/ChangeLog
gas/NEWS
gas/config/tc-arm.c
gas/doc/c-arm.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/attr-march-armv6kz.d [new file with mode: 0644]
gas/testsuite/gas/arm/attr-march-armv6kzt2.d [new file with mode: 0644]
include/opcode/ChangeLog
include/opcode/arm.h