cvs commit: src/lib/libc/gen Makefile.inc
David Xu
davidxu at freebsd.org
Wed Mar 9 04:57:40 PST 2005
Matthew Dillon wrote:
:I have not touched crt1 code to call tls initialization code yet,
:since these tls code can not run on old kernel, it will result a
:core file, I will delay touching crt1 code for three days, this
:gives people some time to update kernel.
:
:David Xu
We have to make sure that any new libc works with older kernels, at
least for programs which do not use the TLS support (i.e. non threaded
programs and old libc_r threaded programs).
I was wrong, it is the program has __thread in code will crash
on old kernel. :)
-Matt
Matthew Dillon
<dillon at xxxxxxxxxxxxx>
More information about the Commits
mailing list