summaryrefslogtreecommitdiff
path: root/gcc/tm.texi
diff options
context:
space:
mode:
authormerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>1996-11-11 20:12:06 +0000
committermerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>1996-11-11 20:12:06 +0000
commit8ae28d4dac095cbb062df09cb7afbd59e51e1c71 (patch)
tree1c87145bf08141286e130cf5311aef6960673ff6 /gcc/tm.texi
parentcb52a2a0f5a6111e1bfe283c569b72b29f4c9cbb (diff)
downloadgcc-8ae28d4dac095cbb062df09cb7afbd59e51e1c71.tar.gz
Formerly tm.texi.~235~
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13120 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tm.texi')
-rw-r--r--gcc/tm.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/tm.texi b/gcc/tm.texi
index e7162999fc4..e6352db4bba 100644
--- a/gcc/tm.texi
+++ b/gcc/tm.texi
@@ -5234,6 +5234,16 @@ which defines (equates) the symbol @var{name} to have the value @var{value}.
If SET_ASM_OP is defined, a default definition is provided which is
correct for most systems.
+
+@findex ASM_OUTPUT_WEAK_ALIAS
+@item ASM_OUTPUT_WEAK_ALIAS (@var{stream}, @var{name}, @var{value})
+A C statement to output to the stdio stream @var{stream} assembler code
+which defines (equates) the weak symbol @var{name} to have the value
+@var{value}.
+
+Define this macro if the target only supports weak aliases; define
+ASM_OUTPUT_DEF instead if possible.
+
@findex OBJC_GEN_METHOD_LABEL
@item OBJC_GEN_METHOD_LABEL (@var{buf}, @var{is_inst}, @var{class_name}, @var{cat_name}, @var{sel_name})
Define this macro to override the default assembler names used for