Improve comment on SUPPORTS_WEAK.
authorrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Jan 2000 13:46:16 +0000 (13:46 +0000)
committerrobertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Jan 2000 13:46:16 +0000 (13:46 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31568 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/sco5.h

index 9716d4e..8980ec9 100644 (file)
@@ -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) \