From 9e9854b0e7f986a67ceb28d0fdf2782e6b04b369 Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Fri, 17 Apr 2009 12:21:56 +0100 Subject: [PATCH] --- yaml --- r: 145157 b: refs/heads/master c: 3ea385f061d08a9509a884e347ad1007bb6c3c66 h: refs/heads/master i: 145155: 4b1b1496cd964f8b21d93c3120e2cf9e65092b92 v: v3 --- [refs] | 2 +- trunk/arch/arm/nwfpe/fpa11_cprt.c | 4 ---- trunk/arch/arm/nwfpe/softfloat.h | 2 ++ 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 569b4841e873..59eb0a758187 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ceec1c33c36e4783cba41416f327f4bbc05218c3 +refs/heads/master: 3ea385f061d08a9509a884e347ad1007bb6c3c66 diff --git a/trunk/arch/arm/nwfpe/fpa11_cprt.c b/trunk/arch/arm/nwfpe/fpa11_cprt.c index 9843dc533047..31c4eeec18b0 100644 --- a/trunk/arch/arm/nwfpe/fpa11_cprt.c +++ b/trunk/arch/arm/nwfpe/fpa11_cprt.c @@ -27,10 +27,6 @@ #include "fpmodule.inl" #include "softfloat.h" -#ifdef CONFIG_FPE_NWFPE_XP -extern flag floatx80_is_nan(floatx80); -#endif - unsigned int PerformFLT(const unsigned int opcode); unsigned int PerformFIX(const unsigned int opcode); diff --git a/trunk/arch/arm/nwfpe/softfloat.h b/trunk/arch/arm/nwfpe/softfloat.h index 260fe29d73f5..13e479c5da57 100644 --- a/trunk/arch/arm/nwfpe/softfloat.h +++ b/trunk/arch/arm/nwfpe/softfloat.h @@ -226,6 +226,8 @@ char floatx80_le_quiet( floatx80, floatx80 ); char floatx80_lt_quiet( floatx80, floatx80 ); char floatx80_is_signaling_nan( floatx80 ); +extern flag floatx80_is_nan(floatx80); + #endif static inline flag extractFloat32Sign(float32 a)