about summary refs log tree commit diff
diff options
context:
space:
mode:
authorZong Li <zongbox@gmail.com>2018-11-30 17:13:12 +0800
committerAlistair Francis <alistair.francis@wdc.com>2020-01-16 14:10:37 -0800
commitedc15015fc41b92f09838e4519576ac78768ad46 (patch)
treecbc5d2ca5187b9d42ee7b0241ce791692a62c11d
parent1b654745b34a1585f80be66a5e3ae68ba7f8b4a4 (diff)
downloadglibc-edc15015fc41b92f09838e4519576ac78768ad46.tar.gz
glibc-edc15015fc41b92f09838e4519576ac78768ad46.tar.xz
glibc-edc15015fc41b92f09838e4519576ac78768ad46.zip
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.
-rw-r--r--NEWS6
-rw-r--r--README1
2 files changed, 7 insertions, 0 deletions
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