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

Jakub Jelinek jakub@redhat.com
Wed Jan 28 21:23:00 GMT 2015


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/aix, libgomp/config/darwin and
> libgomp/config/hpux as well as a generic plugin-suffix.h in
> libgomp/config/posix. For aix, darwin and hpux, configure.tgt is
> modified to add the new config directory to the config_path search
> path for those targets. Finally the new plugin-suffix.h is included in
> target.c and its target-specific SONAME_SUFFIX macro is used to set
> the plugin's suffix. Bootstrap and libgomp regression tested on
> x86_64-apple-darwin14.
>           Okay for gcc truink?

Please add
	PR libgomp/64635
to the ChangeLog entry.
Ok with that change.

	Jakub



More information about the Gcc-patches mailing list