summaryrefslogtreecommitdiff
path: root/libphobos
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-09-09 00:16:29 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-09-09 00:16:29 +0000
commit31a050462476f4f15dc5e1f9d6ac9a1dd0a70e74 (patch)
tree48e45f28cc0b9383a991a5a51a3f548091807c71 /libphobos
parent494c5103c9eab8d3cd4364ab1265ee43ee51532f (diff)
downloadgcc-31a050462476f4f15dc5e1f9d6ac9a1dd0a70e74.tar.gz
Daily bump.
Diffstat (limited to 'libphobos')
-rw-r--r--libphobos/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index fd0db862c54..47482eb83c2 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -1,3 +1,17 @@
+2020-09-08 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ PR d/95680
+ * Makefile.in: Regenerate.
+ * configure: Regenerate.
+ * configure.ac (DCFG_ENABLE_CET): Substitute.
+ * libdruntime/Makefile.in: Regenerate.
+ * libdruntime/config/x86/switchcontext.S: Remove CET support code.
+ * libdruntime/core/thread.d: Import gcc.config. Don't set version
+ AsmExternal when GNU_Enable_CET is true.
+ * libdruntime/gcc/config.d.in (GNU_Enable_CET): Define.
+ * src/Makefile.in: Regenerate.
+ * testsuite/Makefile.in: Regenerate.
+
2020-06-25 Iain Buclaw <ibuclaw@gdcproject.org>
* libdruntime/MERGE: Merge upstream druntime d05ebaad.