This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] PR66870 PowerPC64 Enable gold linker with split stack
- From: David Edelsohn <dje dot gcc at gmail dot com>
- To: Matthias Klose <doko at ubuntu dot com>
- Cc: "Lynn A. Boger" <laboger at linux dot vnet dot ibm dot com>, gcc-patches <gcc-patches at gcc dot gnu dot org>, Ian Taylor <iant at golang dot org>, Alan Modra <amodra at gmail dot com>
- Date: Wed, 19 Aug 2015 15:37:10 -0400
- Subject: Re: [PATCH] PR66870 PowerPC64 Enable gold linker with split stack
- Authentication-results: sourceware.org; auth=none
- References: <55D39752 dot 5090602 at linux dot vnet dot ibm dot com> <55D4DA0B dot 6000106 at ubuntu dot com>
On Wed, Aug 19, 2015 at 3:33 PM, Matthias Klose <doko@ubuntu.com> wrote:
> why keep the old behaviour for other archs that have split stack support? Is it
> really necessary to make this dependent on the target? I'm still using an
> unreviewed/unpinged patch to enable gold for gccgo (attached).
I much prefer your patch.
Thanks, David