aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/arm
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2007-05-19 04:34:42 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2007-05-19 04:34:42 +0000
commit94942af266ac119ede0ca836f9aa5a5ac0582938 (patch)
tree265eb344cbaa8b1544e43f31e383a2bf022315fc /lib/libc/arm
parente20b16589981d32aa042348126d24e4a73c98d76 (diff)
Notes
Diffstat (limited to 'lib/libc/arm')
-rw-r--r--lib/libc/arm/softfloat/softfloat.h2
1 files changed, 2 insertions, 0 deletions
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