Re: [Qemu-devel] [PATCH 4/5] linux-user: Add access to TLS registers

2010-01-26 Thread Riku Voipio
On Tue, Jan 26, 2010 at 05:27:27PM +0100, Laurent Desnogues wrote: > On Tue, Jan 26, 2010 at 5:00 PM, Riku Voipio wrote: > > From: Riku Voipio > > > > If you compile applications with gcc -mtp=cp15, __thread > > access's will generate an abort. Implement accessing allowed > > cp15.c13 registers o

Re: [Qemu-devel] [PATCH 4/5] linux-user: Add access to TLS registers

2010-01-26 Thread Laurent Desnogues
On Tue, Jan 26, 2010 at 5:00 PM, Riku Voipio wrote: > From: Riku Voipio > > If you compile applications with gcc -mtp=cp15, __thread > access's will generate an abort. Implement accessing allowed > cp15.c13 registers on ARMv6K+ in linux-user. > > Signed-off-by: Riku Voipio > --- >  target-arm/he

[Qemu-devel] [PATCH 4/5] linux-user: Add access to TLS registers

2010-01-26 Thread Riku Voipio
From: Riku Voipio If you compile applications with gcc -mtp=cp15, __thread access's will generate an abort. Implement accessing allowed cp15.c13 registers on ARMv6K+ in linux-user. Signed-off-by: Riku Voipio --- target-arm/helper.c | 27 ++- 1 files changed, 26 insert