r242034 - in /trunk/gcc: ChangeLog config/arm/a...
rearnsha@gcc.gnu.org
rearnsha@gcc.gnu.org
Thu Nov 10 10:38:00 GMT 2016
Author: rearnsha
Date: Thu Nov 10 10:38:03 2016
New Revision: 242034
URL: https://gcc.gnu.org/viewcvs?rev=242034&root=gcc&view=rev
Log:
[ARM] Remove duplicated enum type for CPU identifiers
* arm.h (target_cpus): Delete.
* arm-opts.h (enum processor_type): Prefix entires with TARGET_CPU_.
* arm.c (all_cores): Prefix IDENT with TARGET_CPU_.
(all_architectures): Likewise.
(arm_option_override): Adjust use of CPU enums.
(arm_sched_reorder): Likewise.
* vfp.md (movdi_vfp, movdi_vfp_cortexa8): Likewise.
* arm.opt (mcpu, mtune): Adjust use of CPU enums.
* arm/genopt.sh (processor_type): Prefix enumeration entries with
TARGET_CPU_.
* arm-tables.opt: Regenerated.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/arm/arm-opts.h
trunk/gcc/config/arm/arm-tables.opt
trunk/gcc/config/arm/arm.c
trunk/gcc/config/arm/arm.h
trunk/gcc/config/arm/arm.opt
trunk/gcc/config/arm/genopt.sh
trunk/gcc/config/arm/vfp.md
More information about the Gcc-cvs
mailing list