r249295 - in /trunk/gcc: ChangeLog common/confi...

rearnsha@gcc.gnu.org rearnsha@gcc.gnu.org
Fri Jun 16 21:04:00 GMT 2017


Author: rearnsha
Date: Fri Jun 16 21:04:23 2017
New Revision: 249295

URL: https://gcc.gnu.org/viewcvs?rev=249295&root=gcc&view=rev
Log:
[arm] Make 'auto' the default FPU selection option.


Finally, we can make 'auto' the default choice for the FPU option.  It's
still possible to override this during configure, but we will eventually
deprecate that, moving to the new cpu/architecture selection mechanism.

	* config/arm/arm.h (FPUTYPE_AUTO): Define.
	* config/arm/arm.c (arm_option_override): Use FPUTYPE_AUTO if the
	fpu is not specified by the user/command-line.
	* config/arm/bpabi.h (FPUTYPE_DEFAULT): Delete.
	* config/arm/netbsd-elf.h (FPUTYPE_DEFAULT): Delete.
	* config/arm/linux-elf.h (FPUTYPE_DEFAULT): Delete.
	* config/arm/vxworks.h (FPUTYPE_DEFAULT): Delete.
	* common/config/arm/arm-common.c (arm_canon_arch_option): Use
	FPUTYPE_AUTO insted of FPUTYPE_DEFAULT.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/common/config/arm/arm-common.c
    trunk/gcc/config/arm/arm.c
    trunk/gcc/config/arm/arm.h
    trunk/gcc/config/arm/bpabi.h
    trunk/gcc/config/arm/linux-elf.h
    trunk/gcc/config/arm/netbsd-elf.h
    trunk/gcc/config/arm/vxworks.h



More information about the Gcc-cvs mailing list