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
This commit is contained in:
Joseph Myers 2003-12-31 21:19:51 +00:00 committed by Joseph Myers
parent 9c5c5f2cd1
commit 8a670d95c7
5 changed files with 2337 additions and 2390 deletions

View File

@ -1,3 +1,10 @@
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>
* c-common.c (c_expand_expr): Remove code to return a value

View File

@ -54,12 +54,6 @@
@c \global\normaloffset =0.75in
@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
Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.

View File

@ -40,12 +40,6 @@
@c \global\normaloffset =0.75in
@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
Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.

File diff suppressed because it is too large Load Diff

View File

@ -6907,41 +6907,41 @@ Makes the M32R specific code in the compiler display some statistics
that might help in debugging programs.
@item -malign-loops
@opindex
@opindex malign-loops
Align all loops to a 32-byte boundary.
@item -mno-align-loops
@opindex
@opindex mno-align-loops
Do not enforce a 32-byte alignment for loops. This is the default.
@item -missue-rate=@var{number}
@opindex
@opindex missue-rate=@var{number}
Issue @var{number} instructions per cycle. @var{number} can only be 1
or 2.
@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
prefered over conditional code, if it is 2, then the opposite will
apply.
@item -mflush-trap=@var{number}
@opindex
@opindex mflush-trap=@var{number}
Specifies the trap number to use to flush the cache. The default is
12. Valid numbers are between 0 and 15 inclusive.
@item -mno-flush-trap
@opindex
@opindex mno-flush-trap
Specifies that the cache cannot be flushed by using a trap.
@item -mflush-func=@var{name}
@opindex
@opindex mflush-func=@var{name}
Specifies the name of the operating system function to call to flush
the cache. The default is @emph{_flush_cache}, but a function call
will only be used if a trap is not available.
@item -mno-flush-func
@opindex
@opindex mno-flush-func
Indicates that there is no OS function for flushing the cache.
@end table