On Mon, Mar 17, 2014 at 04:00:11PM +0100, Thomas Schwinge wrote: > Hi! > > On Sat, 8 Mar 2014 18:50:15 +0400, Ilya Verbin <iver...@gmail.com> wrote: > > --- a/libgomp/libgomp.map > > +++ b/libgomp/libgomp.map > > @@ -208,6 +208,7 @@ GOMP_3.0 { > > > > GOMP_4.0 { > > global: > > + GOMP_offload_register; > > GOMP_barrier_cancel; > > GOMP_cancel; > > GOMP_cancellation_point; > > Now that the GOMP_4.0 symbol version is being used in GCC trunk, and will > be in the GCC 4.9 release, can we still add new symbols to it here? > (Jakub?)
If GCC 4.9 release will not include that symbol, then it must be in a new symbol version, e.g. GOMP_4.1 (note, the fact that GOMP_ symbol version matched now the OpenMP standard version wasn't always true and might not be true always either (or we could use GOMP_4.0.1 symver). Jakub