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 f4732326bbde9f7806b7a1d59d596998c55c54b7 (commit)
from 1845c708ee69271cb04af7ef7e639cebbdab6f17 (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 f4732326bbde9f7806b7a1d59d596998c55c54b7
Author: Sam James <[email protected]>
Date: Sat Aug 23 11:24:14 2025 +0100
gcc-16/changes.html: Add --enable-tls=DIALECT for IA-32/x86-64
diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html
index a75d3b5a..f490253e 100644
--- a/htdocs/gcc-16/changes.html
+++ b/htdocs/gcc-16/changes.html
@@ -137,6 +137,11 @@ for general information.</p>
instead of <code>mcount</code> for profiling on x86-64. This
option is enabled by default for glibc targets.
</li>
+ <li><code>--enable-tls=DIALECT</code> is now supported to control the
+ default TLS dialect. The default if unspecified remains <code>gnu</code>.
+ The accepted values are <code>gnu</code> and <code>gnu2</code> (for
+ TLS descriptors).
+ </li>
</ul>
<h3 id="amdgcn">AMD GPU (GCN)</h3>
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-16/changes.html | 5 +++++
1 file changed, 5 insertions(+)
hooks/post-receive
--
gcc-wwwdocs