diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-09-29 19:45:47 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-09-29 19:45:47 +0000 |
commit | 48e1ba3840d6611b79dc9b9779460898d46674c5 (patch) | |
tree | 8b9a5410a886f03dae4165705ac378a3934e562f /libgomp/ChangeLog | |
parent | 789fa0b1d3071746b2a26f8d410f97b55220b2c1 (diff) | |
download | gcc-48e1ba3840d6611b79dc9b9779460898d46674c5.tar.gz |
* plugin/plugin-nvptx.c (ARRAYSIZE): Delete.
(cuda_errlist): Delete.
(cuda_error): Reimplement.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228265 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 7c1b20f8d0f..88a25fcb8bf 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,9 @@ +2015-09-29 Nathan Sidwell <nathan@codesourcery.com> + + * plugin/plugin-nvptx.c (ARRAYSIZE): Delete. + (cuda_errlist): Delete. + (cuda_error): Reimplement. + 2015-09-28 Nathan Sidwell <nathan@codesourcery.com> * libgomp.h (acc_dispatch_t): Replace separate geometry args with |