Commit ae9fd815 by Ralf Wildenhues Committed by Ralf Wildenhues

doc: fix deftypefn markup in gccint manual.

gcc/:
	* doc/gimple.texi: Fix quoting of multi-word return values in
	@deftypefn statements.  Ensure presence of return value.  Wrap
	overlong @deftypefn lines.
	(is_gimple_operand, is_gimple_min_invariant_address): Remove
	descriptions of removed functions.
	* doc/hostconfig.texi (Host Common): Wrap long line, fix quoting
	of multi-word return value in @deftypefn statement.

From-SVN: r168637
parent 0ecb4a7c
2011-01-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2011-01-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/gimple.texi: Fix quoting of multi-word return values in
@deftypefn statements. Ensure presence of return value. Wrap
overlong @deftypefn lines.
(is_gimple_operand, is_gimple_min_invariant_address): Remove
descriptions of removed functions.
* doc/hostconfig.texi (Host Common): Wrap long line, fix quoting
of multi-word return value in @deftypefn statement.
2011-01-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/gimple.texi (Temporaries, Operands, Compound Lvalues) * doc/gimple.texi (Temporaries, Operands, Compound Lvalues)
(Conditional Expressions, Logical Operators) (Conditional Expressions, Logical Operators)
(Statement and operand traversals): Do not indent smallexample (Statement and operand traversals): Do not indent smallexample
......
...@@ -43,7 +43,8 @@ This host hook is used to set up handling for extra signals. The most ...@@ -43,7 +43,8 @@ This host hook is used to set up handling for extra signals. The most
common thing to do in this hook is to detect stack overflow. common thing to do in this hook is to detect stack overflow.
@end deftypefn @end deftypefn
@deftypefn {Host Hook} void * HOST_HOOKS_GT_PCH_GET_ADDRESS (size_t @var{size}, int @var{fd}) @deftypefn {Host Hook} {void *} HOST_HOOKS_GT_PCH_GET_ADDRESS (size_t @
@var{size}, int @var{fd})
This host hook returns the address of some space that is likely to be This host hook returns the address of some space that is likely to be
free in some subsequent invocation of the compiler. We intend to load free in some subsequent invocation of the compiler. We intend to load
the PCH data at this address such that the data need not be relocated. the PCH data at this address such that the data need not be relocated.
...@@ -52,7 +53,8 @@ The area should be able to hold @var{size} bytes. If the host uses ...@@ -52,7 +53,8 @@ The area should be able to hold @var{size} bytes. If the host uses
probing. probing.
@end deftypefn @end deftypefn
@deftypefn {Host Hook} int HOST_HOOKS_GT_PCH_USE_ADDRESS (void * @var{address}, size_t @var{size}, int @var{fd}, size_t @var{offset}) @deftypefn {Host Hook} int HOST_HOOKS_GT_PCH_USE_ADDRESS (void * @var{address}, @
size_t @var{size}, int @var{fd}, size_t @var{offset})
This host hook is called when a PCH file is about to be loaded. This host hook is called when a PCH file is about to be loaded.
We want to load @var{size} bytes from @var{fd} at @var{offset} We want to load @var{size} bytes from @var{fd} at @var{offset}
into memory at @var{address}. The given address will be the result of into memory at @var{address}. The given address will be the result of
......
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