aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c2
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c2
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a7b3418..e9089c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
+
+ * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
+ (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
+ * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
+ (__fe_nomask_env): Likewise.
+
2013-11-13 Steve Ellcey <sellcey@mips.com>
* benchtests/bench-timing.h: Include time.h.
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c b/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
index dd3ec46..5a94dc5 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
@@ -33,6 +33,6 @@ __fe_nomask_env (void)
return FE_ENABLED_ENV;
}
-#if SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_18)
+#if SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_19)
compat_symbol (libm, __fe_nomask_env, __fe_nomask_env, GLIBC_2_1);
#endif
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c b/sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
index 5172f65..70661ad 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
@@ -35,6 +35,6 @@ __fe_nomask_env (void)
#endif
return FE_ENABLED_ENV;
}
-#if SHLIB_COMPAT (libm, GLIBC_2_3, GLIBC_2_18)
+#if SHLIB_COMPAT (libm, GLIBC_2_3, GLIBC_2_19)
compat_symbol (libm, __fe_nomask_env, __fe_nomask_env, GLIBC_2_3);
#endif