aboutsummaryrefslogtreecommitdiff
path: root/libphobos/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-10-13 00:16:26 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-10-13 00:16:26 +0000
commit8be127cac959d0f0ca0f8f9aa311828a9ee03f24 (patch)
treec43f4ad1671848598a9cdcdf882efb588d8148ae /libphobos/ChangeLog
parentaf66094d037793773eb8a49597866457f2f6a104 (diff)
downloadgcc-8be127cac959d0f0ca0f8f9aa311828a9ee03f24.zip
gcc-8be127cac959d0f0ca0f8f9aa311828a9ee03f24.tar.gz
gcc-8be127cac959d0f0ca0f8f9aa311828a9ee03f24.tar.bz2
Daily bump.
Diffstat (limited to 'libphobos/ChangeLog')
-rw-r--r--libphobos/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index d8c9914..c736041 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -1,3 +1,13 @@
+2020-10-12 Maciej W. Rozycki <macro@linux-mips.org>
+
+ * libdruntime/config/mips/switchcontext.S [__mips_hard_float]:
+ Use L.D and S.D generic assembly instructions rather than LDC1
+ and SDC1 MIPS II hardware instructions.
+
+2020-10-12 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * testsuite/lib/libphobos.exp: Define tool_timeout, set to 600.
+
2020-09-10 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/95680