From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48735 invoked by alias); 19 Jun 2017 09:58:35 -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 48198 invoked by uid 89); 19 Jun 2017 09:58:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 19 Jun 2017 09:58:33 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 65E38883A6; Mon, 19 Jun 2017 09:58:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 65E38883A6 Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jwakely@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 65E38883A6 Received: from localhost (unknown [10.33.36.93]) by smtp.corp.redhat.com (Postfix) with ESMTP id 166B6174AD; Mon, 19 Jun 2017 09:58:36 +0000 (UTC) Date: Mon, 19 Jun 2017 09:58:00 -0000 From: Jonathan Wakely To: Rainer Orth Cc: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: [PATCH] PR libstdc++/81092 add std::wstring symbols and bump library version Message-ID: <20170619095836.GE5211@redhat.com> References: <20170614181305.GE2958@redhat.com> <20170614181429.GF2958@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.8.0 (2017-02-23) X-SW-Source: 2017-06/txt/msg01283.txt.bz2 On 19/06/17 11:18 +0200, Rainer Orth wrote: >Hi Jonathan, > >> On 14/06/17 19:13 +0100, Jonathan Wakely wrote: >>>There are two symbols defined in GCC 7.1's libstdc++.6.0.23 library >>>which are not exported on all targets (because I wrote "m" in the >>>linker script instead of "[jmy]"). >>> >>>This patch bumps the library version on gcc-7-branch to 6.0.24 and >>>exports the "[jy]" versions of the symbols with version the new >>>GLIBCXX_3.4.24 symbol version. >>> >>>This requires bumping the version on trunk to 6.0.25 and moving the >>>new random_device::_M_get_entropy() symbol to GLIBCXX_3.4.25 (which >>>will be done by the patch in the following mail). >> >> Here's the patch for trunk. >> >> Target maintainers will need to regenerate the baseline symbols on >> gcc-7-branch and trunk. > >here are the Solaris patches, tested on {i386,sparc}-*-solaris2.1[012]. >Ok for mainline and gcc-7 branch? OK, thanks. Thanks to Andreas and H.J. for their updates too.