From b65d23aadc7f9fd8dbf3048d41dab0463432b5ae Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Wed, 21 Aug 2002 14:33:54 +0000 Subject: [PATCH] tm.texi (TARGET_ASM_GLOBALIZE_LABEL): Move '@end deftypefn' to the actual end. * doc/tm.texi (TARGET_ASM_GLOBALIZE_LABEL): Move '@end deftypefn' to the actual end. Add '@end table' and '@table @code'. Co-Authored-By: Kaveh R. Ghazi From-SVN: r56488 --- gcc/ChangeLog | 6 ++++++ gcc/doc/tm.texi | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9d37093d2229..877917f7edd9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2002-08-21 Andrew Pinski + Kaveh R. Ghazi + + * doc/tm.texi (TARGET_ASM_GLOBALIZE_LABEL): Move '@end deftypefn' + to the actual end. Add '@end table' and '@table @code'. + 2002-08-20 Geoffrey Keating * doc/tm.texi (Label Output): Add missing '@end deftypefn'. diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 14663e653df9..6a162fe8ae6c 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -6581,16 +6581,18 @@ nothing. You may wish to use @code{ASM_OUTPUT_SIZE_DIRECTIVE} and/or @code{ASM_OUTPUT_MEASURED_SIZE} in the definition of this macro. +@end table @deftypefn {Target Hook} void TARGET_ASM_GLOBALIZE_LABEL (FILE *@var{stream}, const char *@var{name}) 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}. +@end deftypefn +@table @code @findex ASM_WEAKEN_LABEL @item ASM_WEAKEN_LABEL (@var{stream}, @var{name}) A C statement (sans semicolon) to output to the stdio stream