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 399FA3858410; Thu, 28 Oct 2021 17:44:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 399FA3858410 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: GlG7hWl5LerB/uhzC/1mpJFz4JMJB2iBBXHgejsC6QJPNrdbosKk7kK4PzPOfZW3AS2iZQ7osA tg3SBGKFFCvqSFE9/MNHzYDfvE9X6HYtFScXt/4hkoQT1wNQMWebI76oDnt9o9ajXCpzCROs4u Gnejxbw+TrtdecbjafXKSNXKZOXbT8+amy8rf+ujCSGlPlc0Uskb9xpL5SP4C+Hxu+GPz3ccf5 x6YdjNQbKZpF8YDs1lnWQIEPH5ThtFvbAyjvonHH3OIwSh1JrPx4qRkMbumRDOHLx45D4BOPRJ 53mc7KU+cK3t6y81M8pkfUbp X-IronPort-AV: E=Sophos;i="5.87,190,1631606400"; d="scan'208";a="67762137" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa2.mentor.iphmx.com with ESMTP; 28 Oct 2021 09:43:58 -0800 IronPort-SDR: XTBrlC8AFIB4YUFnnEMOyPtAHoxqxukOcdciNbnY2W7vJkZCbqJQmu+yXn614qVF2Kmfvv0mKS YjEAdtNPjEJwBtAxBZUXVCyexJGgMJCIVfr8nKYoXgdHqZkUPDU5QBmyfujYCNVAov+wEvj6OW oly6HVCymbXQFDarpPnJ+aRsulsfb2l8Kbk8X2rmBHvJw2JXGzGZhbZDv6hUVB5n/NHc4FSAYW exIWgNNT0Q0hTyBanl4iIeyB8UxmePTSHtWENWj/eMIJJm0JWHtO5Mm/vKTm901qo3qRoYtWiM drI= Date: Thu, 28 Oct 2021 17:43:52 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: "H.J. Lu" CC: GNU C Library , , , , Subject: Re: [PATCH] Add GNU_PROPERTY_1_GLIBC_2_NEEDED In-Reply-To: Message-ID: References: User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3117.2 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, 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: gnu-gabi@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gnu-gabi mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2021 17:44:01 -0000 On Wed, 27 Oct 2021, H.J. Lu via Libc-alpha wrote: > Linker adds glibc versions in GNU_PROPERTY_1_GLIBC_2_NEEDED to the > .gnu.version_r section and removes GNU_PROPERTY_1_GLIBC_2_NEEDED note > when generating shared libraries and executables. Note that there is no guarantee that a new glibc version actually has any symbols in libc at the corresponding symbol version (there are no GLIBC_2.20 symbols in any ABI test baseline for any architecture, for example). If it happens not to, will the symbol version exist at all to satisfy this check? -- Joseph S. Myers joseph@codesourcery.com