Commit 62bfd50d by Robert Lipe

Improve comment on SUPPORTS_WEAK.

From-SVN: r31568
parent 2177f0c9
......@@ -730,8 +730,9 @@ dtors_section () \
#undef HANDLE_SYSV_PRAGMA
#define HANDLE_SYSV_PRAGMA 1
/* Though OpenServer support .weak in COFF, g++ doesn't play nice with it
* so we'll punt on it for now
/* Though OpenServer supports .weak in COFF, we don't use it.
* G++ will frequently emit a symol as .weak and then (in the same .s
* file) declare it global. The COFF assembler finds this unamusing.
*/
#define SUPPORTS_WEAK (TARGET_ELF)
#define ASM_WEAKEN_LABEL(FILE,NAME) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment