diff options
author | Iain Buclaw <ibuclaw@gdcproject.org> | 2020-04-30 12:20:04 +0200 |
---|---|---|
committer | Iain Buclaw <ibuclaw@gdcproject.org> | 2020-04-30 12:20:04 +0200 |
commit | e438aee224a3bff7abf08fe0da009c97297681e5 (patch) | |
tree | cc88160bb12051f3063633f2f1266365ea28fce1 /libphobos/ChangeLog | |
parent | 05b6520ed29a9e2b5480ecab4e71d999c7d04f29 (diff) | |
download | gcc-e438aee224a3bff7abf08fe0da009c97297681e5.zip gcc-e438aee224a3bff7abf08fe0da009c97297681e5.tar.gz gcc-e438aee224a3bff7abf08fe0da009c97297681e5.tar.bz2 |
Add missing ChangeLog entry
Diffstat (limited to 'libphobos/ChangeLog')
-rw-r--r-- | libphobos/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index f8a8218..1ba5370 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -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): |