]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
fpu: make softfloat-macros "self-contained"
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 8 Aug 2019 16:05:15 +0000 (17:05 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 19 Aug 2019 11:07:13 +0000 (12:07 +0100)
The macros use the "flags" type and to be consistent if anyone just
needs the macros we should bring in the header we need. There is an
outstanding TODO to audit the use of "flags" and replace with bool at
which point this include could be dropped.

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

index 3a956736742e18a1886514948e1a1dd317cb21de..605c4f4bc62c8d3bd133a5d8874a457c343031f8 100644 (file)
@@ -82,7 +82,7 @@ this code that are retained.
 #ifndef FPU_SOFTFLOAT_MACROS_H
 #define FPU_SOFTFLOAT_MACROS_H
 
-#include "fpu/softfloat.h"
+#include "fpu/softfloat-types.h"
 
 /*----------------------------------------------------------------------------
 | Shifts `a' right by the number of bits given in `count'.  If any nonzero