From patchwork Thu Oct 20 11:06:27 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Botcazou X-Patchwork-Id: 78478 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp718540qge; Thu, 20 Oct 2016 04:06:57 -0700 (PDT) X-Received: by 10.99.174.71 with SMTP id e7mr168048pgp.116.1476961617722; Thu, 20 Oct 2016 04:06:57 -0700 (PDT) Return-Path: Received: from sourceware.org (server1.sourceware.org. [209.132.180.131]) by mx.google.com with ESMTPS id m65si44577829pfj.199.2016.10.20.04.06.57 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Oct 2016 04:06:57 -0700 (PDT) Received-SPF: pass (google.com: domain of gcc-patches-return-439109-patch=linaro.org@gcc.gnu.org designates 209.132.180.131 as permitted sender) client-ip=209.132.180.131; Authentication-Results: mx.google.com; dkim=pass header.i=@gcc.gnu.org; spf=pass (google.com: domain of gcc-patches-return-439109-patch=linaro.org@gcc.gnu.org designates 209.132.180.131 as permitted sender) smtp.mailfrom=gcc-patches-return-439109-patch=linaro.org@gcc.gnu.org DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=dZTTsQoHs4BsBf05l719j12eeFaSElrOJH0yOLgr9Qj2MvCyp9eTO Xom8YjAVk/Zxmum5M0230YjYuaKGDsXvG+1m7ZKffRpeHcx8hpwxVuLn9EXQM7gz GR3YnniR8ZW4dAXkySoulJdzrMFNHvf/NNYInjDZhpkR0QGSIJuXRo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=default; bh=jyXv6cyRAMFxNEDwDcdzdFKs42c=; b=W+O+PJ56HbGheMTsJeWkRTIhaf7o QoIUkHaXsrD0fi7cYkKPHc0JJu4fc7BK49c9V8qctfDMswsc2Hbzd+rHj8nDFZv+ T6dmk8ZwoALJ7ZDYc1H7z85yi/hGfz5OpDrC6buPP/eg0l5CkmOFS8BTXa9DJiDS eQMgpO5LAvgaqto= Received: (qmail 90593 invoked by alias); 20 Oct 2016 11:06:41 -0000 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 Received: (qmail 90575 invoked by uid 89); 20 Oct 2016 11:06:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL, BAYES_05, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=filterout, sk:libgnat, sk:LIBGNAT, filter-out X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 20 Oct 2016 11:06:30 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id BD02B812FD; Thu, 20 Oct 2016 13:06:28 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gMK10Z2kwrv4; Thu, 20 Oct 2016 13:06:28 +0200 (CEST) Received: from polaris.localnet (bon31-6-88-161-99-133.fbx.proxad.net [88.161.99.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 4AF9C812FC; Thu, 20 Oct 2016 13:06:28 +0200 (CEST) From: Eric Botcazou To: gcc-patches@gcc.gnu.org Cc: Tristan Gingold , Andreas Schwab Subject: Re: [Ada] Set Always_Compatible_Rep to False everywhere Date: Thu, 20 Oct 2016 13:06:27 +0200 Message-ID: <4162732.NTfjFCdXye@polaris> User-Agent: KMail/4.14.10 (Linux/3.16.7-42-desktop; KDE/4.14.9; x86_64; ; ) In-Reply-To: <8160750.rWdz4WTgX7@polaris> References: <1880942.pWPxnqiVVY@polaris> <25EC90FB-26CA-4D82-8B0A-CE3DE6951E1B@adacore.com> <8160750.rWdz4WTgX7@polaris> MIME-Version: 1.0 > Agreed, let's do that for starters. And a small follow-up fix for a blunder. 2016-10-20 Nicolas Roche * gcc-interface/Makefile (x86-64/Linux): Restore missing pairs. (x86/Darwin): Likewise. -- Eric Botcazou Index: gcc-interface/Makefile.in =================================================================== --- gcc-interface/Makefile.in (revision 324803) +++ gcc-interface/Makefile.in (revision 324804) @@ -2449,6 +2449,9 @@ ifeq ($(strip $(filter-out darwin%,$(tar ifeq ($(strip $(MULTISUBDIR)),/x86_64) SO_OPTS += -m64 + LIBGNAT_TARGET_PAIRS += $(X86_64_TARGET_PAIRS) + else + LIBGNAT_TARGET_PAIRS += $(X86_TARGET_PAIRS) endif EXTRA_GNATRTL_NONTASKING_OBJS=g-sse.o g-ssvety.o @@ -2465,6 +2468,9 @@ ifeq ($(strip $(filter-out darwin%,$(tar ifeq ($(strip $(MULTISUBDIR)),/i386) SO_OPTS += -m32 + LIBGNAT_TARGET_PAIRS += $(X86_TARGET_PAIRS) + else + LIBGNAT_TARGET_PAIRS += $(X86_64_TARGET_PAIRS) endif EXTRA_GNATRTL_NONTASKING_OBJS=g-sse.o g-ssvety.o