aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 7894a7e2c16..0effe1c0208 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,11 @@
+2015-11-03 Nathan Sidwell <nathan@codesourcery.com>
+
+ * libgomp.h (struct acc_dispatch_t): Remove args from exec_func.
+ * plugin/plugin-nvptx.c (nvptx_exec): Remove sizes & kinds arg.
+ (GOMP_OFFLOAD_openacc_parallel): Likewise.
+ * oacc-host.c (host_openacc_exec): Likewise.
+ * oacc-parallel.c (GOACC_parallel_keyed): Adjust exec_func call.
+
2015-11-03 Julian Brown <julian@codesourcery.com>
Thomas Schwinge <thomas@codesourcery.com>