diff options
| -rw-r--r-- | arch/arm/nwfpe/fpa11_cprt.c | 4 | ||||
| -rw-r--r-- | arch/arm/nwfpe/softfloat.h | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/nwfpe/fpa11_cprt.c b/arch/arm/nwfpe/fpa11_cprt.c index 9843dc533047..31c4eeec18b0 100644 --- a/arch/arm/nwfpe/fpa11_cprt.c +++ b/arch/arm/nwfpe/fpa11_cprt.c | |||
| @@ -27,10 +27,6 @@ | |||
| 27 | #include "fpmodule.inl" | 27 | #include "fpmodule.inl" |
| 28 | #include "softfloat.h" | 28 | #include "softfloat.h" |
| 29 | 29 | ||
| 30 | #ifdef CONFIG_FPE_NWFPE_XP | ||
| 31 | extern flag floatx80_is_nan(floatx80); | ||
| 32 | #endif | ||
| 33 | |||
| 34 | unsigned int PerformFLT(const unsigned int opcode); | 30 | unsigned int PerformFLT(const unsigned int opcode); |
| 35 | unsigned int PerformFIX(const unsigned int opcode); | 31 | unsigned int PerformFIX(const unsigned int opcode); |
| 36 | 32 | ||
diff --git a/arch/arm/nwfpe/softfloat.h b/arch/arm/nwfpe/softfloat.h index 260fe29d73f5..13e479c5da57 100644 --- a/arch/arm/nwfpe/softfloat.h +++ b/arch/arm/nwfpe/softfloat.h | |||
| @@ -226,6 +226,8 @@ char floatx80_le_quiet( floatx80, floatx80 ); | |||
| 226 | char floatx80_lt_quiet( floatx80, floatx80 ); | 226 | char floatx80_lt_quiet( floatx80, floatx80 ); |
| 227 | char floatx80_is_signaling_nan( floatx80 ); | 227 | char floatx80_is_signaling_nan( floatx80 ); |
| 228 | 228 | ||
| 229 | extern flag floatx80_is_nan(floatx80); | ||
| 230 | |||
| 229 | #endif | 231 | #endif |
| 230 | 232 | ||
| 231 | static inline flag extractFloat32Sign(float32 a) | 233 | static inline flag extractFloat32Sign(float32 a) |
