]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/arm/arm.h
arm-arches.def: Add "armv6kz".
authorMatthew Wahab <matthew.wahab@arm.com>
Mon, 27 Jul 2015 13:07:09 +0000 (13:07 +0000)
committerMatthew Wahab <mwahab@gcc.gnu.org>
Mon, 27 Jul 2015 13:07:09 +0000 (13:07 +0000)
commit39c12541396fe6044a17455be8be6b4964108d89
treea7dbfa05133cf40e09118a3ccc4e639222bc1e88
parent05b28fd6f91016151e758c2414d7245a54512c99
arm-arches.def: Add "armv6kz".

2015-07-27  Matthew Wahab  <matthew.wahab@arm.com>

* config/arm/arm-arches.def: Add "armv6kz". Replace 6ZK with 6KZ
and FL_FOR_ARCH6ZK with FL_FOR_ARCH6KZ.
* config/arm/arm-c.c (arm_cpu_builtins): Emit "__ARM_ARCH_6ZK__"
for armv6kz targets.
* config/arm/arm-cores.def: Replace 6ZK with 6KZ.
* config/arm/arm-protos.h (FL_ARCH6KZ): New.
(FL_FOR_ARCH6ZK): Remove.
(FL_FOR_ARCH6KZ): New.
(arm_arch6zk): New declaration.
* config/arm/arm-tables.opt: Regenerate.
* config/arm/arm.c (arm_arch6kz): New.
(arm_option_override): Set arm_arch6kz.
* config/arm/arm.h (BASE_ARCH_6ZK): Rename to BASE_ARCH_6KZ.
* config/arm/driver-arm.c: Add comment to "armv6zk" entry.
        * doc/invoke.texi: Replace "armv6zk" with "armv6kz".

From-SVN: r226243
gcc/ChangeLog
gcc/config/arm/arm-arches.def
gcc/config/arm/arm-c.c
gcc/config/arm/arm-cores.def
gcc/config/arm/arm-protos.h
gcc/config/arm/arm-tables.opt
gcc/config/arm/arm.c
gcc/config/arm/arm.h
gcc/config/arm/driver-arm.c
gcc/doc/invoke.texi