[RFC,v4,09/24] Documentation for the RISC-V 32-bit port

Message ID f2780805b05bb2b68953a0c26ef2c6916dc59831.1565398513.git.alistair.francis@wdc.com
State New, archived
Headers

Commit Message

Alistair Francis Aug. 10, 2019, 1 a.m. UTC
  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(+)
  

Comments

Joseph Myers Aug. 12, 2019, 8:02 p.m. UTC | #1
On Fri, 9 Aug 2019, Alistair Francis wrote:

> diff --git a/NEWS b/NEWS
> index 4326997dddf..27742944e9a 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -306,6 +306,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

This is the 2.29 section of NEWS.  You need to add to the 2.31 section.
  

Patch

diff --git a/NEWS b/NEWS
index 4326997dddf..27742944e9a 100644
--- a/NEWS
+++ b/NEWS
@@ -306,6 +306,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 eb9b0b34a35..2dc80d0062e 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