diff options
author | Neil Booth <neil@daikokuya.co.uk> | 2002-07-23 22:01:33 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-07-23 22:01:33 +0000 |
commit | b841421a28b7e7c616e58cae4b5e36599f288b7f (patch) | |
tree | 9a07ee73f73ba1e1830292b37955e3ab0adc5f73 /gcc | |
parent | c0667597968cb4c43536a170dbcdf0dccdbe6c5d (diff) | |
download | gcc-b841421a28b7e7c616e58cae4b5e36599f288b7f.zip gcc-b841421a28b7e7c616e58cae4b5e36599f288b7f.tar.gz gcc-b841421a28b7e7c616e58cae4b5e36599f288b7f.tar.bz2 |
* doc/tm.texi: Update documentation.
From-SVN: r55691
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 1 | ||||
-rw-r--r-- | gcc/doc/tm.texi | 9 |
2 files changed, 1 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e877f19..15020ff 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 <joern.rennecke@superh.com> diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 7b4a80a..e1be17a 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. |