This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[RFC v3 06/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, palmer at sifive 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: Tue, 16 Jul 2019 17:08:56 -0700
- Subject: [RFC v3 06/23] Documentation for the RISC-V 32-bit port
- Ironport-sdr: QuWGGJxpGZLKB/I+rQ5PKEQSePHj1vc6qSHnt+KMNxvYJ63lCaUIPTyxFZ9WmKFfCBGDyWENST tjeJi7foz+pYEnj+j3Yf8b7yZveXHN9Gx6MK0+VN0JRcqk8uFERf8naEAZop3oM9ERazlMoZJs KX/E6m8DNMyJa8Di1ZRMOlL+i4tSVFPLfVXciFsdAUsdJB7as7HAe5G7rq8jn4dxyvA0ShaTl1 TZfJK+hyp8bBT+wLPDVemuGkMhuk+5llCoErXN8a11sfKhbX8s32bv/SDMa6K3FQ+QKBPpEu3N N7I=
- Ironport-sdr: HIelqxvcPITEhI2hXo3RYeMhqwdrycc718SumQCrqwhwm3YP+cnJ4IbJft8vMGnt9muFurbM0m +ka/hu1kTy/kfNSk+5czZm98LxjNtl9yG4MPoqorjTm300euAuCLYayHKhkkPy05V0JWtJcmCm 57boKNJ/XuYsmALSXFXWoTALTAGX5zoSOWe+1QfU+ggGpfbQNh/6wiW5Qt4aWXKI6JLZcPtIay Aenq6omQ5FiKDg//u30+AIhLmrVc8vi5S+BOj/FZjsvRKV7aB9n8HpD2EhaFI3uCqHDPc06yoX otOQ+PfuwFTbkScUyjOSHrbM
- Ironport-sdr: ZcJ7krM8WMV4wD2eke+KKe05lss5AuhdjAdtvM38Ifk0w584w2sEDxmENmBcNEvPoFZEZRooFC DnCuL1Pi6qFMrhuu8RivNfuOKAc614OTmsi5Kx3DSshyKYXQqeZ+eMRrguemi2l5MhNQhDIgxS 12r5NtnqVmDvkUF7HyeHIJZg2fkZYNp0NWXph7FBvvYoCFvnVyBA8jJlVOIh4VHbktHUMOGxcE zkKBZwl5pmUfhcrZ6w/3GIBt8l3iGta4nAkkFqQeDkQiFI1cTS1l4nSTe2ApBwAlvTRZ5wuno4 4Jw=
- References: <cover.1563321715.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 6d731b156d..7a897e2110 100644
--- a/NEWS
+++ b/NEWS
@@ -177,6 +177,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