diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2002-01-21 00:20:58 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2002-01-21 00:20:58 +0000 |
commit | 92081f482587581132d08d783c98b7c788ce5f81 (patch) | |
tree | 31dbfe9a4ccb7f7127215aef8803471c0e6d8cf3 /gas/doc/c-arm.texi | |
parent | fa8484114cd10295beb7fbcd53ace40099382391 (diff) | |
download | gdb-92081f482587581132d08d783c98b7c788ce5f81.zip gdb-92081f482587581132d08d783c98b7c788ce5f81.tar.gz gdb-92081f482587581132d08d783c98b7c788ce5f81.tar.bz2 |
* doc/as.texinfo (Overview) <Target ARM options>: Add missing {}
to @dots call.
<Detailed description, ARM options>: Ditto.
* doc/c-arm.texi (ARM Options): Ditto.
Diffstat (limited to 'gas/doc/c-arm.texi')
-rw-r--r-- | gas/doc/c-arm.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index b9ac278..022faa0 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -32,7 +32,7 @@ @table @code @cindex @code{-mcpu=} command line option, ARM -@item -mcpu=@var{processor}[+@var{extension}@dots] +@item -mcpu=@var{processor}[+@var{extension}@dots{}] This option specifies the target processor. The assembler will issue an error message if an attempt is made to assemble an instruction which will not execute on the target processor. The following processor names are @@ -106,7 +106,7 @@ and @code{+xscale}. @cindex @code{-march=} command line option, ARM -@item -march=@var{architecture}[+@var{extension}@dots] +@item -march=@var{architecture}[+@var{extension}@dots{}] 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 following architecture |