Re: [PATCH v2] gcc-16/changes.html: Add --enable-x86-64-mfentry

2025-07-15 Thread Gerald Pfeifer
On Tue, 15 Jul 2025, Uros Bizjak wrote: > LGTM for content, but let's ask Gerald to proofread the entry. Happy to! + The --enable-x86-64-mfentry configure option is + added to enable -mfentry for x86-64 by default to use + __fentry__, instead of mcount for + profiling. This optio

Re: [PATCH v2] gcc-16/changes.html: Add --enable-x86-64-mfentry

2025-07-14 Thread Uros Bizjak
On Mon, Jul 14, 2025 at 9:39 PM H.J. Lu wrote: > > > OK to install? > > > > This should at least say that the new option is enabled by default > > with glibc targets. > > > > Uros. > > Like this? LGTM for content, but let's ask Gerald to proofread the entry. Thanks, Uros.

[PATCH v2] gcc-16/changes.html: Add --enable-x86-64-mfentry

2025-07-14 Thread H.J. Lu
1040b08751e949d3fdbd2b5f7909157cb Mon Sep 17 00:00:00 2001 From: "H.J. Lu" 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 --- htdocs/gcc-16/changes.html | 6 ++ 1 file changed, 6 insertions(+) diff