* sysdeps/powerpc/nofpu/fesetenv.c (__sim_exceptions,
authorDaniel Jacobowitz <dan@codesourcery.com>
Mon, 8 Jan 2007 15:10:14 +0000 (15:10 +0000)
committerDaniel Jacobowitz <dan@codesourcery.com>
Mon, 8 Jan 2007 15:10:14 +0000 (15:10 +0000)
__sim_disabled_exceptions, __sim_round_mode): Remove declarations.

ChangeLog.powerpc
sysdeps/powerpc/nofpu/fesetenv.c

index aee24e2..8f32962 100644 (file)
@@ -1,3 +1,8 @@
+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]
index 43d03a4..90e084c 100644 (file)
@@ -1,5 +1,5 @@
 /* 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)
 {