From 366af02c96eea0a03ccd2fa187819d866ac49ba2 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sat, 9 Jun 2012 18:36:52 +0200 Subject: SH: Do not re-write fpscr after reading it. --- sysdeps/sh/sh4/fpu/fegetenv.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sysdeps/sh/sh4/fpu/fegetenv.c') diff --git a/sysdeps/sh/sh4/fpu/fegetenv.c b/sysdeps/sh/sh4/fpu/fegetenv.c index ca7de16285..cb3ca27150 100644 --- a/sysdeps/sh/sh4/fpu/fegetenv.c +++ b/sysdeps/sh/sh4/fpu/fegetenv.c @@ -1,5 +1,5 @@ /* Store current floating-point environment. - Copyright (C) 1997, 1998, 1999, 2000, 2012 Free Software Foundation, Inc. + Copyright (C) 1997-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -24,9 +24,6 @@ fegetenv (fenv_t *envp) { fpu_control_t temp; _FPU_GETCW (temp); - /* When read fpscr, this was initialized. - We need to rewrite value of temp. */ - _FPU_SETCW (temp); envp->__fpscr = temp; -- cgit v1.2.3