This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[RFC v1 06/16] Documentation for the RISC-V 32-bit port
- From: Alistair Francis <alistair dot francis at wdc dot com>
- To: libc-alpha at sourceware dot org
- Cc: alistair dot francis at wdc dot com, alistair23 at gmail dot com
- Date: Fri, 21 Jun 2019 21:37:28 -0700
- Subject: [RFC v1 06/16] Documentation for the RISC-V 32-bit port
- Ironport-sdr: JGbZ9pJfHThDCIhBtt5/sbfurOT6tX7bgtJ3Oe9ZLavPy78NjTBAbjKe2eK/d6cVMZrjhnQYZn FsuEw3GAFyGjCHQX1bAIq9QsCi44vJCdFjcJhY7c7WW5V52u7CQoKPyiXJIfqV30e2dfj/d3rB pHUK9YTvyAnI245aH9CgHNQdnfGvPn9G9ZkD+A4pFUrue9OwaeaMCpqqDsDzd2cn9frXU9XzSD cUZno8P+YhDE5lZ18uiskb83MgDuXK9wDxrVUuxM7uhFyoTJPmIk9Irlo4Aba/JUyZOIantDP1 zwpspDyBVWWu7uNcDB2sPBo6
- Ironport-sdr: +BOL8gnHpny/7d6Kwhoo/kxnHlEx52aVHxJNeKqPXIKnIaGRXpiaYi9CDzE1e0X6TtfpPlwKBi ZrH76jxZ91c15qXL5pOPy3wRtBix0H0SXEHvVxO7bEoFoJKsywtap4pzKPqVUdKzO1VaxCKnvS oV0NNMq8jrapVHN4IDRjOX1G3KnLtVnlZ1UlEPNkLNEL7h8hdokxeNJVDybWBKGs4e5b6Qu9Zt 9l36baCWKEYVSDETFfmiDn3Ox398ziNaao7EIJwhC2W0IIDj9bJDL7P+k1j0FygHan/Y9Est9E DZ8=
- References: <cover.1561177967.git.alistair.francis@wdc.com>
From: Zong Li <zongbox@gmail.com>
There are RISC-V 64-bit port information in these documentations. I add
the small documentation entries about the RISC-V 32-bit port together.
---
NEWS | 6 ++++++
README | 1 +
2 files changed, 7 insertions(+)
diff --git a/NEWS b/NEWS
index 8a2fecef47..15a314a6fc 100644
--- a/NEWS
+++ b/NEWS
@@ -152,6 +152,12 @@ Major new features:
"%EY" to control how the year number is formatted; they have the
same effect that they would on "%Ey".
+* 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 glibc.tune tunable namespace has been renamed to glibc.cpu and the
diff --git a/README b/README
index eb9b0b34a3..2dc80d0062 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
--
2.22.0