On Thu, Jan 19, 2017 at 6:00 PM, Segher Boessenkool <seg...@kernel.crashing.org> wrote: > I foolishly tested this with r241087 reverted. After that revision > default_stack_protect_guard is no longer called if the compiler defaults > to using the TLS guard, which of course is the wrong thing to do if > there is some other way to enable the global guard. > > This fixes it. > > Is this okay for trunk? Tested on powerpc64-linux {-m32,-m64}; also > will test on powerpc64le-linux. > > > Segher > > > 2017-01-19 Segher Boessenkool <seg...@kernel.crashing.org> > > PR target/79140 > * rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally define to > rs6000_init_stack_protect_guard. > (rs6000_init_stack_protect_guard): New function.
Okay. Thanks, David