Hi!
Here's another update. Does this look okay? (I'll fix the conflict
with Mike's patch, of course).
Thanks,
Segher
Index: htdocs/gcc-7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-7/changes.html,v
retrieving revision 1.77
diff -U 3 -r1.77 changes.html
--- htdocs/gcc-7/changes.html 17 Apr 2017 22:12:35 -0000 1.77
+++ htdocs/gcc-7/changes.html 20 Apr 2017 22:04:58 -0000
@@ -1005,6 +1005,11 @@
<li>GCC now diagnoses inline assembly that clobbers register r2.
This has always been invalid code, and is no longer quietly
tolerated.</li>
+ <li>There are new options <code>-mstack-protector-guard=global</code>,
+ <code>-mstack-protector-guard=tls</code>,
+ <code>-mstack-protector-guard-reg=</code>, and
+ <code>-mstack-protector-guard-offset=</code>, to change how the stack
+ protector gets the value to use as canary.</li>
</ul>
<!-- <h3 id="s390">S/390, System z, IBM z Systems</h3> -->