mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 19:30:10 +00:00
* sysdeps/powerpc/nofpu/fesetenv.c (__sim_exceptions,
__sim_disabled_exceptions, __sim_round_mode): Remove declarations.
This commit is contained in:
parent
3c916dad5b
commit
234e3f6567
@ -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]
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user