summaryrefslogtreecommitdiff
path: root/gcc/invoke.texi
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@issan.cs.uni-dortmund.de>1999-03-20 17:30:06 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>1999-03-20 17:30:06 +0000
commit59d40964295f794d4ea7fc0d9a459c4ffccda9f9 (patch)
tree4310ec4815c3ae4a9ed8e66cb2276b54d890217b /gcc/invoke.texi
parent4bca1429ec897ce86993c9c24fda4ef53449e496 (diff)
downloadgcc-59d40964295f794d4ea7fc0d9a459c4ffccda9f9.tar.gz
tm.texi (Varargs): Don't split argument of @item across lines.
* tm.texi (Varargs): Don't split argument of @item across lines. * invoke.texi: Fix use of @item vs @itemx. From-SVN: r25870
Diffstat (limited to 'gcc/invoke.texi')
-rw-r--r--gcc/invoke.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi
index 8a90238204e..50fab90aaf2 100644
--- a/gcc/invoke.texi
+++ b/gcc/invoke.texi
@@ -2369,7 +2369,7 @@ This pass also performs global constant and copy propagation.
Perform a number of minor optimizations that are relatively expensive.
@item -foptimize-register-moves
-@item -fregmove
+@itemx -fregmove
Attempt to reassign register numbers in move instructions and as
operands of other simple instructions in order to maximize the amount of
register tying. This is especially helpful on machines with two-operand
@@ -2398,7 +2398,7 @@ especially useful on machines with a relatively small number of
registers and where memory load instructions take more than one cycle.
@item -ffunction-sections
-@item -fdata-sections
+@itemx -fdata-sections
Place each function or data item into its own section in the output
file if the target supports arbitrary sections. The name of the
function or the name of the data item determines the section's name
@@ -3803,7 +3803,7 @@ suppresses this pass. The post-processor is never run when the
compiler is built for cross-compilation.
@item -mcpu=<name>
-@item -mtune=<name>
+@itemx -mtune=<name>
@kindex -mcpu=
@kindex -mtune=
This specifies the name of the target ARM processor. GCC uses this name
@@ -3824,7 +3824,7 @@ of the @samp{-mcpu=} option. Permissable names are: armv2, armv2a,
armv3, armv3m, armv4, armv4t
@item -mfpe=<number>
-@item -mfp=<number>
+@itemx -mfp=<number>
@kindex -mfpe=
@kindex -mfp=
This specifes the version of the floating point emulation available on
@@ -5734,8 +5734,8 @@ Which variants are supported depend on the configuration.
All variants support @samp{-mcpu=base}, this is the default.
@item -mtext=@var{text section}
-@item -mdata=@var{data section}
-@item -mrodata=@var{readonly data section}
+@itemx -mdata=@var{data section}
+@itemx -mrodata=@var{readonly data section}
Put functions, data, and readonly data in @var{text section},
@var{data section}, and @var{readonly data section} respectively
by default. This can be overridden with the @code{section} attribute.