This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH v3 1/8] Documentation for the 32 bit RISC-V port
- From: Zong Li <zong at andestech dot com>
- To: <joseph at codesourcery dot com>, <palmer at dabbelt dot com>, <darius at bluespec dot com>, <andrew at sifive dot com>, <dj at redhat dot com>
- Cc: <libc-alpha at sourceware dot org>, <zongbox at gmail dot com>, Zong Li <zong at andestech dot com>
- Date: Thu, 26 Jul 2018 22:16:21 +0800
- Subject: [PATCH v3 1/8] Documentation for the 32 bit RISC-V port
- References: <cover.1532587497.git.zong@andestech.com>
Add the small documentation entries about the 32 bit RISC-V port.
---
NEWS | 12 ++++++++++++
README | 1 +
2 files changed, 13 insertions(+)
diff --git a/NEWS b/NEWS
index b08fee6..61cc5ab 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,18 @@ See the end for copying conditions.
Please send GNU C library bug reports via <https://sourceware.org/bugzilla/>
using `glibc' in the "product" field.
+Version 2.29
+
+Major new features:
+
+* Support new port for the RISC-V 32-bit. This 32-bit port for the following
+ ISA and ABI pairs:
+
+ - rv32imac ilp32
+ - rv32imafdc ilp32
+ - rv32imafdc ilp32d
+
+
Version 2.28
Major new features:
diff --git a/README b/README
index 27a9fd4..6183376 100644
--- a/README
+++ b/README
@@ -37,6 +37,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
--
2.7.4