From 8d25d91547ef4e312071cb4f5de136c46f304d2c Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Wed, 21 Aug 2002 04:42:30 +0000 Subject: [PATCH] * doc/tm.texi (Label Output): Add missing '@end deftypefn'. From-SVN: r56480 --- gcc/ChangeLog | 2 ++ gcc/doc/tm.texi | 1 + 2 files changed, 3 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 71ebe26f5a9..9d37093d222 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2002-08-20 Geoffrey Keating + * doc/tm.texi (Label Output): Add missing '@end deftypefn'. + * unroll.c (biv_total_increment): Don't try to compute the total increment for FP BIVs. diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 4caef1dce25..14663e653df 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -6586,6 +6586,7 @@ You may wish to use @code{ASM_OUTPUT_SIZE_DIRECTIVE} and/or This target hook is a function to output to the stdio stream @var{stream} some commands that will make the label @var{name} global; that is, available for reference from other files. +@end deftypefn The default implementation relies on a proper definition of @code{GLOBAL_ASM_OP}. -- 2.30.2