summaryrefslogtreecommitdiffstats
path: root/fpu/softfloat-specialize.inc.c
Commit message (Collapse)AuthorAgeFilesLines
* fpu: rename softfloat-specialize.h -> .inc.cAlex Bennée2019-08-191-0/+1083
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>