diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/doc/tm.texi | 1 |
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}. |