r225964 - in /branches/gomp-4_0-branch: gcc/Cha...
nathan@gcc.gnu.org
nathan@gcc.gnu.org
Fri Jul 17 19:25:00 GMT 2015
Author: nathan
Date: Fri Jul 17 19:25:04 2015
New Revision: 225964
URL: https://gcc.gnu.org/viewcvs?rev=225964&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:
branches/gomp-4_0-branch/gcc/ChangeLog.gomp
branches/gomp-4_0-branch/gcc/config/i386/intelmic-mkoffload.c
branches/gomp-4_0-branch/gcc/config/nvptx/mkoffload.c
branches/gomp-4_0-branch/libgomp/ChangeLog.gomp
branches/gomp-4_0-branch/libgomp/libgomp.h
branches/gomp-4_0-branch/libgomp/plugin/plugin-host.c
branches/gomp-4_0-branch/libgomp/plugin/plugin-nvptx.c
branches/gomp-4_0-branch/libgomp/target.c
branches/gomp-4_0-branch/liboffloadmic/ChangeLog.gomp
branches/gomp-4_0-branch/liboffloadmic/plugin/libgomp-plugin-intelmic.cpp
More information about the Gcc-cvs
mailing list