Re: [Qemu-devel] What happened with NPTL/TLS support?

2007-11-02 Thread Thayne Harbaugh
On Fri, 2007-11-02 at 15:28 +0200, Felipe Contreras wrote: > On 10/22/07, Thayne Harbaugh <[EMAIL PROTECTED]> wrote: > > > > On Sat, 2007-10-20 at 21:34 +0100, Thiemo Seufer wrote: > > > Please submit this patch (and resend what you think was missed). > > > > I'll get them reworked and re-sent

Re: [Qemu-devel] What happened with NPTL/TLS support?

2007-11-02 Thread Felipe Contreras
On 10/22/07, Thayne Harbaugh <[EMAIL PROTECTED]> wrote: > > On Sat, 2007-10-20 at 21:34 +0100, Thiemo Seufer wrote: > > Thayne Harbaugh wrote: > > > > > > On Fri, 2007-10-12 at 18:12 +0300, Felipe Contreras wrote: > > > > Hi, > > > > > > > > When I try to use codesourcery's toolchain arm-2006q3-27

Re: [Qemu-devel] What happened with NPTL/TLS support?

2007-10-22 Thread Thayne Harbaugh
On Sat, 2007-10-20 at 21:34 +0100, Thiemo Seufer wrote: > Thayne Harbaugh wrote: > > > > On Fri, 2007-10-12 at 18:12 +0300, Felipe Contreras wrote: > > > Hi, > > > > > > When I try to use codesourcery's toolchain arm-2006q3-27 in my Fedora > > > 7 box I always have the following issue: > > > >

Re: [Qemu-devel] What happened with NPTL/TLS support?

2007-10-20 Thread Thiemo Seufer
Thayne Harbaugh wrote: > > On Fri, 2007-10-12 at 18:12 +0300, Felipe Contreras wrote: > > Hi, > > > > When I try to use codesourcery's toolchain arm-2006q3-27 in my Fedora > > 7 box I always have the following issue: > > > > qemu: Unsupported syscall: 983045 > > Yep, I've seen that before. > >

Re: [Qemu-devel] What happened with NPTL/TLS support?

2007-10-14 Thread Paul Brook
On Friday 12 October 2007, Felipe Contreras wrote: > Hi, > > When I try to use codesourcery's toolchain arm-2006q3-27 in my Fedora > 7 box I always have the following issue: > > qemu: Unsupported syscall: 983045 > > I guess it's a problem of NPTL incompatibility. Anyway, the patch that > Paul Brook

Re: [Qemu-devel] What happened with NPTL/TLS support?

2007-10-12 Thread Thayne Harbaugh
On Fri, 2007-10-12 at 18:12 +0300, Felipe Contreras wrote: > Hi, > > When I try to use codesourcery's toolchain arm-2006q3-27 in my Fedora > 7 box I always have the following issue: > > qemu: Unsupported syscall: 983045 Yep, I've seen that before. > I guess it's a problem of NPTL incompatibili

[Qemu-devel] What happened with NPTL/TLS support?

2007-10-12 Thread Felipe Contreras
Hi, When I try to use codesourcery's toolchain arm-2006q3-27 in my Fedora 7 box I always have the following issue: qemu: Unsupported syscall: 983045 I guess it's a problem of NPTL incompatibility. Anyway, the patch that Paul Brook sent a while ago solves it [1]. I wonder if it can be integrated