unsubscribe

2003-02-28 Thread Richard Jones
unsubscribe [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



pthreads version needed

2002-10-02 Thread Richard Jones


I've been unable to find the version of pthreads that I need. I've looked (iwth 
objdump) at the prebuilt libc6 package (2.2.5-14.3) and also through the glibc 
sources but it's unclear to me how to configure them to get what I need.

In short, I need a version of libc6 built to to use the GS segment register to 
access pthread-local storage. I am running debian testing, kernel 2.4.18, libc6 
version 2.2.5-14.3 on a pentium 3.

The only use of the %gs register I can find in the sources is in 
linuxthreads/sysdeps/i386/i686/pt-machine.h
but this is only included if __ASSUME_LDT_WORKS is set in
glibc-2.2.5/sysdeps/unix/sysv/linux/kernel-features.h
^
which doesn't sound right.

Thanks for any help
Richard


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




libc6 help

2002-09-27 Thread Richard Jones


Hi

I hope that this is not a question that some FAQ answers, but if it is then I 
could not find it!

I need a version of pthreads that is built with GS segment addressing rather 
than stack-pointer arithmetic to find pthread-specific state (I understand that
glibc 2.2.4 on RedHat is build with this by default for instance). 

Currently I am running debian testing, kernel version 2.4.18 with glibc 
2.2.5-11.1 on a Pentium 4.

TIA

Richard Jones


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]