about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-128/float128-abi.h
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2021-03-30 14:58:19 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2021-03-30 14:58:19 +0530
commitabadbef5c89f33bfc084cb00da2345be63c3a0c8 (patch)
treecd2e8d15fc4b4202f3ef6831d4e50e3899df1160 /sysdeps/ieee754/ldbl-128/float128-abi.h
parent64786a7090d104a2e4e2e225b1eff08951fe008a (diff)
downloadglibc-abadbef5c89f33bfc084cb00da2345be63c3a0c8.tar.gz
glibc-abadbef5c89f33bfc084cb00da2345be63c3a0c8.tar.xz
glibc-abadbef5c89f33bfc084cb00da2345be63c3a0c8.zip
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 <tuliom@ascii.art.br>
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'sysdeps/ieee754/ldbl-128/float128-abi.h')
-rw-r--r--sysdeps/ieee754/ldbl-128/float128-abi.h1
1 files changed, 1 insertions, 0 deletions
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