Commit 8a670d95 by Joseph Myers Committed by Joseph Myers

texinfo.tex: Update to version 2003-12-21.10.

	* doc/include/texinfo.tex: Update to version 2003-12-21.10.
	* doc/gcc.texi, doc/gccint.texi: Don't set font for
	@def... commands.
	* doc/invoke.texi: Don't use empty @opindex.

From-SVN: r75274
parent 9c5c5f2c
2003-12-31 Joseph S. Myers <jsm@polyomino.org.uk>
* doc/include/texinfo.tex: Update to version 2003-12-21.10.
* doc/gcc.texi, doc/gccint.texi: Don't set font for
@def... commands.
* doc/invoke.texi: Don't use empty @opindex.
2003-12-31 Mark Mitchell <mark@codesourcery.com> 2003-12-31 Mark Mitchell <mark@codesourcery.com>
* c-common.c (c_expand_expr): Remove code to return a value * c-common.c (c_expand_expr): Remove code to return a value
......
...@@ -54,12 +54,6 @@ ...@@ -54,12 +54,6 @@
@c \global\normaloffset =0.75in @c \global\normaloffset =0.75in
@c @end tex @c @end tex
@c Change the font used for @def... commands, since the default
@c proportional one used is bad for names starting __.
@tex
\global\setfont\defbf\ttbshape{10}{\magstep1}
@end tex
@copying @copying
Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
......
...@@ -40,12 +40,6 @@ ...@@ -40,12 +40,6 @@
@c \global\normaloffset =0.75in @c \global\normaloffset =0.75in
@c @end tex @c @end tex
@c Change the font used for @def... commands, since the default
@c proportional one used is bad for names starting __.
@tex
\global\setfont\defbf\ttbshape{10}{\magstep1}
@end tex
@copying @copying
Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -6907,41 +6907,41 @@ Makes the M32R specific code in the compiler display some statistics ...@@ -6907,41 +6907,41 @@ Makes the M32R specific code in the compiler display some statistics
that might help in debugging programs. that might help in debugging programs.
@item -malign-loops @item -malign-loops
@opindex @opindex malign-loops
Align all loops to a 32-byte boundary. Align all loops to a 32-byte boundary.
@item -mno-align-loops @item -mno-align-loops
@opindex @opindex mno-align-loops
Do not enforce a 32-byte alignment for loops. This is the default. Do not enforce a 32-byte alignment for loops. This is the default.
@item -missue-rate=@var{number} @item -missue-rate=@var{number}
@opindex @opindex missue-rate=@var{number}
Issue @var{number} instructions per cycle. @var{number} can only be 1 Issue @var{number} instructions per cycle. @var{number} can only be 1
or 2. or 2.
@item -mbranch-cost=@var{number} @item -mbranch-cost=@var{number}
@opindex @opindex mbranch-cost=@var{number}
@var{number} can only be 1 or 2. If it is 1 then branches will be @var{number} can only be 1 or 2. If it is 1 then branches will be
prefered over conditional code, if it is 2, then the opposite will prefered over conditional code, if it is 2, then the opposite will
apply. apply.
@item -mflush-trap=@var{number} @item -mflush-trap=@var{number}
@opindex @opindex mflush-trap=@var{number}
Specifies the trap number to use to flush the cache. The default is Specifies the trap number to use to flush the cache. The default is
12. Valid numbers are between 0 and 15 inclusive. 12. Valid numbers are between 0 and 15 inclusive.
@item -mno-flush-trap @item -mno-flush-trap
@opindex @opindex mno-flush-trap
Specifies that the cache cannot be flushed by using a trap. Specifies that the cache cannot be flushed by using a trap.
@item -mflush-func=@var{name} @item -mflush-func=@var{name}
@opindex @opindex mflush-func=@var{name}
Specifies the name of the operating system function to call to flush Specifies the name of the operating system function to call to flush
the cache. The default is @emph{_flush_cache}, but a function call the cache. The default is @emph{_flush_cache}, but a function call
will only be used if a trap is not available. will only be used if a trap is not available.
@item -mno-flush-func @item -mno-flush-func
@opindex @opindex mno-flush-func
Indicates that there is no OS function for flushing the cache. Indicates that there is no OS function for flushing the cache.
@end table @end table
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment