On 06/27/2017 05:34 PM, Michael Meissner wrote:
> In going through the target_clone support for the PowerPC, I noticed
> that the default target clone function was not explicitly set to private.
> This
> patch fixes this. I have checked both the x86_64 and PowerPC target clone
> code, and the patch does make it private.
>
> I'm doing bootstrap builds on both little endian power8 and an x86_64 system
> right now (both builds are at stage3, so I don't expect any problems).
> Assuming there is no regression, can I check this patch in to the trunk?
>
> 2017-06-27 Michael Meissner <meiss...@linux.vnet.ibm.com>
>
> PR ipa/81238
> * multiple_target.c (create_dispatcher_calls): Set the default
> clone to be static, not public.
OK.
jeff