From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x141.google.com (mail-il1-x141.google.com [IPv6:2607:f8b0:4864:20::141]) by sourceware.org (Postfix) with ESMTPS id 1C1783851C31 for ; Wed, 22 Jul 2020 16:43:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1C1783851C31 Received: by mail-il1-x141.google.com with SMTP id p15so1838190ilh.13 for ; Wed, 22 Jul 2020 09:43:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Ut6aDnQEXKgDQKa+wXQDSxu+/IGtd+PAe2giayPajuM=; b=rwD29Wx+sv0MLcqR1jLoNVnwlsJg0kZgHkUj0SmJBJpMzL0SOJT1HRF23B710gAAG8 K1xuHg+8H9ien4KFdsQEWUEWq2cikVXJI27O9ZxxFMv+8DUf/LR7v+7gJihqDH5Fiv1Z NsJ/DQhOKca0givbxq2vLptVxra7nx1Abjzt6srabkiFOYqTCj2jFN8mAaP4103pkqpX whQx4WuHjUO7hDhaUiH8qTCUXXHSBtYePfRc7IdF5jEoRNlnD0mLC63IgN0HRR6I3wyO MJ/3TGk3y0DmNyZBp/fKEUZ9TnEtY3dH1nKqP+A8Nf+7ztJiswAj8+Z7X9nmctxojrzJ njKg== X-Gm-Message-State: AOAM532XwTcqYOwkW0BNVDFpW0//Vh5tw6xkSgaLOM7deyK3tGmpwjXp fbiabIrgoXA75WI078Cf9dQOA0Ln6tcfWzu8cZMn1YAF X-Google-Smtp-Source: ABdhPJx7eZ+vb3oE4H3ofvYaP57WJBeKMnv1kj/3eyx7jnZ2ebmHKQ7NNJ3j91/o25xK/Zgd8J1kKKNPwLVOum9wprs= X-Received: by 2002:a92:d186:: with SMTP id z6mr761576ilz.227.1595436227581; Wed, 22 Jul 2020 09:43:47 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Alistair Francis Date: Wed, 22 Jul 2020 09:33:39 -0700 Message-ID: Subject: Re: [PATCH v3 18/19] Documentation for the RISC-V 32-bit port To: "Maciej W. Rozycki" Cc: Alistair Francis , GNU C Library Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-9.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, 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, 22 Jul 2020 16:43:49 -0000 On Tue, Jul 14, 2020 at 5:53 PM Maciej W. Rozycki via Libc-alpha wrote: > > 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: Updated. Alistair > > ? > > Maciej