Add missing ChangeLog entry
authorIain Buclaw <ibuclaw@gdcproject.org>
Thu, 30 Apr 2020 10:20:04 +0000 (12:20 +0200)
committerIain Buclaw <ibuclaw@gdcproject.org>
Thu, 30 Apr 2020 10:20:04 +0000 (12:20 +0200)
libphobos/ChangeLog

index f8a82182427817cd32353aa794c0e404ad3b52dc..1ba53705b51b417a6a6285adbb1810504b879356 100644 (file)
@@ -1,3 +1,15 @@
+2020-04-30  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * 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  <ibuclaw@gdcproject.org>
 
        * testsuite/lib/libphobos.exp (check_effective_target_linux_pre_2639):