This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r215716 - in /branches/ARM/embedded-4_8-branch/...


Author: xguo
Date: Tue Sep 30 11:06:03 2014
New Revision: 215716

URL: https://gcc.gnu.org/viewcvs?rev=215716&root=gcc&view=rev
Log:
2014-09-30  Terry Guo  <terry.guo@arm.com>

	Backport mainline r215711
	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.

Modified:
    branches/ARM/embedded-4_8-branch/gcc/ChangeLog.arm
    branches/ARM/embedded-4_8-branch/gcc/config/arm/arm-cores.def
    branches/ARM/embedded-4_8-branch/gcc/config/arm/arm-fpus.def
    branches/ARM/embedded-4_8-branch/gcc/config/arm/arm-tables.opt
    branches/ARM/embedded-4_8-branch/gcc/config/arm/arm-tune.md
    branches/ARM/embedded-4_8-branch/gcc/config/arm/arm.h
    branches/ARM/embedded-4_8-branch/gcc/config/arm/bpabi.h
    branches/ARM/embedded-4_8-branch/gcc/config/arm/t-mlibs
    branches/ARM/embedded-4_8-branch/gcc/config/arm/vfp.md
    branches/ARM/embedded-4_8-branch/gcc/doc/invoke.texi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]