Re: [Qemu-devel] [PATCH 2/2] mips-linux-user: Always support rdhwr.

2012-08-27 Thread Aurelien Jarno
On Fri, Mar 30, 2012 at 01:16:37PM -0400, Richard Henderson wrote: > The kernel will emulate this instruction if it's not supported > natively. This insn is used for TLS, among other things, and > so is required by modern glibc. > > Signed-off-by: Richard Henderson > Cc: Riku Voipio > --- > ta

[Qemu-devel] [PATCH 2/2] mips-linux-user: Always support rdhwr.

2012-03-30 Thread Richard Henderson
The kernel will emulate this instruction if it's not supported natively. This insn is used for TLS, among other things, and so is required by modern glibc. Signed-off-by: Richard Henderson Cc: Riku Voipio --- target-mips/translate.c |4 1 files changed, 4 insertions(+), 0 deletions(-)