commit | 3ea385f061d08a9509a884e347ad1007bb6c3c66 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Fri Apr 17 12:21:56 2009 +0100 |
committer | Ben Dooks <ben-linux@fluff.org> | Fri May 15 12:49:14 2009 +0100 |
tree | 8c30affab66f96b018a6e33aa41d47e92ca1fa84 | |
parent | ceec1c33c36e4783cba41416f327f4bbc05218c3 [diff] |
[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>