Make arm_feature_set agree with type of FL_* macros
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Fri, 18 Nov 2016 16:45:26 +0000 (16:45 +0000)
committerThomas Preud'homme <thopre01@gcc.gnu.org>
Fri, 18 Nov 2016 16:45:26 +0000 (16:45 +0000)
commit05237cf81e0b0bb1c530d4fc46566e25c513730f
tree19e0a1d1542541a0d1731bb96e5fae4728f7810d
parent0954a00b9d0aeeab9a0db00a5c5ae452a753e9f8
Make arm_feature_set agree with type of FL_* macros

2016-11-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>

    gcc/
    * config/arm/arm-protos.h (FL_NONE, FL_ANY, FL_CO_PROC, FL_ARCH3M,
    FL_MODE26, FL_MODE32, FL_ARCH4, FL_ARCH5, FL_THUMB, FL_LDSCHED,
    FL_STRONG, FL_ARCH5E, FL_XSCALE, FL_ARCH6, FL_VFPV2, FL_WBUF,
    FL_ARCH6K, FL_THUMB2, FL_NOTM, FL_THUMB_DIV, FL_VFPV3, FL_NEON,
    FL_ARCH7EM, FL_ARCH7, FL_ARM_DIV, FL_ARCH8, FL_CRC32, FL_SMALLMUL,
    FL_NO_VOLATILE_CE, FL_IWMMXT, FL_IWMMXT2, FL_ARCH6KZ, FL2_ARCH8_1,
    FL2_ARCH8_2, FL2_FP16INST): Reindent comment, add final dot when
    missing and make value unsigned.
    (arm_feature_set): Use unsigned entries instead of unsigned long.

From-SVN: r242596
gcc/ChangeLog
gcc/config/arm/arm-protos.h