]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
invoke.texi (i386 Option): Reword -mstack-protector-guard description.
authorUros Bizjak <ubizjak@gmail.com>
Tue, 16 Apr 2013 16:13:35 +0000 (18:13 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 16 Apr 2013 16:13:35 +0000 (18:13 +0200)
* doc/invoke.texi (i386 Option): Reword -mstack-protector-guard
description.

From-SVN: r198002

gcc/ChangeLog
gcc/doc/invoke.texi

index 60f941e5f9290de8777e637646ef111c76f66972..98e170ef475904ca301cf9d271d352160b9efd42 100644 (file)
@@ -1,3 +1,8 @@
+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
index e136c9d19f9f573e121b2c5183cbf890ef27bcc0..782b5695472a8b78e89beb40ea1c5841ee34f488 100644 (file)
@@ -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