about summary refs log tree commit diff
path: root/sysdeps/generic/math_ldbl_opt.h
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2018-03-07 14:32:04 -0500
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>2018-12-05 18:15:43 -0200
commit35caceb145ff23340edcd67dd813bfd95f1ff6e6 (patch)
tree209f3266d7952709b5eea69d932fabca8d254174 /sysdeps/generic/math_ldbl_opt.h
parent4e2f43f842ef5e253cc23383645adbaa03cedb86 (diff)
downloadglibc-35caceb145ff23340edcd67dd813bfd95f1ff6e6.tar.gz
glibc-35caceb145ff23340edcd67dd813bfd95f1ff6e6.tar.xz
glibc-35caceb145ff23340edcd67dd813bfd95f1ff6e6.zip
Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.
After all that prep work, nldbl-compat.c can now use PRINTF_LDBL_IS_DBL
instead of __no_long_double to control the behavior of printf-like
functions; this is the last thing we needed __no_long_double for, so it
can go away entirely.

Tested for powerpc and powerpc64le.
Diffstat (limited to 'sysdeps/generic/math_ldbl_opt.h')
-rw-r--r--sysdeps/generic/math_ldbl_opt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/generic/math_ldbl_opt.h b/sysdeps/generic/math_ldbl_opt.h
index 92f670dff7..fbd2c82e2f 100644
--- a/sysdeps/generic/math_ldbl_opt.h
+++ b/sysdeps/generic/math_ldbl_opt.h
@@ -15,4 +15,3 @@
 #define ldbl_weak_alias(name, aliasname) weak_alias (name, aliasname)
 #define ldbl_compat_symbol(lib, local, symbol, version) \
   compat_symbol (lib, local, symbol, version)
-#define __ldbl_is_dbl 0