From 94942af266ac119ede0ca836f9aa5a5ac0582938 Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Sat, 19 May 2007 04:34:42 +0000 Subject: Do not declare float_detect_tininess as external if it will be re-delared as static later. --- lib/libc/arm/softfloat/softfloat.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libc/arm/softfloat/softfloat.h b/lib/libc/arm/softfloat/softfloat.h index 3019d90398e9..50b5fa6fb466 100644 --- a/lib/libc/arm/softfloat/softfloat.h +++ b/lib/libc/arm/softfloat/softfloat.h @@ -71,7 +71,9 @@ typedef struct { Software IEC/IEEE floating-point underflow tininess-detection mode. ------------------------------------------------------------------------------- */ +#ifndef SOFTFLOAT_FOR_GCC extern int float_detect_tininess; +#endif enum { float_tininess_after_rounding = 0, float_tininess_before_rounding = 1 -- cgit v1.3