From 1821ae72cae85b22c0bf2d231797e77213df3146 Mon Sep 17 00:00:00 2001
From: Iain Buclaw <ibuclaw@gdcproject.org>
Date: Sat, 18 Apr 2020 20:53:08 +0200
Subject: [PATCH] Add missing changelog entries for r10-7790

---
 gcc/testsuite/ChangeLog |  5 +++++
 libphobos/ChangeLog     | 11 +++++++++++
 2 files changed, 16 insertions(+)

diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index c2b5ddfa5cc7..fb1a1539d6ad 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2020-04-18  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+	* lib/gdc-utils.exp (gdc-convert-test): Add dg-skip-if for tests that
+	depending on the phobos standard library.
+
 2020-04-18  Jeff Law  <law@redhat.com>
 
 	PR debug/94439
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index 838544ee828e..0721cb032e05 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -1,3 +1,14 @@
+2020-04-18  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+	PR d/94304
+	* configure: Regenerate.
+	* configure.ac: Add --with-libphobos-druntime-only option and the
+	conditional ENABLE_LIBDRUNTIME_ONLY.
+	* configure.tgt: Define LIBDRUNTIME_ONLY.
+	* src/Makefile.am: Add phobos sources if not ENABLE_LIBDRUNTIME_ONLY.
+	* src/Makefile.in: Regenerate.
+	* testsuite/testsuite_flags.in: Add phobos path if compiling phobos.
+
 2020-04-18  Iain Buclaw  <ibuclaw@gdcproject.org>
 
 	* testsuite/libphobos.phobos/phobos.exp: Skip if effective target is
-- 
GitLab