[arm] Add vfpv2 and neon-vfpv3
authorRichard Earnshaw <rearnsha@arm.com>
Wed, 16 Nov 2016 14:02:10 +0000 (14:02 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Wed, 16 Nov 2016 14:02:10 +0000 (14:02 +0000)
commit0c012e9bf7a7c16283091714f18f8aa3633d89b6
tree66fc9bd96846765d68e179c22d336c8d01093894
parentdc9e0b66b22fa73f396645d7efd8b73649f2fe6b
[arm] Add vfpv2 and neon-vfpv3

* arm/arm-fpus.def (vfpv2): New FPU, currently an alias for 'vfp'.
(neon-vfpv3): New FPU, currently an alias for 'neon'.
* arm/arm-tables.opt: Regenerated.
        * arm/t-aprofile (MULTILIB_REUSE): Add reuse rules for vfpv2 and
        neon-vfpv3.
* doc/invoke.texi (ARM: -mfpu): Document new options.  Note that 'vfp'
and 'neon' are aliases for specific implementations.

From-SVN: r242491
gcc/ChangeLog
gcc/config/arm/arm-fpus.def
gcc/config/arm/arm-tables.opt
gcc/config/arm/t-aprofile
gcc/doc/invoke.texi