From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.hgst.iphmx.com (esa3.hgst.iphmx.com [216.71.153.141]) by sourceware.org (Postfix) with ESMTPS id B7DF13865491 for ; Wed, 15 Jul 2020 00:53:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B7DF13865491 IronPort-SDR: EjYMF7KcrEf5QEo3E1c5nVBH1BwlEmqgx1uFsvol0MikRXPWQx187aoQxyu4CY6zMfiFoVKxOj 1gikWXpGgz9/4tJDyia8hOF8qKRe75oa4i6bskXgk3Xbf4WOPZPaqlrj3MuyYJG5o2r+LLTDhT dOA0O8epZzR1N50FiyAuBz1sgSIPy4/2CYQk2Q8n1AVchBlVSyBFJaC334Za9xmocpqvwcgFfR VzGWxoz4W5dcAJ+kRACNuy+yWH+BnJWPDYLnLHfcmuMWsQmnlBk2xH5gSkOt6ebBOGvj/kCiXm o4U= X-IronPort-AV: E=Sophos;i="5.75,353,1589212800"; d="scan'208";a="146788110" Received: from uls-op-cesaip02.wdc.com (HELO uls-op-cesaep02.wdc.com) ([199.255.45.15]) by ob1.hgst.iphmx.com with ESMTP; 15 Jul 2020 08:53:43 +0800 IronPort-SDR: WsVhWwSnAr5SEaJLQFdiAcV3wS/kYuBaXSfgqPyAeynzHIjcvU7q7yzsWotHIu8xd0fgmWNYu3 uIWT+SbQotagSKBYWPWijXc32KNebhaX4= Received: from uls-op-cesaip01.wdc.com ([10.248.3.36]) by uls-op-cesaep02.wdc.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jul 2020 17:41:35 -0700 IronPort-SDR: KozjLRy7m0IjfCjDgSEmQT81rwucbeWb0t3gmduVPvNllGoMc3OybVy4VxZiwmvyFO+eznPkPa XuJB5jP+L52w== WDCIronportException: Internal Received: from unknown (HELO redsun52) ([10.149.66.28]) by uls-op-cesaip01.wdc.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jul 2020 17:53:42 -0700 Date: Wed, 15 Jul 2020 01:53:37 +0100 (BST) From: "Maciej W. Rozycki" To: Alistair Francis cc: libc-alpha@sourceware.org Subject: Re: [PATCH v3 18/19] Documentation for the RISC-V 32-bit port In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (LFD 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-10.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: , X-List-Received-Date: Wed, 15 Jul 2020 00:53:45 -0000 On Sun, 12 Jul 2020, Alistair Francis via Libc-alpha wrote: > diff --git a/NEWS b/NEWS > index 92dcb77fef..958f676b6f 100644 > --- a/NEWS > +++ b/NEWS > @@ -89,6 +89,12 @@ Major new features: > support, otherwise runtime objects linked into user code will not be > BTI compatible. > > +* Support RISC-V port for 32-bit. The ISA and ABI pairs supported as follows: These really ought to be proper sentences and document the extra kernel version requirement, so how about (pinching from the original RV64 note): * Support for the RISC-V ISA running on Linux has been expanded to run on 32-bit hardware. This requires at least Linux 5.4 and is supported for the following ISA and ABI pairs: ? Maciej