mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
gas/
2013-01-02 Yufeng Zhang <yufeng.zhang@arm.com> * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53" and "cortex57".
This commit is contained in:
parent
def63ff00a
commit
95830fd17d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user