diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-06-22 16:18:45 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2013-06-22 16:18:45 +0000 |
commit | 98508b2a6e834c89b68ee2cbef4d4da5169505ef (patch) | |
tree | f71e83a179ae2b2057eab999e943b40e3971227f /gas/doc/as.texinfo | |
parent | fc16f8cc9b44c198b6f753e4f39ad2334502893f (diff) | |
download | gdb-98508b2a6e834c89b68ee2cbef4d4da5169505ef.zip gdb-98508b2a6e834c89b68ee2cbef4d4da5169505ef.tar.gz gdb-98508b2a6e834c89b68ee2cbef4d4da5169505ef.tar.bz2 |
gas/
* doc/as.texinfo: Use MIPS rather than @sc{mips} throughout.
Use "CPU" instead of "cpu".
* doc/c-mips.texi: Likewise.
(MIPS Opts): Rename to MIPS Options.
(MIPS option stack): Rename to MIPS Option Stack.
(MIPS ASE instruction generation overrides): Rename to
MIPS ASE Instruction Generation Overrides (for now).
(MIPS floating-point): Rename to MIPS Floating-Point.
Diffstat (limited to 'gas/doc/as.texinfo')
-rw-r--r-- | gas/doc/as.texinfo | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 557d5e8..9b1b9dd 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -1219,7 +1219,7 @@ behaviour in the shell. @ifset MIPS The following options are available when @value{AS} is configured for -a @sc{mips} processor. +a MIPS processor. @table @gcctabopt @item -G @var{num} @@ -1247,7 +1247,7 @@ Generate ``little endian'' format output. @itemx -mips32r2 @itemx -mips64 @itemx -mips64r2 -Generate code for a particular @sc{mips} Instruction Set Architecture level. +Generate code for a particular MIPS Instruction Set Architecture level. @samp{-mips1} is an alias for @samp{-march=r3000}, @samp{-mips2} is an alias for @samp{-march=r6000}, @samp{-mips3} is an alias for @samp{-march=r4000} and @samp{-mips4} is an alias for @samp{-march=r8000}. @@ -1258,11 +1258,11 @@ correspond to generic and @samp{MIPS64 Release 2} ISA processors, respectively. -@item -march=@var{CPU} -Generate code for a particular @sc{mips} cpu. +@item -march=@var{cpu} +Generate code for a particular MIPS CPU. @item -mtune=@var{cpu} -Schedule and tune for a particular @sc{mips} cpu. +Schedule and tune for a particular MIPS CPU. @item -mfix7000 @itemx -mno-fix7000 @@ -1370,7 +1370,7 @@ in the name. Using @samp{-EB} or @samp{-EL} will override the endianness selection in any case. This option is currently supported only when the primary target -@command{@value{AS}} is configured for is a @sc{mips} ELF or ECOFF target. +@command{@value{AS}} is configured for is a MIPS ELF or ECOFF target. Furthermore, the primary target or others specified with @samp{--enable-targets=@dots{}} at configuration time must include support for the other format, if both are to be available. For example, the Irix 5 |