Re: fix gomp offload routine unloading

2015-07-21 Thread Nathan Sidwell
On 07/21/15 09:20, Ilya Verbin wrote: On Tue, Jul 21, 2015 at 08:15:41 -0400, Nathan Sidwell wrote: On 07/21/15 05:51, Jakub Jelinek wrote: On Mon, Jul 20, 2015 at 07:08:55PM -0400, Nathan Sidwell wrote: 2015-07-20 Nathan Sidwell libgomp/ * target.c (gomp_offload_image_to_d

Re: fix gomp offload routine unloading

2015-07-21 Thread Ilya Verbin
On Tue, Jul 21, 2015 at 08:15:41 -0400, Nathan Sidwell wrote: > On 07/21/15 05:51, Jakub Jelinek wrote: > >On Mon, Jul 20, 2015 at 07:08:55PM -0400, Nathan Sidwell wrote: > >>2015-07-20 Nathan Sidwell > >> > >>libgomp/ > >>* target.c (gomp_offload_image_to_device): Rename to ... > >>

Re: fix gomp offload routine unloading

2015-07-21 Thread Nathan Sidwell
On 07/21/15 05:51, Jakub Jelinek wrote: On Mon, Jul 20, 2015 at 07:08:55PM -0400, Nathan Sidwell wrote: 2015-07-20 Nathan Sidwell libgomp/ * target.c (gomp_offload_image_to_device): Rename to ... (gomp_load_image_to_device): ... here. (GOMP_offload_register):

Re: fix gomp offload routine unloading

2015-07-21 Thread Jakub Jelinek
On Mon, Jul 20, 2015 at 07:08:55PM -0400, Nathan Sidwell wrote: > 2015-07-20 Nathan Sidwell > > libgomp/ > * target.c (gomp_offload_image_to_device): Rename to ... > (gomp_load_image_to_device): ... here. > (GOMP_offload_register): Adjust call. > (gomp_init_device)