libgomp: Move target_data member from struct gomp_device_descr into struct acc_dispat...
commit095199060ff07ddfd0fb5d5c9fecabfe80ed8eed
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Dec 2014 17:57:50 +0000 (22 17:57 +0000)
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Dec 2014 17:57:50 +0000 (22 17:57 +0000)
tree6a45d3a6144e00dd0d09de4e07df99090b4ed63d
parent0020b7972a6f7f422bd9d4782021ff5b8e2b0f50
libgomp: Move target_data member from struct gomp_device_descr into struct acc_dispatch_t.

It is only used with struct acc_dispatch_t's open_device_func and
close_device_func, so specific to OpenACC support.

libgomp/
* libgomp.h (struct gomp_device_descr): Move target_data member...
(struct acc_dispatch_t): ... into here.  Change all users.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gomp-4_0-branch@219024 138bc75d-0d04-0410-961f-82ee72b054a4
libgomp/ChangeLog.gomp
libgomp/libgomp.h
libgomp/oacc-init.c
libgomp/target.c