From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2101) id E8F533938C2C; Sun, 26 Apr 2020 02:26:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E8F533938C2C Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Alistair Francis To: glibc-cvs@sourceware.org Subject: [glibc/alistair/rv32.next] Documentation for the RISC-V 32-bit port X-Act-Checkin: glibc X-Git-Author: Zong Li X-Git-Refname: refs/heads/alistair/rv32.next X-Git-Oldrev: daecde01f172754617e23fe399fc57e12c97c6a9 X-Git-Newrev: f1a49b33afd40f61163a2064d9a0f2905cd50e51 Message-Id: <20200426022633.E8F533938C2C@sourceware.org> Date: Sun, 26 Apr 2020 02:26:33 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Apr 2020 02:26:34 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f1a49b33afd40f61163a2064d9a0f2905cd50e51 commit f1a49b33afd40f61163a2064d9a0f2905cd50e51 Author: Zong Li Date: Fri Nov 30 17:13:12 2018 +0800 Documentation for the RISC-V 32-bit port There is already RISC-V 64-bit port information in the documentation. Let's add some documentation entries for the RISC-V 32-bit as well. Diff: --- NEWS | 6 ++++++ README | 1 + 2 files changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 0e627b3405..d4cd07c98c 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,12 @@ Major new features: * The GNU C Library now loads audit modules listed in the DT_AUDIT and DT_DEPAUDIT dynamic section entries of the main executable. +* Support RISC-V port for 32-bit. The ISA and ABI pairs supported as follows: + + - rv32imac ilp32 + - rv32imafdc ilp32 + - rv32imafdc ilp32d + Deprecated and removed features, and other changes affecting compatibility: * The deprecated header and the sysctl function have been diff --git a/README b/README index 31c5da0405..cee86ab178 100644 --- a/README +++ b/README @@ -38,6 +38,7 @@ The GNU C Library supports these configurations for using Linux kernels: powerpc64*-*-linux-gnu Big-endian and little-endian. s390-*-linux-gnu s390x-*-linux-gnu + riscv32-*-linux-gnu riscv64-*-linux-gnu sh[34]-*-linux-gnu sparc*-*-linux-gnu