]> git.proxmox.com Git - qemu.git/commit
mips-linux-user: Always support rdhwr.
authorRichard Henderson <rth@twiddle.net>
Fri, 30 Mar 2012 17:16:37 +0000 (13:16 -0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 28 Aug 2012 06:50:03 +0000 (01:50 -0500)
commit8d45ae83523ae29fc05c6a3f7af3d863e3af18e7
tree83b90477b0d20dcb08ccb1408a83644a9e035ce9
parent2f0f684cce95a9e0ef709cc2614fd1512cf0bb85
mips-linux-user: Always support rdhwr.

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 <rth@twiddle.net>
Cc: Riku Voipio <riku.voipio@iki.fi>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
(cherry picked from commit b3167288367f79754b74ad933146e37938ebff13)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-mips/translate.c