]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: Use GLIBC_2_1
authorJakub Jelinek <jakub@redhat.com>
Thu, 12 Jul 2007 18:21:34 +0000 (18:21 +0000)
committerJakub Jelinek <jakub@redhat.com>
Thu, 12 Jul 2007 18:21:34 +0000 (18:21 +0000)
instead of GLIBC_2_0.
* sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: Likewise.
* sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: Likewise.
* sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: Likewise.
* sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Include
math_ldbl_opt.h.
(llrintl): Add @GLIBC_2.1 compat symbol.

powerpc-cpu/ChangeLog
powerpc-cpu/sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S
powerpc-cpu/sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S
powerpc-cpu/sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S
powerpc-cpu/sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S
powerpc-cpu/sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S

index 79f9dc6b1fd3ecefb6f8ad91aa0a48e721a59c01..b136e196c46d0bea7f6aa476f52e169b9814ad53 100644 (file)
@@ -1,3 +1,14 @@
+2007-03-17  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/powerpc/powerpc32/power5+/fpu/s_round.S: Use GLIBC_2_1
+       instead of GLIBC_2_0.
+       * sysdeps/powerpc/powerpc32/power5+/fpu/s_trunc.S: Likewise.
+       * sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: Likewise.
+       * sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: Likewise.
+       * sysdeps/powerpc/powerpc32/powerpc64/fpu/s_llrint.S: Include
+       math_ldbl_opt.h.
+       (llrintl): Add @GLIBC_2.1 compat symbol.
+
 2006-10-20  Steven Munroe  <sjmunroe@us.ibm.com>
 
        * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: New file.
index a122a86834ee8f77e52da0aa90f9ef95cc2f348b..379c579def5211ef7a079f5f13b11722b1353e56 100644 (file)
@@ -32,6 +32,6 @@ weak_alias (__round, round)
 weak_alias (__round, roundl)
 strong_alias (__round, __roundl)
 #endif
-#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
-compat_symbol (libm, __round, roundl, GLIBC_2_0)
+#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
+compat_symbol (libm, __round, roundl, GLIBC_2_1)
 #endif
index 588420ac1e7b0cc620035817a9d646e7efc2a920..92fa3ca34de31d3de01e7002122824abb1abf265 100644 (file)
@@ -32,6 +32,6 @@ weak_alias (__trunc, trunc)
 weak_alias (__trunc, truncl)
 strong_alias (__trunc, __truncl)
 #endif
-#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
-compat_symbol (libm, __trunc, truncl, GLIBC_2_0)
+#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
+compat_symbol (libm, __trunc, truncl, GLIBC_2_1)
 #endif
index fde4b3aa816039f2e78efa20a4943671538fb225..ad3cd2769b4693d8d95a475bffbcd1d5d916112c 100644 (file)
@@ -18,6 +18,7 @@
    02110-1301 USA.  */
 
 #include <sysdep.h>
+#include <math_ldbl_opt.h>
 
 /* long long int[r3, r4] __llrint (double x[fp1])  */
 ENTRY (__llrint)       
@@ -41,3 +42,6 @@ weak_alias (__llrint, llrint)
 strong_alias (__llrint, __llrintl)
 weak_alias (__llrint, llrintl)
 #endif
+#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
+compat_symbol (libm, __llrint, llrintl, GLIBC_2_1)
+#endif
index 4e25d701a4bd5dfab78a34aa9a7ae61b7dc254ed..7082734bb578f9412ac77a0f770e702452745aac 100644 (file)
@@ -33,6 +33,6 @@ weak_alias (__round, round)
 weak_alias (__round, roundl)
 strong_alias (__round, __roundl)
 #endif
-#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
-compat_symbol (libm, __round, roundl, GLIBC_2_0)
+#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
+compat_symbol (libm, __round, roundl, GLIBC_2_1)
 #endif
index 01eccbdf0728af32d1855b559c14a0607407dc63..4e6e4d790e4bf4891775853f09faf16b29484448 100644 (file)
@@ -33,6 +33,6 @@ weak_alias (__trunc, trunc)
 weak_alias (__trunc, truncl)
 strong_alias (__trunc, __truncl)
 #endif
-#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
-compat_symbol (libm, __trunc, truncl, GLIBC_2_0)
+#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
+compat_symbol (libm, __trunc, truncl, GLIBC_2_1)
 #endif