gcc/libgomp/plugin
Thomas Schwinge 6fc0385c0c OpenACC 'acc_get_property' cleanup
include/
	* gomp-constants.h (enum gomp_device_property): Remove.
	libgomp/
	* libgomp-plugin.h (enum goacc_property): New.  Adjust all users
	to use this instead of 'enum gomp_device_property'.
	(GOMP_OFFLOAD_get_property): Rename to...
	(GOMP_OFFLOAD_openacc_get_property): ... this.  Adjust all users.
	* libgomp.h (struct gomp_device_descr): Move
	'GOMP_OFFLOAD_openacc_get_property'...
	(struct acc_dispatch_t): ... here.  Adjust all users.
	* plugin/plugin-hsa.c (GOMP_OFFLOAD_get_property): Remove.
	liboffloadmic/
	* plugin/libgomp-plugin-intelmic.cpp (GOMP_OFFLOAD_get_property):
	Remove.

From-SVN: r280150
2020-01-10 23:24:36 +01:00
..
cuda Update copyright years. 2020-01-01 12:51:42 +01:00
Makefrag.am Update copyright years. 2020-01-01 12:51:42 +01:00
configfrag.ac Update copyright years. 2020-01-01 12:51:42 +01:00
cuda-lib.def Add OpenACC 2.6 `acc_get_property' support 2019-12-22 19:54:09 +00:00
hsa_ext_finalize.h Update copyright years. 2020-01-01 12:51:42 +01:00
plugin-gcn.c OpenACC 'acc_get_property' cleanup 2020-01-10 23:24:36 +01:00
plugin-hsa.c OpenACC 'acc_get_property' cleanup 2020-01-10 23:24:36 +01:00
plugin-nvptx.c OpenACC 'acc_get_property' cleanup 2020-01-10 23:24:36 +01:00