]> gcc.gnu.org Git - gcc.git/commit - gcc/config/arm/arm.c
invoke.texi: Document new ARM -mfpu= and -mcpu= options.
authorPaul Brook <paul@codesourcery.com>
Tue, 5 Aug 2008 14:24:08 +0000 (14:24 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Tue, 5 Aug 2008 14:24:08 +0000 (14:24 +0000)
commit302c3d8e6e6a4bb7ab19b92360e1956b788b7fc3
tree32049d195b6a0996d253e2f943f6dcaf25b2fc85
parent49331b42a8ce90c826500b8968d3abd4e52b213f
invoke.texi: Document new ARM -mfpu= and -mcpu= options.

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.

From-SVN: r138718
gcc/ChangeLog
gcc/config/arm/arm-cores.def
gcc/config/arm/arm-tune.md
gcc/config/arm/arm.c
gcc/config/arm/arm.h
gcc/config/arm/constraints.md
gcc/doc/invoke.texi
This page took 0.060341 seconds and 5 git commands to generate.