OSDN Git Service

softfloat: Name compare relation enum
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 5 May 2020 17:22:05 +0000 (10:22 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 19 May 2020 15:41:45 +0000 (08:41 -0700)
commit71bfd65c5fcd72f8af2735905415c7ce4220f6dc
tree7d8723d20c9725f97a1f3c0f03520ea46a9ea8d0
parent3dede407cc61b64997f0c30f6dbf4df09949abc9
softfloat: Name compare relation enum

Give the previously unnamed enum a typedef name.  Use it in the
prototypes of compare functions.  Use it to hold the results
of the compare functions.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
12 files changed:
fpu/softfloat.c
include/fpu/softfloat.h
target/arm/vfp_helper.c
target/hppa/op_helper.c
target/i386/fpu_helper.c
target/i386/ops_sse.h
target/openrisc/fpu_helper.c
target/ppc/int_helper.c
target/s390x/fpu_helper.c
target/sparc/fop_helper.c
target/unicore32/ucf64_helper.c
target/xtensa/fpu_helper.c