aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2018-01-29 10:25:23 -0800
committerPalmer Dabbelt <palmer@dabbelt.com>2018-01-29 10:25:23 -0800
commitba9e25a62bd662ce8c7ed6c8d1c072110f1ffae5 (patch)
tree3ef42adf948b0e4f65e39e21f5c4a49da7e0b34f /ChangeLog
parent4215e27674de95a564087a3841873f3d980d4764 (diff)
downloadglibc-ba9e25a62bd662ce8c7ed6c8d1c072110f1ffae5.zip
glibc-ba9e25a62bd662ce8c7ed6c8d1c072110f1ffae5.tar.gz
glibc-ba9e25a62bd662ce8c7ed6c8d1c072110f1ffae5.tar.bz2
Add documentation for __riscv_flush_icache
This function is used by GCC to enforce ordering between data writes and instruction fetches, and while we'd prefer that users rely on the GCC intrinsic when possible this is user visible in case that's not possible. 2018-01-29 Palmer Dabbelt <palmer@sifive.com> * manual/platform.texi: Add RISC-V documenation for __riscv_flush_icache.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec9b475..ec0cce9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
PREINIT_FUNCTION when defined.
* manual/math.texi: RISC-V supports _Float128 and _Float64x.
* config.h.in: Regenerate.
+ * manual/platform.texi: Add RISC-V documenation for
+ __riscv_flush_icache.
2018-01-29 Florian Weimer <fweimer@redhat.com>