Hi,

the native ia64 VMS linker doesn't fully support COMDAT sections.

Committed on trunk.

Tristan.

2011-12-23  Tristan Gingold  <ging...@adacore.com>

        * config/ia64/vms.h (SUPPORTS_ONE_ONLY): Define.


--- a/gcc/config/ia64/vms.h
+++ b/gcc/config/ia64/vms.h
@@ -157,3 +157,7 @@ STATIC func_ptr __CTOR_LIST__[1]                            
 
 #undef TARGET_PROMOTE_FUNCTION_MODE
 #define TARGET_PROMOTE_FUNCTION_MODE default_promote_function_mode_always_promo
+
+/* IA64 VMS doesn't fully support COMDAT sections.  */
+
+#define SUPPORTS_ONE_ONLY 0

Reply via email to