From 7ab44563a9c8118ce47da29919540c793f549774 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Wed, 13 Nov 2013 12:58:56 -0600 Subject: PowerPC: Fix __fe_mask_env export Change SHLIB_COMPAT calls to GLIBC_2_19 for __fe_nomask_env symbol. --- sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu') 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 5172f6587e..70661ad65f 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 -- cgit 1.4.1