alpha: Fix compat version number for nearbyintl
authorRichard Henderson <rth@twiddle.net>
Tue, 14 Aug 2012 01:17:45 +0000 (18:17 -0700)
committerRichard Henderson <rth@twiddle.net>
Tue, 14 Aug 2012 01:19:42 +0000 (18:19 -0700)
ports/ChangeLog.alpha
ports/sysdeps/alpha/fpu/s_nearbyint.c

index 97c4db6..e65097a 100644 (file)
@@ -1,9 +1,14 @@
+2012-08-13  Richard Henderson  <rth@twiddle.net>
+
+       * sysdeps/alpha/fpu/s_nearbyint.c (nearbyintl): Do compat
+       with GLIBC_2_1.
+
 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/alpha/kernel-features.h
        (__ASSUME_TGKILL): Remove.
 
-2012-08-08  Richard Henderson  <rth@redhat.com>
+2012-08-08  Richard Henderson  <rth@twiddle.net>
 
        * sysdeps/unix/sysv/linux/alpha/kernel-features.h
        (__ASSUME_IEEE_RAISE_EXCEPTION): Remove.
index 4589bfc..19ed06b 100644 (file)
@@ -43,6 +43,6 @@ weak_alias (__nearbyint, nearbyint)
 strong_alias (__nearbyint, __nearbyintl)
 weak_alias (__nearbyint, nearbyintl)
 #endif
-#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
-compat_symbol (libm, __nearbyint, nearbyintl, GLIBC_2_0);
+#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
+compat_symbol (libm, __nearbyint, nearbyintl, GLIBC_2_1);
 #endif