tm.texi (Varargs): Don't split argument of @item across lines.
authorAndreas Schwab <schwab@issan.cs.uni-dortmund.de>
Sat, 20 Mar 1999 17:30:06 +0000 (17:30 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Sat, 20 Mar 1999 17:30:06 +0000 (17:30 +0000)
* tm.texi (Varargs): Don't split argument of @item across lines.
* invoke.texi: Fix use of @item vs @itemx.

From-SVN: r25870

gcc/ChangeLog
gcc/invoke.texi
gcc/tm.texi

index 3dc891033eecb10d9e3e71257f82fc52a362603f..80bdea71c7fa9b74baad43f5a796d88cef882ee9 100644 (file)
@@ -1,3 +1,9 @@
+Sun Mar 21 02:28:21 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+       * tm.texi (Varargs): Don't split argument of @item across lines.
+
+       * invoke.texi: Fix use of @item vs @itemx.
+
 Sun Mar 21 09:59:54 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
 
        * config/c4x/c4x.h (TARGET_SWITCHES): Add null description to
index 8a90238204e5266ee70f8faa923dcbb93e43afac..50fab90aaf23a2bde521886acc1bdf2da1b20ffc 100644 (file)
@@ -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.
index 45e3deef75d8224edc3fa9acd772befd200c6416..9d764de65c19654bf4bb0fcf03a187c47f201dc9 100644 (file)
@@ -3739,11 +3739,8 @@ that were passed to @code{__builtin_saveregs}.
 If this macro is not defined, the compiler will output an ordinary
 call to the library function @samp{__builtin_saveregs}.
 
-@c !!! a bug in texinfo; how to make the entry on the @item line allow
-@c more than one line of text... help...  --mew 10feb93
 @findex SETUP_INCOMING_VARARGS
-@item SETUP_INCOMING_VARARGS (@var{args_so_far}, @var{mode}, @var{type},
-@var{pretend_args_size}, @var{second_time})
+@item SETUP_INCOMING_VARARGS (@var{args_so_far}, @var{mode}, @var{type}, @var{pretend_args_size}, @var{second_time})
 This macro offers an alternative to using @code{__builtin_saveregs} and
 defining the macro @code{EXPAND_BUILTIN_SAVEREGS}.  Use it to store the
 anonymous register arguments into the stack so that all the arguments