[AARCH64] Add thunderx support to gas
This patch adds -mcpu=thunderx support to gas. OK? Tested with no regressions. ChangeLog: * config/tc-aarch64.c (aarch64_cpus): Add thunderx. * doc/c-aarch64.texi: Document that thunderx is a valid processor name.
This commit is contained in:
parent
7324227506
commit
55fbd9927b
2 changed files with 2 additions and 0 deletions
|
@ -7203,6 +7203,7 @@ 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"},
|
||||
{"thunderx", AARCH64_ARCH_V8, "Cavium ThunderX"},
|
||||
{"xgene-1", AARCH64_ARCH_V8, "APM X-Gene 1"},
|
||||
{"generic", AARCH64_ARCH_V8, NULL},
|
||||
|
||||
|
|
|
@ -57,6 +57,7 @@ message if an attempt is made to assemble an instruction which will not execute
|
|||
on the target processor. The following processor names are recognized:
|
||||
@code{cortex-a53},
|
||||
@code{cortex-a57},
|
||||
@code{thunderx},
|
||||
and
|
||||
@code{xgene-1}.
|
||||
The special name @code{all} may be used to allow the assembler to accept
|
||||
|
|
Loading…
Add table
Reference in a new issue