aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@redhat.com>2002-08-21 04:42:30 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2002-08-21 04:42:30 +0000
commit8d25d91547ef4e312071cb4f5de136c46f304d2c (patch)
treee376b089817f00850f6f33e6c23de452b9a673d6 /gcc
parent3823f0b2bd2679be90cd6bf9be5ac4bbf3452580 (diff)
downloadgcc-8d25d91547ef4e312071cb4f5de136c46f304d2c.zip
gcc-8d25d91547ef4e312071cb4f5de136c46f304d2c.tar.gz
gcc-8d25d91547ef4e312071cb4f5de136c46f304d2c.tar.bz2
* doc/tm.texi (Label Output): Add missing '@end deftypefn'.
From-SVN: r56480
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/doc/tm.texi1
2 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 71ebe26..9d37093 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 4caef1d..14663e6 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}.