These functions can not be compiled with --disable-tcg. But since we
need the other functions from helper.c in the non-tcg build, we can also
not simply remove helper.c from the non-tcg builds. Thus the problematic
functions have to be moved into a separate new file instead that we
can later omit in the non-tcg builds.
Signed-off-by: Thomas Huth<address@hidden>
---
target/s390x/Makefile.objs | 2 +-
target/s390x/cpu.h | 8 +
target/s390x/{helper.c => excp_helper.c} | 307 +-------------------
target/s390x/helper.c | 472 +------------------------------
4 files changed, 15 insertions(+), 774 deletions(-)
copy target/s390x/{helper.c => excp_helper.c} (67%)