On Fri, Aug 1, 2025 at 4:24 AM Gerald Pfeifer <ger...@pfeifer.com> wrote: > > On Tue, 29 Jul 2025, H.J. Lu wrote: > > No. --enable-x86-64-mfentry will make -mfentry, which replaces mcount > > with __fentry__, as the default. > > Got it. Thanks for your patience. > > > How about this? > > > > + <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> > > Yes, thank you. Just drop the comma before ", for profiling".
Fixed and pushed. Thanks. > Gerald -- H.J.