]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* 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 aee24e2071868cf8d23e70a909a09d8b617e0767..8f329626d87eeb612cb1d40aa0de38119c62562b 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 43d03a45e2e36ccc2cf202e0d10f1edf17b3010f..90e084cbc301df396992efdd4c72a7ffed039a04 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)
 {