This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249306 - in /trunk/gcc: ChangeLog config/arm/a...
- From: rearnsha at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 16 Jun 2017 21:06:36 -0000
- Subject: r249306 - in /trunk/gcc: ChangeLog config/arm/a...
Author: rearnsha
Date: Fri Jun 16 21:06:36 2017
New Revision: 249306
URL: https://gcc.gnu.org/viewcvs?rev=249306&root=gcc&view=rev
Log:
[arm] Add a few missing architecture extension options.
Reviewing the list of options for the purposes of writing the
documentation revealed that a small number of options were missing.
Mostly these are aliases for existing options, but in a couple of
cases we lacked the ability to disable certain other options.
* config/arm/arm-cpus.in (armv7): Add extension +nofp.
(armv7-r): Add aliases vfpv3xd and vfpv3-d16.
(armv8-m.main): Add option +nodsp.
* config/arm/arm-cpu-cdata.h: Regenerated.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/arm/arm-cpu-cdata.h
trunk/gcc/config/arm/arm-cpus.in