On 07/21/2017 04:45 AM, Thomas Huth wrote:
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<th...@redhat.com>
---
target/s390x/Makefile.objs | 2 +-
target/s390x/cpu.h | 8 +
target/s390x/excp_helper.c | 515 +++++++++++++++++++++++++++++++++++++++++++++
target/s390x/helper.c | 472 +----------------------------------------
4 files changed, 528 insertions(+), 469 deletions(-)
create mode 100644 target/s390x/excp_helper.c
Reviewed-by: Richard Henderson <r...@twiddle.net>
r~