This is the mail archive of the glibc-bugs@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]

[Bug linuxthreads/674] Error compiling linuxthreads in glibc 2.3.4


------- Additional Comments From drow at sources dot redhat dot com  2006-04-26 15:13 -------
More relevant for the original report:
  http://sourceware.org/ml/libc-ports/2006-04/msg00039.html

I won't fix it, but someone else is welcome to.  You don't want to export _errno
in this case.  Rather, you want to separate the TLS bits that make LinuxThreads
use floating stacks from the TLS bits that say to get errno from libc.so using
TLS.  The pointer/stack guard stuff should also be conditioned on "really have
TLS" rather than "using floating stacks".

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=674

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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