]> gcc.gnu.org Git - gcc.git/commitdiff
vms.h (SUPPORTS_ONE_ONLY): Define.
authorTristan Gingold <gingold@adacore.com>
Fri, 23 Dec 2011 08:24:42 +0000 (08:24 +0000)
committerTristan Gingold <gingold@gcc.gnu.org>
Fri, 23 Dec 2011 08:24:42 +0000 (08:24 +0000)
2011-12-23  Tristan Gingold  <gingold@adacore.com>

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

From-SVN: r182651

gcc/ChangeLog
gcc/config/ia64/vms.h

index d739d2e969dd623a3025a3030179fb439da86739..156ae4e623a612d576657ce718f9e026fbd6a4ff 100644 (file)
@@ -1,3 +1,7 @@
+2011-12-23  Tristan Gingold  <gingold@adacore.com>
+
+       * config/ia64/vms.h (SUPPORTS_ONE_ONLY): Define.
+
 2011-12-22  Bin Cheng  <bin.cheng@arm.com>
        Richard Guenther  <rguenther@suse.de>
 
index f34ee78465ab081d3e6f1349374088e274e4d7ea..e847a0fc500d783918a4c378fb12338ab84a2a39 100644 (file)
@@ -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_promote
+
+/* IA64 VMS doesn't fully support COMDAT sections.  */
+
+#define SUPPORTS_ONE_ONLY 0
This page took 0.098511 seconds and 5 git commands to generate.