diff options
Diffstat (limited to 'binutils-2.25/gas/doc/c-aarch64.texi')
-rw-r--r-- | binutils-2.25/gas/doc/c-aarch64.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils-2.25/gas/doc/c-aarch64.texi b/binutils-2.25/gas/doc/c-aarch64.texi index 8fbae06..f3d4e41 100644 --- a/binutils-2.25/gas/doc/c-aarch64.texi +++ b/binutils-2.25/gas/doc/c-aarch64.texi @@ -57,9 +57,9 @@ 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{xgene1}, +@code{thunderx}, and -@code{xgene2}. +@code{xgene-1}. The special name @code{all} may be used to allow the assembler to accept instructions valid for any supported processor, including all optional extensions. |