* doc/tm.texi: Update documentation.

From-SVN: r55691
This commit is contained in:
Neil Booth 2002-07-23 22:01:33 +00:00 committed by Neil Booth
parent c066759796
commit b841421a28
2 changed files with 1 additions and 9 deletions

View file

@ -10,6 +10,7 @@
(mmix_asm_output_define_label_difference_symbol): Remove.
* config/mmix/mmix.h
(ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Remove.
* doc/tm.texi: Remove documentation.
Tue Jul 23 21:49:24 2002 J"orn Rennecke <joern.rennecke@superh.com>

View file

@ -6650,15 +6650,6 @@ to have the value of the tree node @var{decl_of_value}. This macro will
be used in preference to @samp{ASM_OUTPUT_DEF} if it is defined and if
the tree nodes are available.
@findex ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL
@item ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL (@var{stream}, @var{symbol}, @var{high}, @var{low})
A C statement to output to the stdio stream @var{stream} assembler code
which defines (equates) the symbol @var{symbol} to have a value equal to
the difference of the two symbols @var{high} and @var{low},
i.e.@: @var{high} minus @var{low}. GCC guarantees that the symbols @var{high}
and @var{low} are already known by the assembler so that the difference
resolves into a constant.
@findex SET_ASM_OP
If @code{SET_ASM_OP} is defined, a default definition is provided which is
correct for most systems.