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 a5671a197362267ebda011c7b1ea0fa6b7e66fab (commit) from 40d5fbdfa920462fa09391b49de307263262127e (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 a5671a197362267ebda011c7b1ea0fa6b7e66fab Author: H.J. Lu <hjl.to...@gmail.com> Date: Mon Jul 14 20:32:11 2025 +0800 gcc-16/changes.html: Add --enable-x86-64-mfentry Signed-off-by: H.J. Lu <hjl.to...@gmail.com> diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html index 19304ce1..37fcb605 100644 --- a/htdocs/gcc-16/changes.html +++ b/htdocs/gcc-16/changes.html @@ -131,6 +131,12 @@ for general information.</p> <!-- <h3 id="x86">IA-32/x86-64</h3> --> + <li>The new <code>--enable-x86-64-mfentry</code> configure option + enables <code>-mfentry</code> which uses <code>__fentry__</code>, + instead of <code>mcount</code> for profiling on x86-64. This + option is enabled by default for glibc targets. + </li> + <h3 id="amdgcn">AMD GPU (GCN)</h3> <ul> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-16/changes.html | 6 ++++++ 1 file changed, 6 insertions(+) hooks/post-receive -- gcc-wwwdocs