From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 6AADD1F601 for ; Wed, 7 Dec 2022 00:10:37 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 758B4380FAC7 for ; Wed, 7 Dec 2022 00:10:36 +0000 (GMT) Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id 90D40389A100 for ; Wed, 7 Dec 2022 00:10:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 90D40389A100 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.96,223,1665475200"; d="scan'208";a="89218804" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa2.mentor.iphmx.com with ESMTP; 06 Dec 2022 16:10:21 -0800 IronPort-SDR: Wa9NwdaydEP/ZT8hWNVTRNbw2/pbrahLJH163GqONBrQAwqLFdJonDQfDz/zJv3IvELARU3Lhb xBjWAhD+uEUn6L9bdA3jbRq3M6ZC2N88kXKZ6dCrpdWE74acMWPeOd90M5lZ6cgXWLtDIXBlLi MQ1IagClF6QWR5NKyDaqoZ3kX8QwMew3t+AKvFp43zS8JUdDp58cl9qRj/i6kvtLa+t7qzfFt7 4deVp5X5K19ZL68ySrNTFE5ZREMeNGpE/XqROuyfx14QLv7yMA4m9dlOLhkP6rbNePzb+JJuna EN0= Date: Wed, 7 Dec 2022 00:10:16 +0000 From: Joseph Myers To: Carlos O'Donell CC: Adhemerval Zanella , Subject: Re: [PATCH 16/30] Linux: Move wordsize-32 Version to default In-Reply-To: <104e3dd6-fbfc-2b27-5b6b-9d3cac27b7d7@redhat.com> Message-ID: References: <20221019221433.1082017-1-adhemerval.zanella@linaro.org> <20221019221433.1082017-17-adhemerval.zanella@linaro.org> <104e3dd6-fbfc-2b27-5b6b-9d3cac27b7d7@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-08.mgc.mentorg.com (139.181.222.8) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" On Mon, 5 Dec 2022, Carlos O'Donell via Libc-alpha wrote: > On 10/19/22 18:14, Adhemerval Zanella via Libc-alpha wrote: > > And remove redundant entries on other architectures Version. > > There are discrepancies between 2.11, 2.15, and 2.18 that need to be explained > in the comment or changed. > > If all 32-bit arches were using 2.11 and the wordsize-32/Versions was never > used, then that should be explained in the comment. The version for fallocate64 was supposed to be 2.10. It was then added to 32-bit platforms in 2.11 because it mistakenly wasn't exported for them in 2.10 (see the commit message for commit 1f3615a1c97a030bca59f728f998947f852679b9). linux/generic didn't exist before 2.15, i.e. when the tile ports were added (and microblaze didn't exist before 2.18), which explains those differences but also illustrates that "2.11 for 32-bit, 2.10 for 64-bit" should be sufficient since versions older than the minimum for the architecture are automatically adjusted. -- Joseph S. Myers joseph@codesourcery.com