aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2019-12-18 18:02:27 +0100
committerThomas Schwinge <tschwinge@gcc.gnu.org>2019-12-18 18:02:27 +0100
commit9444a299fa135cae638eed3b2644747f105351c8 (patch)
tree5d7c30f05cc420b7e5f7dfb65e2d5c853778c8a9 /libgomp/ChangeLog
parent5031b6199f2270c39191af57aa47610ad9e6487d (diff)
[OpenACC] Refactor 'goacc_enter_data' so that it can be called from 'goacc_insert_pointer', "not present" case
No functional changes. libgomp/ * oacc-mem.c (goacc_enter_data): Refactor, so that it can be called... (goacc_insert_pointer): ... from here, "not present" case. From-SVN: r279539
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 19381999281..7cf85682e7b 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,5 +1,9 @@
2019-12-18 Thomas Schwinge <thomas@codesourcery.com>
+ * oacc-mem.c (goacc_enter_data): Refactor, so that it can be
+ called...
+ (goacc_insert_pointer): ... from here, "not present" case.
+
* oacc-mem.c (goacc_remove_pointer): Refactor interface. Adjust
all users.