From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123852 invoked by alias); 7 Mar 2016 11:59:45 -0000 Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org Received: (qmail 123828 invoked by uid 89); 7 Mar 2016 11:59:45 -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,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=HTo:D*ubuntu.com, Matthias, klose, Klose 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 07 Mar 2016 11:59:44 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id D251E383AC7; Mon, 7 Mar 2016 11:59:42 +0000 (UTC) Received: from bigtime.twiddle.net (ovpn-113-100.phx2.redhat.com [10.3.113.100]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u27Bxghh024680; Mon, 7 Mar 2016 06:59:42 -0500 Subject: Re: [committed, libffi] Match upstream soname To: Matthias Klose , gcc-patches@gcc.gnu.org References: <56DB2541.8030409@redhat.com> <56DCCA34.4000302@ubuntu.com> Cc: "libffi-discuss@sourceware.org" From: Richard Henderson Message-ID: <56DD6D2C.9030104@redhat.com> Date: Mon, 07 Mar 2016 11:59:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <56DCCA34.4000302@ubuntu.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016/txt/msg00012.txt.bz2 On 03/06/2016 07:24 PM, Matthias Klose wrote: > On 05.03.2016 19:28, Richard Henderson wrote: >> When I went to apply my symbol versioning patch to upstream, >> I discovered that upstream had already bumped their soname to >> 6.4.0, beyond the bump that I'd applied to gcc to 5.0.0. >> >> So I bumped upstream to 7.0.0, including the symbol versioning, >> and this adjusts gcc to match. > > Looking at the libffi upstream git repo, I can't find this change upstream, and > neither mentioned on the libffi mailing list. What am I missing? That must of libffi's workflow is via github, I think. https://github.com/atgreen/libffi/pull/230 r~