[ARM] Add support for -mcpu=cortex-a72 and -mcpu=cortex-a72.cortex-a53
authorMatthew Wahab <matthew.wahab@arm.com>
Wed, 4 Feb 2015 13:34:58 +0000 (13:34 +0000)
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>
Wed, 4 Feb 2015 13:34:58 +0000 (13:34 +0000)
commit4f2ab1e6300b82d1d7a432f1a5dbe148224e48be
tree220125568b5697a800159aaea4fd7e005972f515
parent43534aa21d30e8a922a47c2d8c92c069533b6f19
[ARM] Add support for -mcpu=cortex-a72 and -mcpu=cortex-a72.cortex-a53

gcc/

* config/arm/arm-cores.def: Add cortex-a72 and
cortex-a72.cortex-a53.
* config/arm/bpabi.h (BE8_LINK_SPEC): Likewise.
* config/arm/t-aprofile (MULTILIB_MATCHES): Likewise.
* config/arm/arm-tune.md: Regenerate.
* config/arm/arm-tables.opt: Add entries for "cortex-a72" and
"cortex-a72.cortex-a53".
* doc/invoke.texi (ARM Options/-mtune): Likewise.

From-SVN: r220399
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