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]

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


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