diff options
Diffstat (limited to 'gas/doc/c-arm.texi')
-rw-r--r-- | gas/doc/c-arm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index ec0f544..f67696f 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -631,7 +631,7 @@ extensions. @item .arch_extension @var{name} Add or remove an architecture extension to the target architecture. Valid values for @var{name} are the same as those accepted as architectural -extensions by the @option{-mcpu} commandline option. +extensions by the @option{-mcpu} and @option{-march} commandline options. @code{.arch_extension} may be used multiple times to add or remove extensions incrementally to the architecture being compiled for. |