mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-14 09:01:07 +00:00
Add libm_hidden_ver.
This commit is contained in:
parent
fd8d18b3d8
commit
280ad607c7
@ -1,5 +1,5 @@
|
|||||||
/* Install given floating-point environment.
|
/* Install given floating-point environment.
|
||||||
Copyright (C) 1997,99,2000,01 Free Software Foundation, Inc.
|
Copyright (C) 1997,99,2000,01,02 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Richard Henderson <rth@tamu.edu>, 1997
|
Contributed by Richard Henderson <rth@tamu.edu>, 1997
|
||||||
|
|
||||||
@ -53,4 +53,5 @@ strong_alias (__fesetenv, __old_fesetenv)
|
|||||||
compat_symbol (libm, __old_fesetenv, fesetenv, GLIBC_2_1);
|
compat_symbol (libm, __old_fesetenv, fesetenv, GLIBC_2_1);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
libm_hidden_ver (__fesetenv, fesetenv)
|
||||||
versioned_symbol (libm, __fesetenv, fesetenv, GLIBC_2_2);
|
versioned_symbol (libm, __fesetenv, fesetenv, GLIBC_2_2);
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Raise given exceptions.
|
/* Raise given exceptions.
|
||||||
Copyright (C) 1997,98,99,2000,01 Free Software Foundation, Inc.
|
Copyright (C) 1997,98,99,2000,01,02 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Richard Henderson <rth@tamu.edu>, 1997.
|
Contributed by Richard Henderson <rth@tamu.edu>, 1997.
|
||||||
|
|
||||||
@ -44,4 +44,5 @@ strong_alias (__feraiseexcept, __old_feraiseexcept)
|
|||||||
compat_symbol (libm, __old_feraiseexcept, feraiseexcept, GLIBC_2_1);
|
compat_symbol (libm, __old_feraiseexcept, feraiseexcept, GLIBC_2_1);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
libm_hidden_ver (__feraiseexcept, feraiseexcept)
|
||||||
versioned_symbol (libm, __feraiseexcept, feraiseexcept, GLIBC_2_2);
|
versioned_symbol (libm, __feraiseexcept, feraiseexcept, GLIBC_2_2);
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Install given floating-point environment.
|
/* Install given floating-point environment.
|
||||||
Copyright (C) 1997,98,99,2000,01 Free Software Foundation, Inc.
|
Copyright (C) 1997,98,99,2000,01,02 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -41,4 +41,5 @@ strong_alias (__fesetenv, __old_fesetenv)
|
|||||||
compat_symbol (libm, __old_fesetenv, fesetenv, GLIBC_2_1);
|
compat_symbol (libm, __old_fesetenv, fesetenv, GLIBC_2_1);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
libm_hidden_ver (__fesetenv, fesetenv)
|
||||||
versioned_symbol (libm, __fesetenv, fesetenv, GLIBC_2_2);
|
versioned_symbol (libm, __fesetenv, fesetenv, GLIBC_2_2);
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Raise given exceptions.
|
/* Raise given exceptions.
|
||||||
Copyright (C) 1997,98,99,2000,01 Free Software Foundation, Inc.
|
Copyright (C) 1997,98,99,2000,01,02 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -40,4 +40,5 @@ strong_alias (__feraiseexcept, __old_feraiseexcept)
|
|||||||
compat_symbol (libm, __old_feraiseexcept, feraiseexcept, GLIBC_2_1);
|
compat_symbol (libm, __old_feraiseexcept, feraiseexcept, GLIBC_2_1);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
libm_hidden_ver (__feraiseexcept, feraiseexcept)
|
||||||
versioned_symbol (libm, __feraiseexcept, feraiseexcept, GLIBC_2_2);
|
versioned_symbol (libm, __feraiseexcept, feraiseexcept, GLIBC_2_2);
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Install given floating-point environment.
|
/* Install given floating-point environment.
|
||||||
Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
|
Copyright (C) 1997, 1999, 2000, 2002 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by David Huggins-Daines <dhd@debian.org>, 2000
|
Contributed by David Huggins-Daines <dhd@debian.org>, 2000
|
||||||
Based on the m68k version by
|
Based on the m68k version by
|
||||||
@ -68,3 +68,4 @@ fesetenv (const fenv_t *envp)
|
|||||||
/* Success. */
|
/* Success. */
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
libm_hidden_def (fesetenv)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Raise given exceptions.
|
/* Raise given exceptions.
|
||||||
Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
|
Copyright (C) 1997, 1999, 2000, 2002 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by David Huggins-Daines <dhd@debian.org>
|
Contributed by David Huggins-Daines <dhd@debian.org>
|
||||||
|
|
||||||
@ -88,3 +88,4 @@ feraiseexcept (int excepts)
|
|||||||
/* Success. */
|
/* Success. */
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
libm_hidden_def (feraiseexcept)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Install given floating-point environment.
|
/* Install given floating-point environment.
|
||||||
Copyright (C) 1997,99,2000,01 Free Software Foundation, Inc.
|
Copyright (C) 1997,99,2000,01,02 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 Schwab <schwab@issan.informatik.uni-dortmund.de>
|
Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||||
|
|
||||||
@ -56,4 +56,5 @@ strong_alias (__fesetenv, __old_fesetenv)
|
|||||||
compat_symbol (libm, __old_fesetenv, fesetenv, GLIBC_2_1);
|
compat_symbol (libm, __old_fesetenv, fesetenv, GLIBC_2_1);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
libm_hidden_ver (__fesetenv, fesetenv)
|
||||||
versioned_symbol (libm, __fesetenv, fesetenv, GLIBC_2_2);
|
versioned_symbol (libm, __fesetenv, fesetenv, GLIBC_2_2);
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Raise given exceptions.
|
/* Raise given exceptions.
|
||||||
Copyright (C) 1997,99,2000,01 Free Software Foundation, Inc.
|
Copyright (C) 1997,99,2000,01,02 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 Schwab <schwab@issan.informatik.uni-dortmund.de>
|
Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||||
|
|
||||||
@ -79,4 +79,5 @@ strong_alias (__feraiseexcept, __old_feraiseexcept)
|
|||||||
compat_symbol (libm, __old_feraiseexcept, feraiseexcept, GLIBC_2_1);
|
compat_symbol (libm, __old_feraiseexcept, feraiseexcept, GLIBC_2_1);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
libm_hidden_ver (__feraiseexcept, feraiseexcept)
|
||||||
versioned_symbol (libm, __feraiseexcept, feraiseexcept, GLIBC_2_2);
|
versioned_symbol (libm, __feraiseexcept, feraiseexcept, GLIBC_2_2);
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Install given floating-point environment.
|
/* Install given floating-point environment.
|
||||||
Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
|
Copyright (C) 1998, 1999, 2000, 2002 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.
|
||||||
|
|
||||||
@ -45,4 +45,5 @@ __fesetenv (const fenv_t *envp)
|
|||||||
strong_alias (__fesetenv, __old_fesetenv)
|
strong_alias (__fesetenv, __old_fesetenv)
|
||||||
compat_symbol (libm, __old_fesetenv, fesetenv, GLIBC_2_1);
|
compat_symbol (libm, __old_fesetenv, fesetenv, GLIBC_2_1);
|
||||||
#endif
|
#endif
|
||||||
|
libm_hidden_ver (__fesetenv, fesetenv)
|
||||||
versioned_symbol (libm, __fesetenv, fesetenv, GLIBC_2_2);
|
versioned_symbol (libm, __fesetenv, fesetenv, GLIBC_2_2);
|
||||||
|
@ -49,4 +49,5 @@ __feraiseexcept (int excepts)
|
|||||||
strong_alias (__feraiseexcept, __old_feraiseexcept)
|
strong_alias (__feraiseexcept, __old_feraiseexcept)
|
||||||
compat_symbol (libm, __old_feraiseexcept, feraiseexcept, GLIBC_2_1);
|
compat_symbol (libm, __old_feraiseexcept, feraiseexcept, GLIBC_2_1);
|
||||||
#endif
|
#endif
|
||||||
|
libm_hidden_ver (__feraiseexcept, feraiseexcept)
|
||||||
versioned_symbol (libm, __feraiseexcept, feraiseexcept, GLIBC_2_2);
|
versioned_symbol (libm, __feraiseexcept, feraiseexcept, GLIBC_2_2);
|
||||||
|
Loading…
Reference in New Issue
Block a user