plugin-nvptx.c (link_ptx): Constify string argument.
authorNathan Sidwell <nathan@codesourcery.com>
Thu, 16 Jul 2015 17:17:31 +0000 (17:17 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 16 Jul 2015 17:17:31 +0000 (17:17 +0000)
commita4cb876dc96b5e400650422e16264f9d50b6751b
tree128ed56f500a026f899fa5ed513c1ce657b9cacf
parent38ef5e6add621c2d5052d4cd584bc6cd4d6002ee
plugin-nvptx.c (link_ptx): Constify string argument.

libgomp/
* plugin/plugin-nvptx.c (link_ptx): Constify string argument.
Workaround driver library const error.
(struct nvptx_tdata, nvptx_tdata_t): New.
(GOMP_OFFLOAD_load_image): Use struct for target_data's real
type.

gcc/
* config/nvptx/mkoffload.c (process): Constify mapping variables.
Define target data struct and initialize it.

From-SVN: r225897
gcc/ChangeLog
gcc/config/nvptx/mkoffload.c
libgomp/ChangeLog
libgomp/plugin/plugin-nvptx.c