On Thu, Jul 16, 2015 at 08:20:53AM -0400, Nathan Sidwell wrote: > On 07/16/15 07:41, Ilya Verbin wrote: > >On Wed, Jul 15, 2015 at 20:56:50 -0400, Nathan Sidwell wrote: > >>Index: gcc/config/nvptx/mkoffload.c > >>=================================================================== > >>- fprintf (out, "extern void *__OFFLOAD_TABLE__[];\n\n"); > >>+ fprintf (out, "extern const void *conat __OFFLOAD_TABLE__[];\n\n"); > > > >Here is a typo. > > Thanks, caught that myself too. testing shows the patch ok for x86-linux/ptx
Ok for trunk with that change. Jakub