gas/
authorYufeng Zhang <yufeng.zhang@arm.com>
Wed, 2 Jan 2013 14:56:30 +0000 (14:56 +0000)
committerYufeng Zhang <yufeng.zhang@arm.com>
Wed, 2 Jan 2013 14:56:30 +0000 (14:56 +0000)
2013-01-02  Yufeng Zhang  <yufeng.zhang@arm.com>

* config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
and "cortex57".

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

index 5be40d1..ad772d5 100644 (file)
@@ -1,3 +1,8 @@
+2013-01-02  Yufeng Zhang  <yufeng.zhang@arm.com>
+
+       * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
+       and "cortex57".
+
 2013-01-02  Nick Clifton  <nickc@redhat.com>
 
        PR gas/14987
index 72ed1b8..61b802c 100644 (file)
@@ -6965,6 +6965,8 @@ struct aarch64_cpu_option_table
    recognized by GCC.  */
 static const struct aarch64_cpu_option_table aarch64_cpus[] = {
   {"all", AARCH64_ANY, NULL},
+  {"cortex-a53",       AARCH64_ARCH_V8, "Cortex-A53"},
+  {"cortex-a57",       AARCH64_ARCH_V8, "Cortex-A57"},
   {"generic", AARCH64_ARCH_V8, NULL},
 
   /* These two are example CPUs supported in GCC, once we have real