From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9254 invoked by alias); 28 Sep 2016 08:40:33 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 9230 invoked by uid 89); 28 Sep 2016 08:40:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: gate.crashing.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 28 Sep 2016 08:40:31 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id u8S8eSQP028823; Wed, 28 Sep 2016 03:40:28 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id u8S8eR4w028822; Wed, 28 Sep 2016 03:40:27 -0500 Date: Wed, 28 Sep 2016 09:04:00 -0000 From: Segher Boessenkool To: Alan Modra Cc: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: Re: [PATCH 2/2] Disable .gnu_attribute tags in compatibility-ldbl.o Message-ID: <20160928084027.GG30477@gate.crashing.org> References: <20160928011145.GF3336@bubble.grove.modra.org> <20160928011338.GG3336@bubble.grove.modra.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160928011338.GG3336@bubble.grove.modra.org> User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg02100.txt.bz2 On Wed, Sep 28, 2016 at 10:43:38AM +0930, Alan Modra wrote: > compatibility-ldbl.o is compiled with -mlong-double-64. When > long double .gnu_attribute tags are checked by the linker, it > complains about the mismatch between this file and others in > libstdc++. > > Bootstrapped and regression tested powerpc64le-linux and > powerpc64-linux biarch. OK to apply? Okay with the option name fixed. Thanks, Segher