aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorTobias Burnus <tobias@codesourcery.com>2020-03-23 15:29:05 +0100
committerTobias Burnus <tobias@codesourcery.com>2020-03-23 15:29:05 +0100
commit4897bb0045dd68474176be9aafb4d77bac4b363a (patch)
treeee7ee000f0bde82e6fb2b2dfda58b068a1e9e5e1 /libgomp/ChangeLog
parentce6413087deba5888a0a9a24f95f3b796e46add9 (diff)
libgomp – fix declare target link handling (PR94251)
PR libgomp/94251 * target.c (gomp_load_image_to_device): Fix link variable handling.
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index f7cd873f498..c90cbdcc711 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,9 @@
+2020-03-20 Tobias Burnus <tobias@codesourcery.com>
+
+ PR libgomp/94251
+ * target.c (gomp_load_image_to_device): Fix link
+ variable handling.
+
2020-03-19 Jakub Jelinek <jakub@redhat.com>
PR c++/93931