summaryrefslogtreecommitdiff
path: root/libphobos/ChangeLog
diff options
context:
space:
mode:
authorIain Buclaw <ibuclaw@gdcproject.org>2019-04-23 22:53:12 +0000
committerIain Buclaw <ibuclaw@gcc.gnu.org>2019-04-23 22:53:12 +0000
commitd9392bfa032b448839abadb523aff65b8ccb3dba (patch)
tree1eaa98a40c61f1dcde726eeb560ca71882af7b82 /libphobos/ChangeLog
parent1bacd25b0c2c6ce3f1f737a4a84dc9c806e9af4b (diff)
libphobos: Add D support for RISC-V Linux
2019-04-23 Iain Buclaw <ibuclaw@gdcproject.org> * configure.tgt: Add riscv*-*-linux* as supported target. * libdruntime/gcc/sections/elf_shared.d (getDependencies): Adjust dlpi_addr on RISCV32 and RISCV64. * src/std/math.d: Add IEEE FPU control support for RISCV. From-SVN: r270522
Diffstat (limited to 'libphobos/ChangeLog')
-rw-r--r--libphobos/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index 74c9c88730d..1f5ea28ddf7 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -1,3 +1,10 @@
+2019-04-23 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * configure.tgt: Add linux/riscv as supported target.
+ * libdruntime/gcc/sections/elf_shared.d (getDependencies): Adjust
+ dlpi_addr on RISCV32 and RISCV64.
+ * src/std/math.d: Add IEEE FPU control support for RISC-V.
+
2019-04-23 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
Bernd Edlinger <bernd.edlinger@hotmail.de>
Jakub Jelinek <jakub@redhat.com>