Searched hist:"3 ea385f061d08a9509a884e347ad1007bb6c3c66" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/arm/nwfpe/ |
H A D | fpa11_cprt.c | diff 3ea385f061d08a9509a884e347ad1007bb6c3c66 Fri Apr 17 06:21:56 CDT 2009 Ben Dooks <ben-linux@fluff.org> [ARM] nwfpe: fix 'floatx80_is_nan' sparse warning
The symbol 'floatx80_is_nan' prototype was defined locally in fpa11_cprt.c when it was built outside the file in softfloat-specialisze.
Move this into softfloat.h to fix the following sparse warning:
softfloat-specialize:276:6: warning: symbol 'floatx80_is_nan' was not declared. Should it be static?
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
|
H A D | softfloat.h | diff 3ea385f061d08a9509a884e347ad1007bb6c3c66 Fri Apr 17 06:21:56 CDT 2009 Ben Dooks <ben-linux@fluff.org> [ARM] nwfpe: fix 'floatx80_is_nan' sparse warning
The symbol 'floatx80_is_nan' prototype was defined locally in fpa11_cprt.c when it was built outside the file in softfloat-specialisze.
Move this into softfloat.h to fix the following sparse warning:
softfloat-specialize:276:6: warning: symbol 'floatx80_is_nan' was not declared. Should it be static?
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
|