On Sat, Aug 2, 2025 at 5:12 PM Gerald Pfeifer <ger...@pfeifer.com> wrote: > > H.J., I assume you also wanted to activate the respective section? >
Yes. Thanks. > Pushed. > > Gerald > --- > htdocs/gcc-16/changes.html | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html > index 37fcb605..a75d3b5a 100644 > --- a/htdocs/gcc-16/changes.html > +++ b/htdocs/gcc-16/changes.html > @@ -129,13 +129,15 @@ for general information.</p> > > <!-- <h3 id="avr">AVR</h3> --> > > -<!-- <h3 id="x86">IA-32/x86-64</h3> --> > +<h3 id="x86">IA-32/x86-64</h3> > > +<ul> > <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> > +</ul> > > <h3 id="amdgcn">AMD GPU (GCN)</h3> > > -- > 2.50.1 -- H.J.