From abadbef5c89f33bfc084cb00da2345be63c3a0c8 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 30 Mar 2021 14:58:19 +0530 Subject: Move __isnanf128 to libc.so All of the isnan functions are in libc.so due to printf_fp, so move __isnanf128 there too for consistency. Reviewed-by: Tulio Magno Quites Machado Filho Reviewed-by: Florian Weimer --- sysdeps/ieee754/ldbl-128/float128-abi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/ieee754/ldbl-128/float128-abi.h') diff --git a/sysdeps/ieee754/ldbl-128/float128-abi.h b/sysdeps/ieee754/ldbl-128/float128-abi.h index 3077ffc7fe..8251ce841f 100644 --- a/sysdeps/ieee754/ldbl-128/float128-abi.h +++ b/sysdeps/ieee754/ldbl-128/float128-abi.h @@ -1,2 +1,3 @@ /* ABI version for _Float128 ABI introduction. */ #define FLOAT128_VERSION GLIBC_2.27 +#define FLOAT128_VERSION_M GLIBC_2_27 -- cgit 1.4.1