+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
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