This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".
The branch, master has been updated
via 87741e98fd7b6ecc5b51aff9be2629e147d01724 (commit)
via 30d90b31e3e03b417ab76bd7cbd7ad1111437035 (commit)
from 874a869c93087b2d7ddb190e94b0fdc9b37ed0c8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 87741e98fd7b6ecc5b51aff9be2629e147d01724
Author: Stefan Schulze Frielinghaus <[email protected]>
Date: Wed Nov 12 11:26:15 2025 +0100
gcc-16: Mention global SP support for s390
diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html
index b2096d94..4f991a2b 100644
--- a/htdocs/gcc-16/changes.html
+++ b/htdocs/gcc-16/changes.html
@@ -254,6 +254,12 @@ for general information.</p>
<li>Bit-precise integer types (<code>_BitInt (<i>N</i>)</code> and
<code>unsigned _BitInt (<i>N</i>)</code>) are supported, now.
</li>
+ <li>Global stack protector support has been added and exported via
+ <code>-mstack-protector-guard=global</code>. Option
+ <code>-mstack-protector-guard-record</code> was added, too. The primary
+ use is for the Linux kernel in order to support run-time patching of the
+ address loading of the canary.
+ </li>
</ul>
<!-- <h3 id="riscv">RISC-V</h3> -->
commit 30d90b31e3e03b417ab76bd7cbd7ad1111437035
Author: Stefan Schulze Frielinghaus <[email protected]>
Date: Wed Nov 12 11:25:33 2025 +0100
gcc-16: Mention _BitInt support for s390
diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html
index 7f083694..b2096d94 100644
--- a/htdocs/gcc-16/changes.html
+++ b/htdocs/gcc-16/changes.html
@@ -248,7 +248,13 @@ for general information.</p>
<!-- <h3 id="powerpc">PowerPC / PowerPC64 / RS6000</h3> -->
-<!-- <h3 id="s390">S/390, System z, IBM z Systems</h3> -->
+<h3 id="s390">S/390, System z, IBM z Systems</h3>
+
+<ul>
+ <li>Bit-precise integer types (<code>_BitInt (<i>N</i>)</code> and
+ <code>unsigned _BitInt (<i>N</i>)</code>) are supported, now.
+ </li>
+</ul>
<!-- <h3 id="riscv">RISC-V</h3> -->
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-16/changes.html | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
hooks/post-receive
--
gcc-wwwdocs