From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1461) id B20813858D28; Tue, 17 Jan 2023 11:33:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B20813858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673955225; bh=OJXeXf+GPYrxjPO1EqJaMQurVUrj6iLbih9dyiFlWUg=; h=From:To:Subject:Date:From; b=K72ifE1Etva9575CXNDSNeC6T9YkDwTRi8tHdIjX42i89vaYiGiXss1D4AMwma7EU p+k9Q7pE2e4qv1EX2h2GfYpk/1AZ6wuYP0ejG91GLQbpd3RKbKx4/veCKZ7t0/qWGU Qh7vdizroOHAb6opYvBy+gGLTAlcowrYbTsgWn5A= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Andrew Stubbs To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/omp/gcc-12] libgomp: Add forgotten Changelog.omp entries X-Act-Checkin: gcc X-Git-Author: Andrew Stubbs X-Git-Refname: refs/heads/devel/omp/gcc-12 X-Git-Oldrev: 01a12b3d7662722f8fc67e454bd919073ee31868 X-Git-Newrev: 495b7c3a3f716a06b4f254d78bf75ad64552a9b9 Message-Id: <20230117113345.B20813858D28@sourceware.org> Date: Tue, 17 Jan 2023 11:33:45 +0000 (GMT) List-Id: https://gcc.gnu.org/g:495b7c3a3f716a06b4f254d78bf75ad64552a9b9 commit 495b7c3a3f716a06b4f254d78bf75ad64552a9b9 Author: Andrew Stubbs Date: Tue Jan 17 11:22:21 2023 +0000 libgomp: Add forgotten Changelog.omp entries Diff: --- libgomp/ChangeLog.omp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index 01bb52e7b5a..be3c17b4019 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,21 @@ +2023-01-13 Andrew Stubbs + + * usm-allocator.c (ALIGN): Use 128-byte alignment. + +2023-01-11 Andrew Stubbs + + * plugin/plugin-gcn.c: Include sys/mman.h and unistd.h. + (usm_heap_create): New function. + (struct usm_splay_tree_key_s): Delete function. + (usm_splay_compare): Delete function. + (splay_tree_prefix): Delete define. + (GOMP_OFFLOAD_usm_alloc): Use new allocator. + (GOMP_OFFLOAD_usm_free): Likewise. + (GOMP_OFFLOAD_is_usm_ptr): Likewise. + (gomp_fatal): Delete macro. + (splay_tree_c): Delete. + * usm-allocator.c: New file. + 2022-12-21 Tobias Burnus Backported from master: