|
From: | Richard Henderson |
Subject: | Re: [Qemu-devel] [PATCH v1 4/7] fpu: rename softfloat-specialize.h -> .inc.c |
Date: | Thu, 8 Aug 2019 10:50:13 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 |
On 8/8/19 9:41 AM, Alex Bennée wrote: > 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 <address@hidden> > --- > fpu/{softfloat-specialize.h => softfloat-specialize.inc.c} | 0 > fpu/softfloat.c | 2 +- > 2 files changed, 1 insertion(+), 1 deletion(-) > rename fpu/{softfloat-specialize.h => softfloat-specialize.inc.c} (100%) Reviewed-by: Richard Henderson <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |