* doc/tm.texi (Label Output): Add missing '@end deftypefn'.
authorGeoffrey Keating <geoffk@redhat.com>
Wed, 21 Aug 2002 04:42:30 +0000 (04:42 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Wed, 21 Aug 2002 04:42:30 +0000 (04:42 +0000)
From-SVN: r56480

gcc/ChangeLog
gcc/doc/tm.texi

index 71ebe26..9d37093 100644 (file)
@@ -1,5 +1,7 @@
 2002-08-20  Geoffrey Keating  <geoffk@redhat.com>
 
+       * 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.
 
index 4caef1d..14663e6 100644 (file)
@@ -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}.