[Bug 235751] Failure to init TLS variables with func ptr inside shared lib
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Mar 10 23:18:47 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235751
--- Comment #4 from Mark Millard <marklmi26-fbsd at yahoo.com> ---
Hmm. For:
hydra$ echo $CC
/usr/local/bin/gcc8
hydra$ echo $CFLAGS
-g -m64 -std=c99 -fno-builtin -O0 -mcpu=970 -mcall-freebsd -mno-altivec
-mno-float128 -mno-float128-hardware -mfull-toc -mregnames
-fno-unsafe-math-optimizations
the system compiler and libraries were not in use.
I'd expect an ldd on the ./foo to have shown gcc
libraries involved, possibly spanning at least parts
of gcc's thread local storage support.
I'm not so sure that "Base System" was the right place
for this report, in fact it might not even be a FreeBSD
specific issue as presented.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list