aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2016-01-13 15:28:28 +0000
committerYvan Roux <yroux@gcc.gnu.org>2016-01-13 15:28:28 +0000
commit4e3999a75b7f128650a139b581911f104a177fd4 (patch)
treef4174b457dca3a472950a0937bb51f1db2f020ed /gcc
parent8866d62c0aa18090b479a2bf7495eb73b01d50d8 (diff)
downloadgcc-4e3999a75b7f128650a139b581911f104a177fd4.zip
gcc-4e3999a75b7f128650a139b581911f104a177fd4.tar.gz
gcc-4e3999a75b7f128650a139b581911f104a177fd4.tar.bz2
arm-arches.def: Remove spurious whitespace in "armv8.1-a" and "armv8.1-a+crc" entries.
2016-01-13 Yvan Roux <yvan.roux@linaro.org> * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a" and "armv8.1-a+crc" entries. From-SVN: r232325
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/arm/arm-arches.def4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 73365bf..7a2ce92 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2016-01-13 Yvan Roux <yvan.roux@linaro.org>
+
+ * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
+ and "armv8.1-a+crc" entries.
+
2016-01-13 Alexander Fomin <alexander.fomin@intel.com>
PR target/69228
diff --git a/gcc/config/arm/arm-arches.def b/gcc/config/arm/arm-arches.def
index 59633c4..fd02b18 100644
--- a/gcc/config/arm/arm-arches.def
+++ b/gcc/config/arm/arm-arches.def
@@ -57,9 +57,9 @@ ARM_ARCH("armv7-m", cortexm3, 7M, ARM_FSET_MAKE_CPU1 (FL_CO_PROC | FL_FOR_
ARM_ARCH("armv7e-m", cortexm4, 7EM, ARM_FSET_MAKE_CPU1 (FL_CO_PROC | FL_FOR_ARCH7EM))
ARM_ARCH("armv8-a", cortexa53, 8A, ARM_FSET_MAKE_CPU1 (FL_CO_PROC | FL_FOR_ARCH8A))
ARM_ARCH("armv8-a+crc",cortexa53, 8A, ARM_FSET_MAKE_CPU1 (FL_CO_PROC | FL_CRC32 | FL_FOR_ARCH8A))
-ARM_ARCH ("armv8.1-a", cortexa53, 8A,
+ARM_ARCH("armv8.1-a", cortexa53, 8A,
ARM_FSET_MAKE (FL_CO_PROC | FL_FOR_ARCH8A, FL2_FOR_ARCH8_1A))
-ARM_ARCH ("armv8.1-a+crc",cortexa53, 8A,
+ARM_ARCH("armv8.1-a+crc",cortexa53, 8A,
ARM_FSET_MAKE (FL_CO_PROC | FL_CRC32 | FL_FOR_ARCH8A,
FL2_FOR_ARCH8_1A))
ARM_ARCH("iwmmxt", iwmmxt, 5TE, ARM_FSET_MAKE_CPU1 (FL_LDSCHED | FL_STRONG | FL_FOR_ARCH5TE | FL_XSCALE | FL_IWMMXT))