> -----Original Message-----
> From: Richard Henderson <richard.hender...@linaro.org>
> Sent: Thursday, December 23, 2021 9:56 PM
> To: qemu-devel@nongnu.org
> Cc: alex.ben...@linaro.org; Taylor Simpson <tsimp...@quicinc.com>
> Subject: [PATCH 1/2] tests/tcg/multiarch: Read fp flags before printf
>
> We need to read the floating-point flags before printf may do other floating-
> point operations which may affect the flags.
>
> Hexagon reference files regenerated by Taylor Simpson.
>
> Signed-off-by: Taylor Simpson <tsimp...@quicinc.com>
> Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
> Message-Id: <1639510781-3790-1-git-send-email-tsimp...@quicinc.com>
> ---
> tests/tcg/multiarch/float_convs.c | 2 +-
> tests/tcg/multiarch/float_madds.c | 2 +-
> tests/tcg/hexagon/float_convs.ref | 152 +++++++++++++++---------------
> tests/tcg/hexagon/float_madds.ref | 48 +++++-----
> 4 files changed, 102 insertions(+), 102 deletions(-)
Reviewed-by: Taylor Simpson <tsimp...@quicinc.com>
Was Hexagon the only target that needed new ref files?