summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2017-12-26 20:55:44 -0800
committerPalmer Dabbelt <palmer@dabbelt.com>2018-01-29 10:22:26 -0800
commit40ca951bdb804bc42c0e1b06c20a48da98667e03 (patch)
tree7eed5a73355741ee0b262d7afacfb4e65011ab6b /ChangeLog
parent532cf290d023487b141b9369f29cd780ec93ac8b (diff)
Skeleton documentation for the RISC-V port
During the upstreaming process it was suggested that I add a handful of small documentation entries about the RISC-V port, which I've collected here. 2018-01-29 Palmer Dabbelt <palmer@sifive.com> * manual/math.texi: RISC-V supports _Float128 and _Float64x.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed498e8df3..2180403522 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* sysdeps/init_array/crti.S (.section .init_array): Add
PREINIT_FUNCTION when defined.
+ * manual/math.texi: RISC-V supports _Float128 and _Float64x.
2018-01-29 Florian Weimer <fweimer@redhat.com>