summary refs log tree commit diff stats
path: root/tcg/ppc
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-05-29 13:57:57 -0700
committerRichard Henderson <rth@twiddle.net>2014-06-04 14:10:26 -0700
commit3d1b2ff62c65a52a85fb3f9de12bde55d55892df (patch)
tree5d52b824275083cb28ac06d27e5c9cf4c6cf7b9b /tcg/ppc
parent76782fab1c69c7a995ac24aedb97c53f80d95289 (diff)
downloadfocaccia-qemu-3d1b2ff62c65a52a85fb3f9de12bde55d55892df.tar.gz
focaccia-qemu-3d1b2ff62c65a52a85fb3f9de12bde55d55892df.zip
tcg: Remove TCG_TARGET_HAS_new_ldst
Since all backends have been converted, remove the compatibility code.

Acked-by: Claudio Fontana <claudio.fontana@huawei.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/ppc')
-rw-r--r--tcg/ppc/tcg-target.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tcg/ppc/tcg-target.h b/tcg/ppc/tcg-target.h
index dd7e557948..05069ae2d8 100644
--- a/tcg/ppc/tcg-target.h
+++ b/tcg/ppc/tcg-target.h
@@ -100,8 +100,6 @@ typedef enum {
 #define TCG_TARGET_HAS_muluh_i32        0
 #define TCG_TARGET_HAS_mulsh_i32        0
 
-#define TCG_TARGET_HAS_new_ldst         1
-
 #define TCG_AREG0 TCG_REG_R27
 
 #define tcg_qemu_tb_exec(env, tb_ptr) \