r225943 - in /trunk: gcc/ChangeLog gcc/config/i...
nathan@gcc.gnu.org
nathan@gcc.gnu.org
Fri Jul 17 17:12:00 GMT 2015
Author: nathan
Date: Fri Jul 17 17:12:01 2015
New Revision: 225943
URL: https://gcc.gnu.org/viewcvs?rev=225943&root=gcc&view=rev
Log:
gcc/
* config/nvptx/mkoffload.c (process): Constify host data.
* config/i386/intelmic-mkoffload.c (generate_target_descr_file):
Constify host data.
(generate_host_descr_file): Likewise.
libgomp/
* target.c (struct_offload_image_descr): Constify host_table.
(gomp_offload_image_to_device): Likewise.
(GOMP_offload_register, GOMP_offload_unregister): Likewise.
libgcc/
* offloadstuff.c: Constify host data.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/i386/intelmic-mkoffload.c
trunk/gcc/config/nvptx/mkoffload.c
trunk/libgcc/ChangeLog
trunk/libgcc/offloadstuff.c
trunk/libgomp/ChangeLog
trunk/libgomp/target.c
More information about the Gcc-cvs
mailing list