]> git.ipfire.org Git - thirdparty/gcc.git/commit
2015-08-26 Matthew Wahab <matthew.wahab@arm.com>
authormwahab <mwahab@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Aug 2015 13:20:18 +0000 (13:20 +0000)
committermwahab <mwahab@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Aug 2015 13:20:18 +0000 (13:20 +0000)
commit857529a08a041dd45f62b156aa3a168308c8cd15
tree5497e7112124d203d22eee7758c05a731f069913
parent8288a899fca9187cdbc75cfd2bd0dd0df2d7f391
2015-08-26  Matthew Wahab  <matthew.wahab@arm.com>

* config/arm/arm-builtins.c (def_mbuiltin): Use ARM_FSET macro.
(struct builtin_description): Change type of mask to unsigned
long.
* config/arm/arm-protos.h (insn_flags): Declare as type
arm_feature_set.
(tune_flags): Likewise.
* config/arm/arm.c (feature_count): New.
(insn_flags): Define as type arm_feature_set.
(tune_flags): Likewise.
(struct processors): Define field flags as type arm_feature_set.
(all_cores): Update for change to struct processors.
(all_architectures): Likewise.
(arm_option_check_internal): Use arm_feature_set and ARM_FSET
macros.
(arm_option_override_internal): Likewise.
(arm_option_override): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227217 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arm/arm-builtins.c
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c