r225936 - in /trunk: gcc/ChangeLog gcc/config/i...
nathan@gcc.gnu.org
nathan@gcc.gnu.org
Fri Jul 17 14:07:00 GMT 2015
Author: nathan
Date: Fri Jul 17 14:07:53 2015
New Revision: 225936
URL: https://gcc.gnu.org/viewcvs?rev=225936&root=gcc&view=rev
Log:
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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/i386/intelmic-mkoffload.c
trunk/gcc/config/nvptx/mkoffload.c
trunk/libgomp/ChangeLog
trunk/libgomp/libgomp.h
trunk/libgomp/plugin/plugin-host.c
trunk/libgomp/plugin/plugin-nvptx.c
trunk/libgomp/target.c
trunk/liboffloadmic/ChangeLog
trunk/liboffloadmic/plugin/libgomp-plugin-intelmic.cpp
More information about the Gcc-cvs
mailing list