This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 1/9] Documentation for the 32 bit RISC-V port


Add the small documentation entries about the 32 bit RISC-V port.
---
 NEWS   | 3 +++
 README | 1 +
 2 files changed, 4 insertions(+)

diff --git a/NEWS b/NEWS
index 716d11c..209dd1e 100644
--- a/NEWS
+++ b/NEWS
@@ -300,6 +300,9 @@ Major new features:
   requires at least binutils-2.30, gcc-7.3.0, and linux-4.15; and is supported
   for the following ISA and ABI pairs:
 
+    - rv32imac ilp32
+    - rv32imafdc ilp32
+    - rv32imafdc ilp32d
     - rv64imac lp64
     - rv64imafdc lp64
     - rv64imafdc lp64d
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]