+2007-01-08 Joseph Myers <joseph@codesourcery.com>
+
+ * sysdeps/powerpc/nofpu/fesetenv.c (__sim_exceptions,
+ __sim_disabled_exceptions, __sim_round_mode): Remove declarations.
+
2006-10-05 Steven Munroe <sjmunroe@us.ibm.com>
[BZ #2749]
/* Set floating point environment (soft-float edition).
- Copyright (C) 2002 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2007 Free Software Foundation, Inc.
Contributed by Aldy Hernandez <aldyh@redhat.com>, 2002.
This file is part of the GNU C Library.
#include "soft-supp.h"
#include <bp-sym.h>
-extern int __sim_exceptions attribute_hidden;
-extern int __sim_disabled_exceptions attribute_hidden;
-extern int __sim_round_mode attribute_hidden;
-
int
__fesetenv (const fenv_t *envp)
{