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] PR66870 PowerPC64 Enable gold linker with split stack


On 10.10.2015 16:00, David Edelsohn wrote:
On Fri, Oct 9, 2015 at 3:51 PM, Lynn A. Boger
<laboger@linux.vnet.ibm.com> wrote:
Here's a new one.

Tried all the variations, verified that split stack is still enabled and
uses gold linker for 64 bit targets
when using a 64 bit default compiler, and does not give the split stack
error for 32 bit default
compilers.

This is okay if Matthias confirms that it works.

yes, that fixes the build error.

using the preprocessor for this kind of check, you get wrong results for gcc -m32 on powerpc64, and for gcc -m64 on powerpc. The former looks like wrong code, while the latter is just missed optimization. Not sure if it is worth fixing this.

I lost track of the x86 status. Is this now enabled there as well?

Matthias


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