From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) by sourceware.org (Postfix) with ESMTP id 78B393858412; Fri, 15 Oct 2021 00:27:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 78B393858412 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=kernel.crashing.org Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 19F0QFNf005493; Thu, 14 Oct 2021 19:26:15 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 19F0QF5m005492; Thu, 14 Oct 2021 19:26:15 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Thu, 14 Oct 2021 19:26:14 -0500 From: Segher Boessenkool To: Bill Schmidt Cc: Joseph Myers , Jakub Jelinek , gcc@gcc.gnu.org, Michael Meissner , fortran@gcc.gnu.org, Tobias Burnus , Jonathan Wakely Subject: Re: libgfortran.so SONAME and powerpc64le-linux ABI changes Message-ID: <20211015002614.GJ614@gate.crashing.org> References: <20211004100754.GL304296@tucnak> <20211004141410.GP304296@tucnak> <20211004183327.GA10333@gate.crashing.org> <20211005174308.GB10333@gate.crashing.org> <2c20d4be-35e8-572d-7ffe-97bfa1d0c321@linux.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2c20d4be-35e8-572d-7ffe-97bfa1d0c321@linux.ibm.com> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2021 00:27:18 -0000 On Thu, Oct 14, 2021 at 02:39:47PM -0500, Bill Schmidt wrote: > On 10/5/21 12:43 PM, Segher Boessenkool wrote: > > The last release (version 1.9) was in 2004. If there is interest in > > making updates to it that coulde be done of course, it is GFDL, there is > > no red tape getting in the way. > > > > Maybe this could be maintained in the same repository even? > > Well, I'm not sure it's quite this easy; when developing ELFv2, there was enough > doubt about the provenance/ownership of ELFv1 that we weren't comfortable borrowing > language from it. That may have been an excess of caution, or it may not... I am not suggesting you should share this text with some other ABI. Just that you can put it in the same repository :-) > That said, with enough diligence I would hope we would be able to create > modifications to the ELFv1 document, but we might incur some paperwork. It is GFDL version 1.1 . The hardest part should be to find that older licence version :-P ( fwiw) (But I understand your situation, heh. Let the lawyers worry about it? That is their job :-) ) Segher