This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[RFC v6 22/23] 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: arnd at arndb dot de, adhemerval dot zanella at linaro dot org, fweimer at redhat dot com, joseph at codesourcery dot com, palmerdabbelt at google dot com, macro at wdc dot com, zongbox at gmail dot com, alistair dot francis at wdc dot com, alistair23 at gmail dot com
- Date: Sun, 12 Jan 2020 02:34:30 -0800
- Subject: [RFC v6 22/23] Documentation for the RISC-V 32-bit port
- Ironport-sdr: VSNaF0V7gFzA37Zq8+h1m3TZ7q8crVza7t8wYTz6E9IADaKw3m1siVDP41k8ixXpxGbI+VdAa9 PZjCXl1Zae9XObGlZ95hdpIUSIdCBtfACS6iI2BdNxtbaAy58NQj7p7ZDU0Z/WZBmreKoQLpbP +qSBzxhKQ113buUgpcjgxBRDglPp//03QxDOtyhucdRaBdhYi+fXo5jY2iG0W/IEjeNYIww0hS pviV+fZSoEyXPKv4yMeQn80BsLCw3V/43RNd8gD9jvDnofhSGNXQR161LncX6qakMuI1RpMR5H EmQ=
- Ironport-sdr: Bi96E6iZPY0sTgJmFQCe+MzdOQjDtXw7Am24/l1oT2SehomcHS675HyTX/IHMIps0ofIH+UQ0W UsYsD44yNfIFycvPk6MzKALiARWLZ0r16Cc42/LrT6+Q3tfTfNbQS1zmAhMJPEl1+35VLc8XGK apjd2kqU9sJ1KwcNlSk0h8T8q8wDl9WFRNQJPkt2qYgIT92Mw7TBSTWwrjVChA/tIXZTL5FR6h 5ndtfLWvZeqH4NQ8e7M+0h/Ydt+d0cnH7w4VNfO8w2Lm4RQ02D5jHBwFB6oRYmjNOUj3a3GTMK 5tIp910hokmRgMFJpUrHsGNk
- Ironport-sdr: HHwqQ8W/LnbbXuoPBHbjSEMV4m9gksaYw8YWvNnD/APMeK0dniQp7iWfumrr2NylZwlqQ82e+M xtqUWtJVYOFtgKI8kDiLJLPFui5t8KtRBVTlHmuriIbOu9vOQ1F8ez85tHRL5iaJ/ovqB+9BFP tcf3Fkyj57l/xE+Be9jHEO514oGlJ/VriGVsLwNCIkLBO/Pwu7Spw3rluO9U/i1OI8mduZJdi0 wWMymKx8+TgUfKuV/pCwjZh49vOpqiXdEHv2IVir7sYj76n4gjchDjBtAsj3QTU8RUWSLU3TAY tjc=
- References: <cover.1578824547.git.alistair.francis@wdc.com>
- Wdcironportexception: Internal
From: Zong Li <zongbox@gmail.com>
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.
---
NEWS | 6 ++++++
README | 1 +
2 files changed, 7 insertions(+)
diff --git a/NEWS b/NEWS
index 44065d936a..d124a859da 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,12 @@ Major new features:
responses, indicating a lack of DNSSEC validation. (Therefore, the name
servers and the network path to them are treated as untrusted.)
+* 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 totalorder and totalordermag functions, and the corresponding
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
--
2.24.1