Re: libgomp: Normalize the names of a few functions of the libgomp plugin API

2017-02-02 Thread Thomas Schwinge
Hi! On Thu, 2 Feb 2017 13:27:11 +0100, Jakub Jelinek wrote: > On Thu, Feb 02, 2017 at 01:22:37PM +0100, Thomas Schwinge wrote: > > On Tue, 31 Jan 2017 15:44:46 +0100, I wrote: > > > --- libgomp/libgomp.h > > > +++ libgomp/libgomp.h > > > @@ -882,31 +882,35 @@ typedef struct acc_dispatch_t > > >

Re: libgomp: Normalize the names of a few functions of the libgomp plugin API (was: libgomp: Provide prototypes for functions implemented by libgomp plugins)

2017-02-02 Thread Jakub Jelinek
On Thu, Feb 02, 2017 at 01:22:37PM +0100, Thomas Schwinge wrote: > Hi! > > On Tue, 31 Jan 2017 15:44:46 +0100, I wrote: > > --- libgomp/libgomp.h > > +++ libgomp/libgomp.h > > @@ -882,31 +882,35 @@ typedef struct acc_dispatch_t > > > + __typeof (GOMP_OFFLOAD_openacc_parallel) *exec_func; > > As