diff options
author | Matthew Wahab <matthew.wahab@arm.com> | 2015-06-04 11:14:07 +0100 |
---|---|---|
committer | Jiong Wang <jiong.wang@arm.com> | 2015-06-04 11:14:07 +0100 |
commit | 88f0ea342dc6eb3d93a29895febdebe3e425a048 (patch) | |
tree | 9a5b4a7df20206520b19ffe2e2281b623d3448f3 /gas/doc | |
parent | b968d18a6d3df13b92c98e813f3d2fb3bbd3d4ee (diff) | |
download | gdb-88f0ea342dc6eb3d93a29895febdebe3e425a048.zip gdb-88f0ea342dc6eb3d93a29895febdebe3e425a048.tar.gz gdb-88f0ea342dc6eb3d93a29895febdebe3e425a048.tar.bz2 |
[AArch64] Add support for ARMv8.1 command line option
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-aarch64.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index 43c1a36..0fe3a84 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -81,7 +81,8 @@ extensions. This option specifies the target architecture. The assembler will issue an error message if an attempt is made to assemble an instruction which will not execute on the target architecture. The -only value for @var{architecture} is @code{armv8-a}. +following architecture names are recognized: @code{armv8-a} and +@code{armv8.1-a}. If both @option{-mcpu} and @option{-march} are specified, the assembler will use the setting for @option{-mcpu}. If neither are |