[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r1090 - in /trunk/ports: ChangeLog.eglibc sysdeps/powerpc/nofpu/fesetenv.c



Author: joseph
Date: Tue Jan  2 16:26:36 2007
New Revision: 1090

Log:
	* sysdeps/powerpc/nofpu/fesetenv.c (__sim_exceptions,
	__sim_disabled_exceptions, __sim_round_mode): Remove declarations.

Modified:
    trunk/ports/ChangeLog.eglibc
    trunk/ports/sysdeps/powerpc/nofpu/fesetenv.c

Modified: trunk/ports/ChangeLog.eglibc
==============================================================================
--- trunk/ports/ChangeLog.eglibc (original)
+++ trunk/ports/ChangeLog.eglibc Tue Jan  2 16:26:36 2007
@@ -1,3 +1,8 @@
+2007-01-02  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
+
+	* sysdeps/powerpc/nofpu/fesetenv.c (__sim_exceptions,
+	__sim_disabled_exceptions, __sim_round_mode): Remove declarations.
+
 2006-12-07  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
 
 	Add PowerPC E500 port, based on SPE add-on by Aldy Hernandez.

Modified: trunk/ports/sysdeps/powerpc/nofpu/fesetenv.c
==============================================================================
--- trunk/ports/sysdeps/powerpc/nofpu/fesetenv.c (original)
+++ trunk/ports/sysdeps/powerpc/nofpu/fesetenv.c Tue Jan  2 16:26:36 2007
@@ -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@xxxxxxxxxx>, 2002.
    This file is part of the GNU C Library.
 
@@ -22,10 +22,6 @@
 #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)
 {