gcc/liboffloadmic/plugin
Nathan Sidwell afb2d80bc5 mkoffload.c (process): Constify target data.
gcc/
	* config/nvptx/mkoffload.c (process): Constify target data.
	* config/i386/intelmic-mkoffload.c (generate_target_descr_file):
	Constify target data.
	(generate_target_offloadend_file): Likewise.

	libgomp/
	* libgomp.h (gomp_device_descr): Constify target data arguments.
	* target.c (struct offload_image_descr): Constify target_data.
	(gomp_offload_image_to_device): Likewise.
	(GOMP_offload_register): Likewise.
	(GOMP_offload_unrefister): Likewise.
	* plugin/plugin-host.c (GOMP_OFFLOAD_load_image,
	GOMP_OFFLOAD_unload_image): Constify target data.
	* plugin/plugin-nvptx.c (struct ptx_image_data): Constify target data.
	(GOMP_OFFLOAD_load_image, GOMP_OFFLOAD_unload_image): Likewise.

	liboffloadmic/
	* plugin/libgomp-plugin-intelmic.cpp (ImgDevAddrMap): Constify.
	(offload_image, GOMP_OFFLOAD_load_image,
	OMP_OFFLOAD_unload_image): Constify target data.

From-SVN: r225936
2015-07-17 14:07:53 +00:00
..
Makefile.am liboffloadmic plugin: Address -Wnarrowing diagnostics 2015-07-08 17:47:59 +02:00
Makefile.in liboffloadmic plugin: Address -Wnarrowing diagnostics 2015-07-08 17:47:59 +02:00
aclocal.m4 liboffloadmic: Bump to automake 1.11.6 2015-05-13 11:10:33 +00:00
configure liboffloadmic: Bump to automake 1.11.6 2015-05-13 11:10:33 +00:00
configure.ac
libgomp-plugin-intelmic.cpp mkoffload.c (process): Constify target data. 2015-07-17 14:07:53 +00:00
offload_target_main.cpp