arm-arches.def: Replace single value flags with an initializer built from ARM_FSET_MA...
authorMatthew Wahab <matthew.wahab@arm.com>
Wed, 26 Aug 2015 13:33:54 +0000 (13:33 +0000)
committerMatthew Wahab <mwahab@gcc.gnu.org>
Wed, 26 Aug 2015 13:33:54 +0000 (13:33 +0000)
commite656fbc820265bdab84bdc2ab6c4e32a4713ea1e
treef181d83e51553db04f332c3e275c860619cd7dc4
parent23b9ccbe5bfd7e97e4d9b103892258f789aacda1
arm-arches.def: Replace single value flags with an initializer built from ARM_FSET_MAKE_CPU1.

2015-08-26  Matthew Wahab  <matthew.wahab@arm.com>

* config/arm/arm-arches.def: Replace single value flags with
an initializer built from ARM_FSET_MAKE_CPU1.
* config/arm/arm-cores.def: Likewise.
* config/arm/arm.c: (all_cores): Remove ARM_FSET_MAKE_CPU1
derivation from the ARM_CORE macro definition, use the given value
instead.
(all_architectures): Remove ARM_FSET_MAKE_CPU1 derivation from the
ARM_ARCH macro definition, use the given value instead.

From-SVN: r227219
gcc/ChangeLog
gcc/config/arm/arm-arches.def
gcc/config/arm/arm-cores.def
gcc/config/arm/arm.c