[Bug libc/29249] csu/libc-tls.c:202: undefined reference to `_startup_fatal_not_constant'
fweimer at redhat dot com
sourceware-bugzilla@sourceware.org
Wed Jun 15 07:11:56 GMT 2022
https://sourceware.org/bugzilla/show_bug.cgi?id=29249
Florian Weimer <fweimer at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fweimer at redhat dot com
Ever confirmed|0 |1
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2022-06-15
--- Comment #1 from Florian Weimer <fweimer at redhat dot com> ---
Probably build with more optimization? We build all targets regularly using
different GCC versions, and have not seen this issue.
We may not have a working strlen this early during statically linked process
startup, which is why we rely on the compiler to compute the string length for
us.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list