[Bug build/33165] [2.42 Regression] FAIL: elf/check-localplt
cvs-commit at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Thu Jul 17 12:49:55 GMT 2025
https://sourceware.org/bugzilla/show_bug.cgi?id=33165
--- Comment #6 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by H.J. Lu <hjl@sourceware.org>:
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=13bf7812ef512d86d026ada34e75b22692152441
commit 13bf7812ef512d86d026ada34e75b22692152441
Author: H.J. Lu <hjl.tools@gmail.com>
Date: Wed Jul 16 17:17:34 2025 -0700
x86-64: Compile ISA versions of modf/modff with -fno-stack-protector
Since modf and modff are compiled into both libc and libm, when glibc is
configured with --enable-stack-protector=all, ISA versions of modf and
modff should be compiled with -fno-stack-protector to avoid calling
__stack_chk_fail via PLT in libc.so.
This fixes BZ #33165.
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Andreas K. Huettel <dilfridge@gentoo.org>
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list