add option for the Samsung Exynos M1 core
authorEvandro Menezes <e.menezes@samsung.com>
Mon, 6 Apr 2015 19:19:34 +0000 (19:19 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Mon, 6 Apr 2015 19:19:34 +0000 (19:19 +0000)
commite278ae6fdc213ed102e970b5ad115caa8076e761
treee646f7d014ec70a92bf65d446cd6e0f21586cb8f
parente4b33ee5e46bc68fa06d422c3900e8a1f6382e60
add option for the Samsung Exynos M1 core

* doc/invoke.texi (ARM/mtune): Add "exynos-m1" as an option.
* config/arm/arm.c (arm_issue_rate): Specify "3" for "exynosm1".
* config/arm/arm-cores.def (exynos-m1): New core.
* config/arm/arm-tune.md: Regenerate.
* config/arm/arm-tables.opt: Add entry for "exynos-m1".
* config/arm/bpabi.h: Likewise.

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