On Tue, Sep 15, 2015 at 11:24 AM, Lynn A. Boger <labo...@linux.vnet.ibm.com> wrote: > > I need some feedback on whether to enable the gold linker at > all for split stack on platforms other than Power in gcc/configure.ac. > I don't know if there are gold linker versions that should be verified for > non-Power platforms. My first patch only enabled it on Power and that > is what I think should be done. Those who would like to use gold > with split stack for other platforms can enable it under the appropriate > conditions.
I think that is fine for now. If you want to enable gold for i386/x86_64 with -fsplit-stack, that is also fine. Ian