From: Neil Booth Date: Tue, 23 Jul 2002 22:01:33 +0000 (+0000) Subject: * doc/tm.texi: Update documentation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b841421a28b7e7c616e58cae4b5e36599f288b7f;p=gcc.git * doc/tm.texi: Update documentation. From-SVN: r55691 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e877f19cd13..15020fff59c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 7b4a80a1b0e..e1be17a6fab 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -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.