From 92081f482587581132d08d783c98b7c788ce5f81 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Mon, 21 Jan 2002 00:20:58 +0000 Subject: * doc/as.texinfo (Overview) : Add missing {} to @dots call. : Ditto. * doc/c-arm.texi (ARM Options): Ditto. --- gas/ChangeLog | 7 +++++++ gas/doc/as.texinfo | 8 ++++---- gas/doc/c-arm.texi | 4 ++-- 3 files changed, 13 insertions(+), 6 deletions(-) (limited to 'gas') diff --git a/gas/ChangeLog b/gas/ChangeLog index 4b1b64b..0083d8b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2002-01-21 Hans-Peter Nilsson + + * doc/as.texinfo (Overview) : Add missing {} + to @dots call. + : Ditto. + * doc/c-arm.texi (ARM Options): Ditto. + 2002-01-18 Richard Earnshaw * tc-arm.c (do_xsc_mia, do_xsc_mar, do_xsc_mra): Renamed from diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index e57bd92..3d7fef5 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -275,8 +275,8 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. @emph{Target ARM options:} @c Don't document the deprecated options - [@b{-mcpu}=@var{processor}[+@var{extension}@dots]] - [@b{-march}=@var{architecture}[+@var{extension}@dots]] + [@b{-mcpu}=@var{processor}[+@var{extension}@dots{}]] + [@b{-march}=@var{architecture}[+@var{extension}@dots{}]] [@b{-mfpu}=@var{floating-point-fromat}] [@b{-mthumb}] [@b{-EB}|@b{-EL}] @@ -561,9 +561,9 @@ The following options are available when @value{AS} is configured for the ARM processor family. @table @gcctabopt -@item -mcpu=@var{processor}[+@var{extension}@dots] +@item -mcpu=@var{processor}[+@var{extension}@dots{}] Specify which ARM processor variant is the target. -@item -march=@var{architecture}[+@var{extension}@dots] +@item -march=@var{architecture}[+@var{extension}@dots{}] Specify which ARM architecture variant is used by the target. @item -mfpu=@var{floating-point-format} Select which Floating Point architecture is the target. 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 -- cgit v1.1