summaryrefslogtreecommitdiff
path: root/libphobos/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-03-27 00:16:27 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-03-27 00:16:27 +0000
commit651684b462f979a4e70a668c4c9767a5fd7d223a (patch)
tree40678671eb76bfd40aa1096fcac66213635ad935 /libphobos/ChangeLog
parent42a21b4cb540be93548a6ff6d4cb4a73ab1665be (diff)
Daily bump.
Diffstat (limited to 'libphobos/ChangeLog')
-rw-r--r--libphobos/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index 235af5b2fd3..e58bd3ce2e1 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -1,3 +1,23 @@
+2021-03-26 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * Makefile.in: Regenerate.
+ * configure: Regenerate.
+ * configure.ac: Substitute enable_shared, enable_static, and
+ phobos_lt_pic_flag.
+ * libdruntime/Makefile.am (AM_DFLAGS): Replace
+ phobos_compiler_pic_flag with phobos_lt_pic_flags, and
+ phobos_compiler_shared_flag.
+ * libdruntime/Makefile.in: Regenerate.
+ * src/Makefile.am (AM_DFLAGS): Replace phobos_compiler_pic_flag
+ with phobos_lt_pic_flag, and phobos_compiler_shared_flag.
+ * src/Makefile.in: Regenerate.
+ * testsuite/Makefile.in: Regenerate.
+ * testsuite/libphobos.druntime_shared/druntime_shared.exp: Remove
+ -fversion=Shared and -fno-moduleinfo from default extra test flags.
+ * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise.
+ * testsuite/testsuite_flags.in: Add phobos_compiler_shared_flag to
+ --gdcflags.
+
2021-02-04 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/98910