[AArch64] Fix code formatting in the cpu-table
authorJiong Wang <jiong.wang@arm.com>
Wed, 11 Feb 2015 14:35:27 +0000 (14:35 +0000)
committerJiong Wang <jiong.wang@arm.com>
Wed, 11 Feb 2015 14:35:27 +0000 (14:35 +0000)
2015-02-11  Matthew Wahab  <matthew.wahab@arm.com>

* config/tc-aarch64.c (aarch64_cpus): Fix code formatting.

gas/ChangeLog
gas/config/tc-aarch64.c

index b3dc4b3fa0e2f1ece3aa62159bbdfd228245f4e3..8a01dae91829d01af11fec31df05eb942ecc7d74 100644 (file)
@@ -1,3 +1,7 @@
+2015-02-11  Matthew Wahab  <matthew.wahab@arm.com>
+
+       * config/tc-aarch64.c (aarch64_cpus): Fix code formatting.
+
 2015-02-11  Matthew Wahab  <matthew.wahab@arm.com>
 
        * config/tc-arm.c: Add support for Cortex-A72.
index 25ae8c370d63b75af6446f04f4b473ade12a2600..af491f2d552d125719d524601bda65d430d01f7f 100644 (file)
@@ -7227,10 +7227,10 @@ struct aarch64_cpu_option_table
    recognized by GCC.  */
 static const struct aarch64_cpu_option_table aarch64_cpus[] = {
   {"all", AARCH64_ANY, NULL},
-  {"cortex-a53", AARCH64_FEATURE(AARCH64_ARCH_V8,
-                                AARCH64_FEATURE_CRC), "Cortex-A53"},
-  {"cortex-a57", AARCH64_FEATURE(AARCH64_ARCH_V8,
-                                AARCH64_FEATURE_CRC), "Cortex-A57"},
+  {"cortex-a53", AARCH64_FEATURE (AARCH64_ARCH_V8,
+                                 AARCH64_FEATURE_CRC), "Cortex-A53"},
+  {"cortex-a57", AARCH64_FEATURE (AARCH64_ARCH_V8,
+                                 AARCH64_FEATURE_CRC), "Cortex-A57"},
   {"cortex-a72", AARCH64_FEATURE (AARCH64_ARCH_V8,
                                  AARCH64_FEATURE_CRC), "Cortex-A72"},
   {"thunderx", AARCH64_ARCH_V8, "Cavium ThunderX"},
@@ -7239,8 +7239,8 @@ static const struct aarch64_cpu_option_table aarch64_cpus[] = {
      tools.  */
   {"xgene-1", AARCH64_ARCH_V8, "APM X-Gene 1"},
   {"xgene1", AARCH64_ARCH_V8, "APM X-Gene 1"},
-  {"xgene2", AARCH64_FEATURE(AARCH64_ARCH_V8,
-                            AARCH64_FEATURE_CRC), "APM X-Gene 2"},
+  {"xgene2", AARCH64_FEATURE (AARCH64_ARCH_V8,
+                             AARCH64_FEATURE_CRC), "APM X-Gene 2"},
   {"generic", AARCH64_ARCH_V8, NULL},
 
   {NULL, AARCH64_ARCH_NONE, NULL}