diff options
| author | Joseph Myers <joseph@codesourcery.com> | 2010-02-10 15:32:33 +0000 |
|---|---|---|
| committer | Joseph Myers <joseph@codesourcery.com> | 2010-02-10 15:32:33 +0000 |
| commit | ee0c4dd1ccc424d57d97dc078a4aba0c70eeb8a4 (patch) | |
| tree | e4136b9bda919c24e5c86869f3b6065d41b69c27 | |
| parent | 5ed9c2ea8a804aa03ba487cbbf4aa30b9deb81ac (diff) | |
| download | glibc-ee0c4dd1ccc424d57d97dc078a4aba0c70eeb8a4.tar.xz glibc-ee0c4dd1ccc424d57d97dc078a4aba0c70eeb8a4.zip | |
Add hidden alias for M68K fegetenv.
| -rw-r--r-- | ChangeLog.m68k | 4 | ||||
| -rw-r--r-- | sysdeps/m68k/fpu/fegetenv.c | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog.m68k b/ChangeLog.m68k index cdc9242e4a..8487ba3e5c 100644 --- a/ChangeLog.m68k +++ b/ChangeLog.m68k @@ -1,3 +1,7 @@ +2010-02-10 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/m68k/fpu/fegetenv.c: Add hidden alias. + 2010-01-11 Joseph Myers <joseph@codesourcery.com> * sysdeps/unix/sysv/linux/m68k/bits/stat.h: Fix double-inclusion diff --git a/sysdeps/m68k/fpu/fegetenv.c b/sysdeps/m68k/fpu/fegetenv.c index 6f23e8b749..30f3fa5a5e 100644 --- a/sysdeps/m68k/fpu/fegetenv.c +++ b/sysdeps/m68k/fpu/fegetenv.c @@ -1,5 +1,5 @@ /* Store current floating-point environment. - Copyright (C) 1997,99,2000,01 Free Software Foundation, Inc. + Copyright (C) 1997,99,2000,01,10 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> @@ -41,4 +41,5 @@ strong_alias (__fegetenv, __old_fegetenv) compat_symbol (libm, __old_fegetenv, fegetenv, GLIBC_2_1); #endif +libm_hidden_ver (__fegetenv, fegetenv) versioned_symbol (libm, __fegetenv, fegetenv, GLIBC_2_2); |
