summaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc32
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2017-08-23 10:16:54 -0300
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2017-08-24 16:06:42 -0300
commit3d7b66f66cb223e899a7ebc0f4c20f13e711c9e0 (patch)
tree15ec87ce030652ea6f3dc31ee7b5d056a1f1d1ae /sysdeps/powerpc/powerpc32
parentebd6f0076a83bb25a9853773fbfbcff00b4c9a32 (diff)
downloadglibc-3d7b66f66cb223e899a7ebc0f4c20f13e711c9e0.tar.gz
Fix the C++ version of issignaling when __NO_LONG_DOUBLE_MATH is defined
When __NO_LONG_DOUBLE_MATH is defined, __issignalingl is not available, thus issignaling with long double argument should call __issignaling, instead. Tested for powerpc64le. * math/math.h [defined __cplusplus] (issignaling): In the long double case, call __issignalingl only if __NO_LONG_DOUBLE_MATH is not defined. Call __issignaling, otherwise.
Diffstat (limited to 'sysdeps/powerpc/powerpc32')
0 files changed, 0 insertions, 0 deletions