From e438aee224a3bff7abf08fe0da009c97297681e5 Mon Sep 17 00:00:00 2001 From: Iain Buclaw Date: Thu, 30 Apr 2020 12:20:04 +0200 Subject: [PATCH] Add missing ChangeLog entry --- libphobos/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index f8a82182427..1ba53705b51 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,3 +1,15 @@ +2020-04-30 Iain Buclaw + + * libdruntime/Makefile.am (DRUNTIME_SOURCES_CONFIGURED): Remove + config/powerpc/switchcontext.S + * libdruntime/Makefile.in: Regenerate. + * libdruntime/config/powerpc/callwithstack.S: Remove. + * libdruntime/config/powerpc/switchcontext.S: Fix symbol name of + fiber_switchContext. + * libdruntime/core/thread.d: Disable fiber migration tests on PPC. + * testsuite/libphobos.thread/fiber_guard_page.d: Set guardPageSize + same as stackSize. + 2020-04-29 Iain Buclaw * testsuite/lib/libphobos.exp (check_effective_target_linux_pre_2639):