You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far only a per thread canary in the TLS block is supported on SystemZ. This patch for GCC adds support for a global canary, too. For this the new option -mstack-protector-guard={global,tls} is added which defaults to tls. As described in the patch, also option -mstack-protector-guard-record is added. More details are in the commit message.