On Mon, Jul 14, 2025 at 9:44 PM Uros Bizjak <ubiz...@gmail.com> wrote:
>
> On Mon, Jul 14, 2025 at 2:34 PM H.J. Lu <hjl.to...@gmail.com> wrote:
> >
> > OK to install?
>
> This should at least say that the new option is enabled by default
> with glibc targets.
>
> Uros.

Like this?

-- 
H.J.
From c3f9d5d1040b08751e949d3fdbd2b5f7909157cb 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 v2] 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..fd542df4 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> for x86-64 by default to use
+      <code>__fentry__</code>, instead of <code>mcount</code> for
+      profiling.  This option is enabled by default for glibc targets.
+  </li>
+
 <h3 id="amdgcn">AMD GPU (GCN)</h3>
 
 <ul>
-- 
2.50.1

Reply via email to