aboutsummaryrefslogtreecommitdiff
path: root/tcg/ppc64/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-03-25 08:11:53 -0700
committerRichard Henderson <rth@twiddle.net>2014-06-23 07:31:26 -0700
commita921fddcc1c9aae30c89e408f1e31e831a0a4389 (patch)
tree233dc4f5ee597df6e383e4493dbbfca941f51b3b /tcg/ppc64/tcg-target.h
parent3bf4a1ed61db1336c458a4263a60627e24106cc9 (diff)
tcg-ppc64: Move call macros out of tcg-target.h
These values are private to tcg.c; we don't need to expose this nonsense to the translators. Tested-by: Tom Musta <tommusta@gmail.com> Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/ppc64/tcg-target.h')
-rw-r--r--tcg/ppc64/tcg-target.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tcg/ppc64/tcg-target.h b/tcg/ppc64/tcg-target.h
index 57c6abc1e9..d3a1b5311d 100644
--- a/tcg/ppc64/tcg-target.h
+++ b/tcg/ppc64/tcg-target.h
@@ -41,10 +41,6 @@ typedef enum {
TCG_AREG0 = TCG_REG_R27
} TCGReg;
-/* used for function call generation */
-#define TCG_TARGET_STACK_ALIGN 16
-#define TCG_TARGET_CALL_STACK_OFFSET 48
-
/* optional instructions automatically implemented */
#define TCG_TARGET_HAS_ext8u_i32 0 /* andi */
#define TCG_TARGET_HAS_ext16u_i32 0
@@ -102,6 +98,4 @@ typedef enum {
#define TCG_TARGET_HAS_muluh_i64 1
#define TCG_TARGET_HAS_mulsh_i64 1
-#define TCG_TARGET_EXTEND_ARGS 1
-
#endif