]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgomp/
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Jul 2015 17:17:31 +0000 (17:17 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Jul 2015 17:17:31 +0000 (17:17 +0000)
commitf9d1cd4ccf1189749a4231dda622a47d77b7725f
tree128ed56f500a026f899fa5ed513c1ce657b9cacf
parent1f7d1dcc01fa8f7d23bf82cf5371e608b40b058a
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225897 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/nvptx/mkoffload.c
libgomp/ChangeLog
libgomp/plugin/plugin-nvptx.c