arm-cores.def (cortex-m7): New core name.
authorTerry Guo <terry.guo@arm.com>
Tue, 30 Sep 2014 10:02:39 +0000 (10:02 +0000)
committerXuepeng Guo <xguo@gcc.gnu.org>
Tue, 30 Sep 2014 10:02:39 +0000 (10:02 +0000)
commit2f6403f1337686599ddce4c01798274081fe2c35
tree41500c8135070cf53522a008ea2d04788197fbcd
parent24f21354f88690bedd452a961b17d9f712c60ffb
arm-cores.def (cortex-m7): New core name.

2014-09-30  Terry Guo  <terry.guo@arm.com>

* config/arm/arm-cores.def (cortex-m7): New core name.
* config/arm/arm-fpus.def (fpv5-sp-d16): New fpu name.
(fpv5-d16): Ditto.
* config/arm/arm-tables.opt: Regenerated.
* config/arm/arm-tune.md: Regenerated.
* config/arm/arm.h (TARGET_VFP5): New macro.
* config/arm/bpabi.h (BE8_LINK_SPEC): Include cortex-m7.
* config/arm/vfp.md (<vrint_pattern><SDF:mode>2,
smax<mode>3, smin<mode>3): Enabled for FPU FPv5.
* doc/invoke.texi: Document new cpu and fpu names.

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