mirror of git://sourceware.org/git/glibc.git
Add hidden alias for MIPS fegetenv.
This commit is contained in:
parent
caf557426d
commit
8256e69afd
|
@ -1,3 +1,7 @@
|
||||||
|
2010-02-10 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* sysdeps/mips/fpu/fegetenv.c: Add hidden alias.
|
||||||
|
|
||||||
2010-01-28 Joseph Myers <joseph@codesourcery.com>
|
2010-01-28 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
|
* sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Store current floating-point environment.
|
/* Store current floating-point environment.
|
||||||
Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
|
Copyright (C) 1998, 1999, 2000, 2002, 2010 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Andreas Jaeger <aj@suse.de>, 1998.
|
Contributed by Andreas Jaeger <aj@suse.de>, 1998.
|
||||||
|
|
||||||
|
@ -29,3 +29,4 @@ fegetenv (fenv_t *envp)
|
||||||
/* Success. */
|
/* Success. */
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
libm_hidden_def (fegetenv)
|
||||||
|
|
Loading…
Reference in New Issue