qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

fpu: rename softfloat-specialize.h -> .inc.c

This is not a normal header and should only be included in the main
softfloat.c file to bring in the various target specific
specialisations. Indeed as it contains non-inlined C functions it is
not even a legal header. Rename it to match our included C convention.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

+1 -1
fpu/softfloat-specialize.h fpu/softfloat-specialize.inc.c
+1 -1
fpu/softfloat.c
··· 634 634 | are propagated from function inputs to output. These details are target- 635 635 | specific. 636 636 *----------------------------------------------------------------------------*/ 637 - #include "softfloat-specialize.h" 637 + #include "softfloat-specialize.inc.c" 638 638 639 639 /* Canonicalize EXP and FRAC, setting CLS. */ 640 640 static FloatParts sf_canonicalize(FloatParts part, const FloatFmt *parm,