summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-03-15 22:26:09 +0100
committerBruno Haible <bruno@clisp.org>2018-03-15 22:26:09 +0100
commit67c6415e313434991ead97bb4b88cfca109cf570 (patch)
tree4809f01c667670c79428266492b5603cace74694 /ChangeLog
parent1808863c7fc8067efda62c97bfef66306fdb3056 (diff)
downloadgnulib-67c6415e313434991ead97bb4b88cfca109cf570.tar.gz
host-cpu-c-abi: Support for RISC-V CPU.
* m4/host-cpu-c-abi.m4 (gl_HOST_CPU_C_ABI): Recognize the various riscv32 and riscv64 ABIs. References: https://github.com/riscv/riscv-toolchain-conventions https://gcc.gnu.org/onlinedocs/gcc-7.3.0/gcc/RISC-V-Options.html https://gnu-mcu-eclipse.github.io/toolchain/riscv/
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9cd4aed19..7c8d6bbbc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2018-03-15 Bruno Haible <bruno@clisp.org>
+
+ host-cpu-c-abi: Support for RISC-V CPU.
+ * m4/host-cpu-c-abi.m4 (gl_HOST_CPU_C_ABI): Recognize the various
+ riscv32 and riscv64 ABIs.
+ References:
+ https://github.com/riscv/riscv-toolchain-conventions
+ https://gcc.gnu.org/onlinedocs/gcc-7.3.0/gcc/RISC-V-Options.html
+ https://gnu-mcu-eclipse.github.io/toolchain/riscv/
+
2018-03-08 Paul Eggert <eggert@cs.ucla.edu>
fflush: be more paranoid about libio.h change