On 8/8/19 9:41 AM, Alex Bennée wrote: > Generally the cpu and non-FP helper files just want to manipulate the > softfloat flags. For this they can just use the -helpers.h include > which brings in a minimal number of inline helpers. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > --- > target/alpha/helper.c | 2 +- > target/microblaze/cpu.c | 2 +- > target/s390x/cpu.c | 2 +- > target/sh4/cpu.c | 3 +-- > target/tricore/helper.c | 2 +- > target/unicore32/cpu.c | 1 - > 6 files changed, 5 insertions(+), 7 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~