r225966 - in /branches/gomp-4_0-branch: gcc/Cha...

nathan@gcc.gnu.org nathan@gcc.gnu.org
Fri Jul 17 20:16:00 GMT 2015


Author: nathan
Date: Fri Jul 17 20:16:42 2015
New Revision: 225966

URL: https://gcc.gnu.org/viewcvs?rev=225966&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.

	libgcc/
	* offloadstuff.c: Constify host data.

	libgomp/
	* target.c (struct_offload_image_descr): Constify host_table.
	(gomp_offload_image_to_device): Likewise.
	(GOMP_offload_register, GOMP_offload_unregister): Likewise.

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/libgcc/ChangeLog.gomp
    branches/gomp-4_0-branch/libgcc/offloadstuff.c
    branches/gomp-4_0-branch/libgomp/ChangeLog.gomp
    branches/gomp-4_0-branch/libgomp/target.c



More information about the Gcc-cvs mailing list