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
This commit is contained in:
Andreas Schwab 1999-03-20 17:30:06 +00:00 committed by Andreas Schwab
parent 4bca1429ec
commit 59d4096429
3 changed files with 13 additions and 10 deletions

View 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> 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 * config/c4x/c4x.h (TARGET_SWITCHES): Add null description to

View File

@ -2369,7 +2369,7 @@ This pass also performs global constant and copy propagation.
Perform a number of minor optimizations that are relatively expensive. Perform a number of minor optimizations that are relatively expensive.
@item -foptimize-register-moves @item -foptimize-register-moves
@item -fregmove @itemx -fregmove
Attempt to reassign register numbers in move instructions and as Attempt to reassign register numbers in move instructions and as
operands of other simple instructions in order to maximize the amount of operands of other simple instructions in order to maximize the amount of
register tying. This is especially helpful on machines with two-operand 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. registers and where memory load instructions take more than one cycle.
@item -ffunction-sections @item -ffunction-sections
@item -fdata-sections @itemx -fdata-sections
Place each function or data item into its own section in the output Place each function or data item into its own section in the output
file if the target supports arbitrary sections. The name of the file if the target supports arbitrary sections. The name of the
function or the name of the data item determines the section's name 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. compiler is built for cross-compilation.
@item -mcpu=<name> @item -mcpu=<name>
@item -mtune=<name> @itemx -mtune=<name>
@kindex -mcpu= @kindex -mcpu=
@kindex -mtune= @kindex -mtune=
This specifies the name of the target ARM processor. GCC uses this name 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 armv3, armv3m, armv4, armv4t
@item -mfpe=<number> @item -mfpe=<number>
@item -mfp=<number> @itemx -mfp=<number>
@kindex -mfpe= @kindex -mfpe=
@kindex -mfp= @kindex -mfp=
This specifes the version of the floating point emulation available on 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. All variants support @samp{-mcpu=base}, this is the default.
@item -mtext=@var{text section} @item -mtext=@var{text section}
@item -mdata=@var{data section} @itemx -mdata=@var{data section}
@item -mrodata=@var{readonly data section} @itemx -mrodata=@var{readonly data section}
Put functions, data, and readonly data in @var{text section}, Put functions, data, and readonly data in @var{text section},
@var{data section}, and @var{readonly data section} respectively @var{data section}, and @var{readonly data section} respectively
by default. This can be overridden with the @code{section} attribute. by default. This can be overridden with the @code{section} attribute.

View File

@ -3739,11 +3739,8 @@ that were passed to @code{__builtin_saveregs}.
If this macro is not defined, the compiler will output an ordinary If this macro is not defined, the compiler will output an ordinary
call to the library function @samp{__builtin_saveregs}. 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 @findex SETUP_INCOMING_VARARGS
@item SETUP_INCOMING_VARARGS (@var{args_so_far}, @var{mode}, @var{type}, @item SETUP_INCOMING_VARARGS (@var{args_so_far}, @var{mode}, @var{type}, @var{pretend_args_size}, @var{second_time})
@var{pretend_args_size}, @var{second_time})
This macro offers an alternative to using @code{__builtin_saveregs} and This macro offers an alternative to using @code{__builtin_saveregs} and
defining the macro @code{EXPAND_BUILTIN_SAVEREGS}. Use it to store the defining the macro @code{EXPAND_BUILTIN_SAVEREGS}. Use it to store the
anonymous register arguments into the stack so that all the arguments anonymous register arguments into the stack so that all the arguments