Browse Source

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>
Alex Bennée 6 years ago
parent
commit
00f43279a3
2 changed files with 1 additions and 1 deletions
  1. 0 0
      fpu/softfloat-specialize.inc.c
  2. 1 1
      fpu/softfloat.c

+ 0 - 0
fpu/softfloat-specialize.h → fpu/softfloat-specialize.inc.c


+ 1 - 1
fpu/softfloat.c

@@ -634,7 +634,7 @@ static inline float64 float64_pack_raw(FloatParts p)
 | are propagated from function inputs to output.  These details are target-
 | are propagated from function inputs to output.  These details are target-
 | specific.
 | specific.
 *----------------------------------------------------------------------------*/
 *----------------------------------------------------------------------------*/
-#include "softfloat-specialize.h"
+#include "softfloat-specialize.inc.c"
 
 
 /* Canonicalize EXP and FRAC, setting CLS.  */
 /* Canonicalize EXP and FRAC, setting CLS.  */
 static FloatParts sf_canonicalize(FloatParts part, const FloatFmt *parm,
 static FloatParts sf_canonicalize(FloatParts part, const FloatFmt *parm,