Undefine redirections after long double definition on __LDBL_COMPAT [BZ #23294]
commit77ad97356caacfa5a54236791c4f1f68b689e915
authorTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Tue, 19 Jun 2018 00:11:26 +0000 (18 21:11 -0300)
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Thu, 20 Feb 2020 23:11:06 +0000 (20 17:11 -0600)
treec3edb07460e4c7a79c0bc4ad76121c7d98cb2516
parentb790c8c2ed5d5a51026203ccb3c46a3e95526d6b
Undefine redirections after long double definition on __LDBL_COMPAT [BZ #23294]

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
math/math.h
sysdeps/ieee754/ldbl-opt/Makefile
sysdeps/ieee754/ldbl-opt/test-redirection-ldbl-64.c [new file with mode: 0644]