Laurent Vivier writes:
> +#if defined(TARGET_M68K)
> +#define floatx80_default_nan_high 0x7FFF
> +#define floatx80_default_nan_low LIT64(0x4000)
The default NaN generated by the m68k FPU is all-bits-one (this is true
for all formats).
Andreas.
--
Andreas Schwab, sch...@linux-m68k
Signed-off-by: Laurent Vivier
---
configure | 2 +-
fpu/softfloat-specialize.h | 48 ++-
fpu/softfloat.c| 38 +-
gdb-xml/m68k-fp.xml| 21 +
include/fpu/softfloat.h| 11 +-
target-m68k/cpu.c | 9 +
target-m68k/cpu.h | 38 +-
targe