about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kojima <kkojima@rr.iij4u.or.jp>2012-04-05 11:58:30 +0900
committerKaz Kojima <kkojima@rr.iij4u.or.jp>2012-04-05 11:58:30 +0900
commitf402708f8a593280992bdaf037f57c6a16c233cc (patch)
treedf70609a7ffc40eb5acb27694535001721c46be8 /ChangeLog
parent2ecccfc97ac9e755f6b67fa0bac785148c7b8256 (diff)
downloadglibc-f402708f8a593280992bdaf037f57c6a16c233cc.tar.gz
glibc-f402708f8a593280992bdaf037f57c6a16c233cc.tar.xz
glibc-f402708f8a593280992bdaf037f57c6a16c233cc.zip
Fix return value of SH fesetround.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c9947984f..b7c05b686a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
 
+	* sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
+	which ROUND is no valid rounding mode.
+
+2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
+
 	* sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
 	read again.
 	* sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.