r138718 - in /trunk/gcc: ChangeLog config/arm/a...
pbrook@gcc.gnu.org
pbrook@gcc.gnu.org
Tue Aug 5 14:24:00 GMT 2008
Author: pbrook
Date: Tue Aug 5 14:24:08 2008
New Revision: 138718
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138718
Log:
2008-08-05 Paul Brook <paul@codesourcery.com>
gcc/
* doc/invoke.texi: Document new ARM -mfpu= and -mcpu= options.
* config/arm/arm.c (all_fpus): Add vfpv3 and vfpv3-d16.
(fp_model_for_fpu): Add entry for FPUTYPE_VFP3D16.
(arm_file_start): Add FPUTYPE_VFP3D16. Rename vfp3 to vfpv3.
* config/arm/arm.h (TARGET_VFPD32): Define.
(TARGET_VFP3): Use TARGET_VFPD32.
(fputype): Add FPUTYPE_VFP3D16.
(LAST_VFP_REGNUM): Use TARGET_VFPD32.
* config/arm/constraints.md ("w"): Use TARGET_VFPD32.
* config/arm/arm-cores.def: Add cortex-r4f.
* config/arm/arm-tune.md: Regenerate.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/arm/arm-cores.def
trunk/gcc/config/arm/arm-tune.md
trunk/gcc/config/arm/arm.c
trunk/gcc/config/arm/arm.h
trunk/gcc/config/arm/constraints.md
trunk/gcc/doc/invoke.texi
More information about the Gcc-cvs
mailing list