From 9f0170af26fa3643d9d4cd28d484b4e2d28c6cd5 Mon Sep 17 00:00:00 2001 From: "Gabriel F. T. Gomes" Date: Thu, 22 Jun 2017 09:45:32 -0300 Subject: Include libc-header-start.h in include/float.h The file include/float.h uses the macro __GLIBC_USE to test for TS 18661-3 support. Such macro is provided by bits/libc-header-start.h, so include it to get the definition. Tested for powerpc64le and s390x. * include/float.h: Include libc-header-start.h to get the definition of __GLIBC_USE. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1c3e6ff78b..9b7a655987 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-06-23 Gabriel F. T. Gomes + + * include/float.h: Include libc-header-start.h to get the + definition of __GLIBC_USE. + 2017-06-23 Paul A. Clarke * sysdeps/ieee754/flt-32/e_powf.c: Optimized implementation utilizing -- cgit 1.4.1