Magellan Linux

Annotation of /trunk/glibc/patches/glibc-2.15-feraiseexcept-plt.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1806 - (hide annotations) (download)
Tue Jun 12 12:33:27 2012 UTC (11 years, 11 months ago) by niro
File size: 877 byte(s)
-added patches for 2.15-r1
1 niro 1806 diff --git a/sysdeps/i386/fpu/feupdateenv.c b/sysdeps/i386/fpu/feupdateenv.c
2     index 70f9ee2..6e2ce35 100644
3     --- a/sysdeps/i386/fpu/feupdateenv.c
4     +++ b/sysdeps/i386/fpu/feupdateenv.c
5     @@ -1,5 +1,5 @@
6     /* Install given floating-point environment and raise exceptions.
7     - Copyright (C) 1997,99,2000,01,07,2010 Free Software Foundation, Inc.
8     + Copyright (C) 1997,99,2000,01,07,2010,2012 Free Software Foundation, Inc.
9     This file is part of the GNU C Library.
10     Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
11    
12     @@ -44,7 +44,7 @@ __feupdateenv (const fenv_t *envp)
13     /* Raise the saved exception. Incidently for us the implementation
14     defined format of the values in objects of type fexcept_t is the
15     same as the ones specified using the FE_* constants. */
16     - feraiseexcept ((int) temp);
17     + __feraiseexcept ((int) temp);
18    
19     /* Success. */
20     return 0;