]> git.ipfire.org Git - thirdparty/gcc.git/commit
rs6000: Fix the new SSP guard configuration code (PR79140)
authorSegher Boessenkool <segher@kernel.crashing.org>
Fri, 20 Jan 2017 01:22:27 +0000 (02:22 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Fri, 20 Jan 2017 01:22:27 +0000 (02:22 +0100)
commit01334be4a08330081eb74181faec5fbb4c30bcda
treef98a91b994292cfbac91ec3a5421a13088238def
parentd821744c630acda55c7a5ff59e6cfd184132be74
rs6000: Fix the new SSP guard configuration code (PR79140)

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.

PR target/78875
PR target/79140
* config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
define to rs6000_init_stack_protect_guard.
(rs6000_init_stack_protect_guard): New function.

From-SVN: r244677
gcc/ChangeLog
gcc/config/rs6000/rs6000.c