Re: [PATCH] PR64635 - load libgomp-plugin-host_nonshm shared library with correct suffix

2015-02-01 Thread David Edelsohn
Based on the way that libgomp wants to dynamically load the library, the library should use suffix .so.#n on AIX. AIX also needs the library linked with libpthread. Bootstrapped on powerpc-ibm-aix7.1.0.0. Thanks, David PR libgomp/64635 * configure.tgt (*-*-aix*): Use standard po

Re: [PATCH] PR64635 - load libgomp-plugin-host_nonshm shared library with correct suffix

2015-01-28 Thread Thomas Schwinge
Hi! First, thanks for improving portability of the libgomp plugin interface! On Wed, 28 Jan 2015 16:43:19 -0500, Jack Howarth wrote: > There is one other issue that I have been > pondering about filing a PR. In fink and MacPorts, FSF gcc is built > and packaged using either... > > --prefix=/s

Re: [PATCH] PR64635 - load libgomp-plugin-host_nonshm shared library with correct suffix

2015-01-28 Thread Jack Howarth
Mike, Thanks for the commit. There is one other issue that I have been pondering about filing a PR. In fink and MacPorts, FSF gcc is built and packaged using either... --prefix=/sw/lib/gcc5.0 or --libdir=/opt/local/lib/gcc5 such that the libraries for each gcc release are buried. While th

Re: [PATCH] PR64635 - load libgomp-plugin-host_nonshm shared library with correct suffix

2015-01-28 Thread Mike Stump
On Jan 28, 2015, at 1:03 PM, Jakub Jelinek wrote: > Please add > PR libgomp/64635 > to the ChangeLog entry. > Ok with that change. Committed revision 220218.

Re: [PATCH] PR64635 - load libgomp-plugin-host_nonshm shared library with correct suffix

2015-01-28 Thread Mike Stump
On Jan 28, 2015, at 12:52 PM, Jack Howarth wrote: > The attached patch solves PR64635 for those targets which produce a > libgomp-plugin-host_nonshm shared library with a suffix other than > ".so.1”. Nice...

Re: [PATCH] PR64635 - load libgomp-plugin-host_nonshm shared library with correct suffix

2015-01-28 Thread Jakub Jelinek
On Wed, Jan 28, 2015 at 03:52:25PM -0500, Jack Howarth wrote: >The attached patch solves PR64635 for those targets which produce a > libgomp-plugin-host_nonshm shared library with a suffix other than > ".so.1". A set of target specific plugin-suffix.h headers are > installed in libgomp/config/a

[PATCH] PR64635 - load libgomp-plugin-host_nonshm shared library with correct suffix

2015-01-28 Thread Jack Howarth
The attached patch solves PR64635 for those targets which produce a libgomp-plugin-host_nonshm shared library with a suffix other than ".so.1". A set of target specific plugin-suffix.h headers are installed in libgomp/config/aix, libgomp/config/darwin and libgomp/config/hpux as well as a generic