Add hidden alias for MIPS fegetenv.

This commit is contained in:
Joseph Myers 2010-02-10 15:15:32 +00:00
parent caf557426d
commit 8256e69afd
2 changed files with 6 additions and 1 deletions

View File

@ -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>
* sysdeps/mips/dl-trampoline.c (_dl_runtime_resolve,

View File

@ -1,5 +1,5 @@
/* 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.
Contributed by Andreas Jaeger <aj@suse.de>, 1998.
@ -29,3 +29,4 @@ fegetenv (fenv_t *envp)
/* Success. */
return 0;
}
libm_hidden_def (fegetenv)