From 2a27fd6dae3edec949deda9a55928a0e22c8a8ae Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 30 Oct 2012 13:51:27 +0000 Subject: Fix strtod handling of underflow (bug 14047). --- sysdeps/sh/tininess.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 sysdeps/sh/tininess.h (limited to 'sysdeps/sh') diff --git a/sysdeps/sh/tininess.h b/sysdeps/sh/tininess.h new file mode 100644 index 0000000000..1db37790f8 --- /dev/null +++ b/sysdeps/sh/tininess.h @@ -0,0 +1 @@ +#define TININESS_AFTER_ROUNDING 1 -- cgit 1.4.1