OK to install? -- H.J.
From ba8825b15df0172f1c95fd46526fb734ec7a6646 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" <hjl.to...@gmail.com> Date: Mon, 14 Jul 2025 20:32:11 +0800 Subject: [PATCH] gcc-16/changes.html: Add --enable-x86-64-mfentry
Signed-off-by: H.J. Lu <hjl.to...@gmail.com> --- htdocs/gcc-16/changes.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html index cc6fe204..9149fa28 100644 --- a/htdocs/gcc-16/changes.html +++ b/htdocs/gcc-16/changes.html @@ -118,6 +118,12 @@ for general information.</p> <!-- <h3 id="x86">IA-32/x86-64</h3> --> + <li>The <code>--enable-x86-64-mfentry</code> configure option is + added to enable <code>-mfentry</code> by default to use + <code>__fentry__</code>, instead of <code>mcount</code> for + profiling. + </li> + <h3 id="amdgcn">AMD GPU (GCN)</h3> <ul> -- 2.50.1