From 3c1c46a64ad1037d616ec39514c4e55133997c9f Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 28 Nov 2013 16:50:38 +0000 Subject: Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271). --- sysdeps/sh/sh4/fpu/fegetround.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/sh') diff --git a/sysdeps/sh/sh4/fpu/fegetround.c b/sysdeps/sh/sh4/fpu/fegetround.c index be4833f017..0523321b2d 100644 --- a/sysdeps/sh/sh4/fpu/fegetround.c +++ b/sysdeps/sh/sh4/fpu/fegetround.c @@ -30,3 +30,4 @@ fegetround (void) return cw & 0x1; } +libm_hidden_def (fegetround) -- cgit 1.4.1