patches/glibc/ports-2.13/470-alpha-feupdateenv.patch
changeset 2438 2ba5655f6297
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/glibc/ports-2.13/470-alpha-feupdateenv.patch	Tue May 03 00:19:56 2011 +0200
     1.3 @@ -0,0 +1,26 @@
     1.4 +2011-03-01  Aurelien Jarno  <aurelien@aurel32.net>
     1.5 +
     1.6 +	* sysdeps/alpha/fpu/feupdateenv.c (feupdateenv): Add
     1.7 +	libm_hidden_def.
     1.8 +	* sysdeps/alpha/fpu/ftestexcept.c (fetestexcept): Likewise.
     1.9 +
    1.10 +diff --git glibc-2.13/glibc-ports-2.13/sysdeps/alpha/fpu/feupdateenv.c glibc-2.13/glibc-ports-2.13/sysdeps/alpha/fpu/feupdateenv.c
    1.11 +index c798070..9abbf11 100644
    1.12 +--- glibc-2.13/glibc-ports-2.13/sysdeps/alpha/fpu/feupdateenv.c
    1.13 ++++ glibc-2.13/glibc-ports-2.13/sysdeps/alpha/fpu/feupdateenv.c
    1.14 +@@ -46,4 +46,5 @@ strong_alias (__feupdateenv, __old_feupdateenv)
    1.15 + compat_symbol (libm, __old_feupdateenv, feupdateenv, GLIBC_2_1);
    1.16 + #endif
    1.17 + 
    1.18 ++libm_hidden_ver (__feupdateenv, feupdateenv)
    1.19 + versioned_symbol (libm, __feupdateenv, feupdateenv, GLIBC_2_2);
    1.20 +diff --git glibc-2.13/glibc-ports-2.13/sysdeps/alpha/fpu/ftestexcept.c glibc-2.13/glibc-ports-2.13/sysdeps/alpha/fpu/ftestexcept.c
    1.21 +index a4b3081..34d8113 100644
    1.22 +--- glibc-2.13/glibc-ports-2.13/sysdeps/alpha/fpu/ftestexcept.c
    1.23 ++++ glibc-2.13/glibc-ports-2.13/sysdeps/alpha/fpu/ftestexcept.c
    1.24 +@@ -30,3 +30,4 @@ fetestexcept (int excepts)
    1.25 + 
    1.26 +   return tmp & excepts & SWCR_STATUS_MASK;
    1.27 + }
    1.28 ++libm_hidden_def (fetestexcept)
    1.29 +