mirror of git://gcc.gnu.org/git/gcc.git
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 <ghazi@caip.rutgers.edu> From-SVN: r56488
This commit is contained in:
parent
0ac6a1e553
commit
b65d23aadc
|
|
@ -1,3 +1,9 @@
|
||||||
|
2002-08-21 Andrew Pinski <pinskia@physics.uc.edu>
|
||||||
|
Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||||
|
|
||||||
|
* 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 <geoffk@redhat.com>
|
2002-08-20 Geoffrey Keating <geoffk@redhat.com>
|
||||||
|
|
||||||
* doc/tm.texi (Label Output): Add missing '@end deftypefn'.
|
* doc/tm.texi (Label Output): Add missing '@end deftypefn'.
|
||||||
|
|
|
||||||
|
|
@ -6581,16 +6581,18 @@ nothing.
|
||||||
|
|
||||||
You may wish to use @code{ASM_OUTPUT_SIZE_DIRECTIVE} and/or
|
You may wish to use @code{ASM_OUTPUT_SIZE_DIRECTIVE} and/or
|
||||||
@code{ASM_OUTPUT_MEASURED_SIZE} in the definition of this macro.
|
@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})
|
@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
|
This target hook is a function to output to the stdio stream
|
||||||
@var{stream} some commands that will make the label @var{name} global;
|
@var{stream} some commands that will make the label @var{name} global;
|
||||||
that is, available for reference from other files.
|
that is, available for reference from other files.
|
||||||
@end deftypefn
|
|
||||||
|
|
||||||
The default implementation relies on a proper definition of
|
The default implementation relies on a proper definition of
|
||||||
@code{GLOBAL_ASM_OP}.
|
@code{GLOBAL_ASM_OP}.
|
||||||
|
@end deftypefn
|
||||||
|
|
||||||
|
@table @code
|
||||||
@findex ASM_WEAKEN_LABEL
|
@findex ASM_WEAKEN_LABEL
|
||||||
@item ASM_WEAKEN_LABEL (@var{stream}, @var{name})
|
@item ASM_WEAKEN_LABEL (@var{stream}, @var{name})
|
||||||
A C statement (sans semicolon) to output to the stdio stream
|
A C statement (sans semicolon) to output to the stdio stream
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue