mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-28 05:16:01 +00:00
* doc/as.texinfo (Overview) <Target ARM options>: Add missing {}
to @dots call. <Detailed description, ARM options>: Ditto. * doc/c-arm.texi (ARM Options): Ditto.
This commit is contained in:
parent
fa8484114c
commit
92081f4825
@ -1,3 +1,10 @@
|
||||
2002-01-21 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* doc/as.texinfo (Overview) <Target ARM options>: Add missing {}
|
||||
to @dots call.
|
||||
<Detailed description, ARM options>: Ditto.
|
||||
* doc/c-arm.texi (ARM Options): Ditto.
|
||||
|
||||
2002-01-18 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* tc-arm.c (do_xsc_mia, do_xsc_mar, do_xsc_mra): Renamed from
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user