Commit 5e8e2af4 by Uros Bizjak Committed by Uros Bizjak

invoke.texi (i386 Option): Reword -mstack-protector-guard description.

	* doc/invoke.texi (i386 Option): Reword -mstack-protector-guard
	description.

From-SVN: r198002
parent 9fd9ccf7
2013-04-16 Uros Bizjak <ubizjak@gmail.com>
* doc/invoke.texi (i386 Option): Reword -mstack-protector-guard
description.
2013-04-16 Richard Biener <rguenther@suse.de>
PR tree-optimization/56756
......
......@@ -14596,9 +14596,9 @@ Split 32-byte AVX unaligned load and store.
@item -mstack-protector-guard=@var{guard}
@opindex mstack-protector-guard=@var{guard}
Generate stack protection code using canary at @var{guard}. Supported
locations are @samp{global} or @samp{tls} per thread at %gs:20 (the default).
This option has effect only when @option{-fstack-protector}
or @option{-fstack-protector-all} is also specified.
locations are @samp{global} for global canary or @samp{tls} for per-thread
canary in the TLS block (the default). This option has effect only when
@option{-fstack-protector} or @option{-fstack-protector-all} is specified.
@end table
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment