* sysdeps/powerpc/nofpu/fesetenv.c (__sim_exceptions,

__sim_disabled_exceptions, __sim_round_mode): Remove declarations.
This commit is contained in:
Daniel Jacobowitz 2007-01-08 15:10:14 +00:00
parent 3c916dad5b
commit 234e3f6567
2 changed files with 6 additions and 5 deletions

View 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]

View 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.
@ -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)
{