Re: hppa nptl switch

2009-08-31 Thread Petr Salinger
Hi. I spent the last two days rewriting the pthread structure layouts for hppa's nptl implementation. It looks very nice and promising now, thanks. I was able to restructure both pthread_mutex_t, and pthread_rwlock_t to be 100% ABI compatible with Linuxthreads. Strictly speaking,

Re: hppa nptl switch

2009-08-31 Thread Carlos O'Donell
On Mon, Aug 31, 2009 at 4:16 AM, Petr Salingerpetr.salin...@seznam.cz wrote: Hi. I spent the last two days rewriting the pthread structure layouts for hppa's nptl implementation. It looks very nice and promising now, thanks. I was able to restructure both pthread_mutex_t, and

Re: hppa nptl switch

2009-08-31 Thread Frans Pop
Carlos O'Donell wrote: In practice it shouldn't be problem at all. Debian should make sure that binary/library compiled against NPTL-hppa-glibc will require NPTL-hppa-glibc by proper Depends: line like libc6 (= 2.10). Does every package have to do this? I'm not very familiar with all the

Re: hppa nptl switch

2009-08-31 Thread Carlos O'Donell
On Mon, Aug 31, 2009 at 12:46 PM, Frans Popelen...@planet.nl wrote: Carlos O'Donell wrote: In practice it shouldn't be problem at all. Debian should make sure that binary/library compiled against NPTL-hppa-glibc will require NPTL-hppa-glibc by proper Depends: line like libc6 (= 2.10). Does