]> git.ipfire.org Git - thirdparty/gcc.git/commit
[ARM] Add initial support for the Cortex-A32
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Wed, 24 Feb 2016 11:02:04 +0000 (11:02 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Wed, 24 Feb 2016 11:02:04 +0000 (11:02 +0000)
commitdebc68edb4df2357589427fe90ea894467c7b2e2
tree2f34f2061900f062bcc57d2fc7c0286f4792cda6
parent74a002883c0a800298ad2db7fff646fca07870cf
[ARM] Add initial support for the Cortex-A32

* config/arm/arm-cores.def (cortex-a32): New entry.
* config/arm/arm-tables.opt: Regenerate.
* config/arm/arm-tune.md: Regenerate.
* config/arm/bpabi.h (BE8_LINK_SPEC): Add mcpu=cortex-a32.
* config/arm/t-aprofile: Handle mcpu=cortex-a32.
* doc/invoke.texi (ARM Options): Document cortex-a32 as value
for -mcpu and -mtune.

From-SVN: r233659
gcc/ChangeLog
gcc/config/arm/arm-cores.def
gcc/config/arm/arm-tables.opt
gcc/config/arm/arm-tune.md
gcc/config/arm/bpabi.h
gcc/config/arm/t-aprofile
gcc/doc/invoke.texi