This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]