summaryrefslogtreecommitdiffstats
path: root/target/m68k/cpu.h
diff options
context:
space:
mode:
authorAlex Bennée2018-01-19 17:36:40 +0100
committerAlex Bennée2018-02-21 11:20:19 +0100
commitcfd88fc6f2722def193f5ef271381d8f6e2a2526 (patch)
treedd68bdc2969247e11137d2fd99e9720fd8b0532a /target/m68k/cpu.h
parentinclude/fpu/softfloat: remove USE_SOFTFLOAT_STRUCT_TYPES (diff)
downloadqemu-cfd88fc6f2722def193f5ef271381d8f6e2a2526.tar.gz
qemu-cfd88fc6f2722def193f5ef271381d8f6e2a2526.tar.xz
qemu-cfd88fc6f2722def193f5ef271381d8f6e2a2526.zip
fpu/softfloat-types: new header to prevent excessive re-builds
The main culprit here is bswap.h which pulled in softfloat.h so it could use the types in its CPU_Float* and ldfl/stfql functions. As bswap.h is very widely included this added a compile dependency every time we touch softfloat.h. Move the typedefs for each float type into their own file so we don't re-build the world every time we tweak the main softfloat.h header. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/m68k/cpu.h')
0 files changed, 0 insertions, 0 deletions