[ARM] Add initial support for the Cortex-A32
authorktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Feb 2016 11:02:04 +0000 (11:02 +0000)
committerktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Feb 2016 11:02:04 +0000 (11:02 +0000)
commit8ad32882625d8676e6cc06881ea4e7edc6725497
tree2f34f2061900f062bcc57d2fc7c0286f4792cda6
parent2a0accb9f37683f5d55d1edeaf266f8b49c1631c
[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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233659 138bc75d-0d04-0410-961f-82ee72b054a4
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