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 5be40d1951665bf2133f892342b63470c891ccc1..ad772d51a442a0e2329ed6e223a41ed0db97b77a 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 72ed1b8703f2b178cf08ef9b1f60c92ab043df95..61b802c82dca04868ed170e071b2b9701bf47373 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
This page took 0.031412 seconds and 4 git commands to generate.