From 3cf246f0d402fdb80bfa2b3c0a20131f394c349d Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 3 Oct 2013 14:04:46 -0500 Subject: tcg: Add tcg-be-null.h This is a no-op backend data implementation, for those targets that are not currently using the load/store optimization path. This is prepatory to always requiring these functions in all backends. Signed-off-by: Richard Henderson --- tcg/sparc/tcg-target.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tcg/sparc') diff --git a/tcg/sparc/tcg-target.c b/tcg/sparc/tcg-target.c index 9574954..cbd1c91 100644 --- a/tcg/sparc/tcg-target.c +++ b/tcg/sparc/tcg-target.c @@ -22,6 +22,8 @@ * THE SOFTWARE. */ +#include "tcg-be-null.h" + #ifndef NDEBUG static const char * const tcg_target_reg_names[TCG_TARGET_NB_REGS] = { "%g0", -- cgit v1.1