This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RFC: Use secondary pthread functions in glibc


Hi,

I created hjl/pthread glibc branch to use STB_SECONDARY for
pthread functions. libc contains secondary pthread functions which are
pre-empted by libpthread.a at link-time or libpthread.so at run-time.
This should address issues of static linking with libpthread.a:

http://www.sourceware.org/bugzilla/show_bug.cgi?id=5780
http://www.sourceware.org/bugzilla/show_bug.cgi?id=14556

The current hjl/secondary binutils branch from

http://git.kernel.org/?p=linux/kernel/git/hjl/binutils.git;a=summary

is needed to properly build glibc.

Any comments?

Thanks.

-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]