]> Git Repo - qemu.git/commit
fpu: rename softfloat-specialize.h -> .inc.c
authorAlex Bennée <[email protected]>
Thu, 8 Aug 2019 16:18:21 +0000 (17:18 +0100)
committerAlex Bennée <[email protected]>
Mon, 19 Aug 2019 11:07:13 +0000 (12:07 +0100)
commit00f43279a3e5e7ea3a0fa853157863663e838e2e
tree21b0cc4cdc8723f3441b02f0df428e02ee682c15
parent5937fb63a92d54cc4e5270256e4387c4d3a70091
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 <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
fpu/softfloat-specialize.h [deleted file]
fpu/softfloat-specialize.inc.c [new file with mode: 0644]
fpu/softfloat.c
This page took 0.025816 seconds and 4 git commands to generate.