]> git.ipfire.org Git - thirdparty/gcc.git/commit
2014-09-30 Terry Guo <terry.guo@arm.com>
authorxguo <xguo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Sep 2014 10:02:39 +0000 (10:02 +0000)
committerxguo <xguo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Sep 2014 10:02:39 +0000 (10:02 +0000)
commita076f99fa702deac764f6e0441b9435ad999f521
tree41500c8135070cf53522a008ea2d04788197fbcd
parent483069a329254a2393b887338f909e38cfb359b6
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.

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