From 014c8aa90dfca08f0781a9514660fb01b0b0eaf9 Mon Sep 17 00:00:00 2001 From: schwab Date: Sat, 20 Mar 1999 17:30:06 +0000 Subject: [PATCH] * tm.texi (Varargs): Don't split argument of @item across lines. * invoke.texi: Fix use of @item vs @itemx. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25870 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 6 ++++++ gcc/invoke.texi | 12 ++++++------ gcc/tm.texi | 5 +---- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3dc891033ee..80bdea71c7f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Sun Mar 21 02:28:21 1999 Andreas Schwab + + * 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 * config/c4x/c4x.h (TARGET_SWITCHES): Add null description to 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= -@item -mtune= +@itemx -mtune= @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= -@item -mfp= +@itemx -mfp= @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. diff --git a/gcc/tm.texi b/gcc/tm.texi index 45e3deef75d..9d764de65c1 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -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 -- 2.11.4.GIT