From: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
After defining the long double redirections to double, __MATHDECL_1 has
to be redefined to its previous state in order to avoid redirecting all
subsequent types.
---
math/complex.h | 10 ++-
math/math.h | 18 ++--
sysdeps/ieee754/ldbl-opt/Makefile | 4 +-
.../ldbl-opt/test-redirection-ldbl-64.c | 87 +++++++++++++++++++
4 files changed, 112 insertions(+), 7 deletions(-)
create mode 100644 sysdeps/ieee754/ldbl-opt/test-redirection-ldbl-64.c