From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id 69A193858D1E for ; Mon, 13 Feb 2023 21:46:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 69A193858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.97,294,1669104000"; d="scan'208";a="97966713" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa2.mentor.iphmx.com with ESMTP; 13 Feb 2023 13:46:19 -0800 IronPort-SDR: WkMgzGmA9j6cmUrLAPIlh1dElEVrco0kNYvp+U+CqN9W197iww7uaB9DWNKrgcGtaJJEJRSswZ ct8BqXLEH7dguZKEAEapzW6MhDUmxJ/UhSZmvVAutuSiAcbsWxv7BAk64ZbR51pbcirI3ALXoo lahUKs+B8/MNkzvbUmDc1BxHkb9RP9gkj8SC2CeZbY3YmcBFSW1sn4JOmhA2ELu88utCfpZiBq yISjouBNjYfJlAYCkzxhrfVP4k6NWInNWGRYzh0pAWKKalQ+5D//u3b7lwTh7wjgNa+UbHsn5S +Og= Date: Mon, 13 Feb 2023 21:46:14 +0000 From: Joseph Myers To: stsp CC: Subject: Re: [PATCH 2/2] dlfcn,elf: implement dlmem() function [BZ #11767] In-Reply-To: <99c1d55b-a632-ec08-1c9b-870b7409ad74@yandex.ru> Message-ID: <8ca35d-efc9-498-edf8-e0f166dcd8f@codesourcery.com> References: <20230210140744.2828787-1-stsp2@yandex.ru> <20230210140744.2828787-2-stsp2@yandex.ru> <5a565390-dbc7-b18f-37b-b9742e87a51b@codesourcery.com> <99c1d55b-a632-ec08-1c9b-870b7409ad74@yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-13.mgc.mentorg.com (139.181.222.13) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3108.4 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Sun, 12 Feb 2023, stsp via Libc-alpha wrote: > > A new function needs to be given the symbol version of the *next* release, > > not added to Versions for an *old* release. And then all abilist files > > need updating, not just one. > > Changed to 2.37, updated abifiles. 2.37 is the *last* version, not the next one; since it's been released, no more symbols can be added to it. You need to use 2.38, not 2.37. -- Joseph S. Myers joseph@codesourcery.com