From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1059) id 9E164395C82F; Thu, 7 May 2020 16:46:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9E164395C82F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1588869995; bh=TYuCqWbRj9nxEofHpquS+pz4rL/lKSSUGiCutshIvnk=; h=From:To:Subject:Date:From; b=sbvFOzNuptIwMNzlEf56Rafl+bf5gjufmM/+/MA7hTEHHEzLfrDRuja0MUgh96gpS BL+e3KLWhNTONMBJB2osYCtk78S7cmFcaAbZqpd2f1Gccwj12vWmGl9T+etfZ55Gl8 4AcoGw9fnX49+EE4UxtLQFar/AjD9Ho18n7WnlXU= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Nathan Sidwell To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/c++-modules] Add missing ChangeLog entry X-Act-Checkin: gcc X-Git-Author: Iain Buclaw X-Git-Refname: refs/heads/devel/c++-modules X-Git-Oldrev: 05b6520ed29a9e2b5480ecab4e71d999c7d04f29 X-Git-Newrev: e438aee224a3bff7abf08fe0da009c97297681e5 Message-Id: <20200507164635.9E164395C82F@sourceware.org> Date: Thu, 7 May 2020 16:46:35 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2020 16:46:35 -0000 https://gcc.gnu.org/g:e438aee224a3bff7abf08fe0da009c97297681e5 commit e438aee224a3bff7abf08fe0da009c97297681e5 Author: Iain Buclaw Date: Thu Apr 30 12:20:04 2020 +0200 Add missing ChangeLog entry Diff: --- 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):