Extract 500 lines of op_helper.c into 2 new files: sys_helper.c and fpu_helper.c, easing my life with "cpu.h" header cleanup.
Philippe Mathieu-Daudé (2): target/hppa: Extract FPU helpers to fpu_helper.c target/hppa: Extract system helpers to sys_helper.c target/hppa/fpu_helper.c | 450 ++++++++++++++++++++++++++++++++++ target/hppa/meson.build | 2 + target/hppa/op_helper.c | 504 --------------------------------------- target/hppa/sys_helper.c | 99 ++++++++ 4 files changed, 551 insertions(+), 504 deletions(-) create mode 100644 target/hppa/fpu_helper.c create mode 100644 target/hppa/sys_helper.c -- 2.38.1