This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ASM_OUTPUT_WEAK_ALIAS documentation


The ASM_OUTPUT_WEAK_ALIAS documentation in mainline
(http://gcc.gnu.org/onlinedocs/gccint/Label-Output.html#Label%20Output) is:

ASM_OUTPUT_WEAK_ALIAS (stream, name, value)  Macro
A C statement to output to the stdio stream stream assembler code which
defines (equates) the weak symbol name to have the value value. If value
is NULL, it defines name as an undefined weak symbol.
Define this macro if the target only supports weak aliases; define
ASM_OUTPUT_DEF instead if possible.

I don't understand what ASM_OUTPUT_DEF has to do with anything.  Does it
mean ASM_WEAKEN_DECL instead?

Aaron W. LaFramboise


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]