r219024 - in /branches/gomp-4_0-branch/libgomp:...
tschwinge@gcc.gnu.org
tschwinge@gcc.gnu.org
Mon Dec 22 17:57:00 GMT 2014
Author: tschwinge
Date: Mon Dec 22 17:57:50 2014
New Revision: 219024
URL: https://gcc.gnu.org/viewcvs?rev=219024&root=gcc&view=rev
Log:
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.
Modified:
branches/gomp-4_0-branch/libgomp/ChangeLog.gomp
branches/gomp-4_0-branch/libgomp/libgomp.h
branches/gomp-4_0-branch/libgomp/oacc-init.c
branches/gomp-4_0-branch/libgomp/target.c
More information about the Gcc-cvs
mailing list