From patchwork Fri Dec 23 08:26:01 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tristan Gingold X-Patchwork-Id: 132969 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 9BC7DB7145 for ; Fri, 23 Dec 2011 19:26:32 +1100 (EST) Received: (qmail 11951 invoked by alias); 23 Dec 2011 08:26:24 -0000 Received: (qmail 11922 invoked by uid 22791); 23 Dec 2011 08:26:20 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Dec 2011 08:26:02 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id C0E64CB1F9D for ; Fri, 23 Dec 2011 09:26:01 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gcZsZsmKgoKE for ; Fri, 23 Dec 2011 09:26:01 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id B0316CB1F9B for ; Fri, 23 Dec 2011 09:26:01 +0100 (CET) From: Tristan Gingold Subject: [committed] vms/ia64: Define SUPPORTS_ONE_ONLY Date: Fri, 23 Dec 2011 09:26:01 +0100 Message-Id: <69F35DC6-742D-40E1-A2FF-FFA2EA5D7DB8@adacore.com> To: GCC Patches Mime-Version: 1.0 (Apple Message framework v1251.1) X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Hi, the native ia64 VMS linker doesn't fully support COMDAT sections. Committed on trunk. Tristan. 2011-12-23 Tristan Gingold * 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