diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2020-07-14 06:29:56 -0700 |
---|---|---|
committer | Alistair Francis <alistair.francis@wdc.com> | 2020-08-27 08:17:44 -0700 |
commit | 389f6854eb43d892cca69f8b3bfaf813e0516127 (patch) | |
tree | 6b1b8e065d8c8d21cbff20816a4891a963ae4224 /NEWS | |
parent | 72dfddeffcc993a726bdcbe5e515afa1180095e8 (diff) | |
download | glibc-389f6854eb43d892cca69f8b3bfaf813e0516127.tar.gz glibc-389f6854eb43d892cca69f8b3bfaf813e0516127.tar.xz glibc-389f6854eb43d892cca69f8b3bfaf813e0516127.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. Reviewed-by: Maciej W. Rozycki <macro@wdc.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 2937adc3f3..06e43e0453 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,16 @@ Version 2.33 Major new features: - [Add new features here] + +* Support for the RISC-V ISA running on Linux has been expanded to run on + 32-bit hardware. This is supported for the following ISA and ABI pairs: + + - rv32imac ilp32 + - rv32imafdc ilp32 + - rv32imafdc ilp32d + + The 32-bit RISC-V port requires at least Linux 5.4, GCC 7.1 and binutils + 2.28. Deprecated and removed features, and other changes affecting compatibility: |