diff options
author | Paul Murphy <murphyp@linux.vnet.ibm.com> | 2015-11-17 12:27:39 -0600 |
---|---|---|
committer | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2015-11-19 15:52:43 -0200 |
commit | 79adcb58f6ca687c61939bbe695ffc8c54558d5f (patch) | |
tree | cf0f0822af39129e8c26545475bf76afd9f4c05a /ChangeLog | |
parent | 463ac90dab7b90ba6089c1cadd980b6185d3cceb (diff) | |
download | glibc-79adcb58f6ca687c61939bbe695ffc8c54558d5f.tar.gz glibc-79adcb58f6ca687c61939bbe695ffc8c54558d5f.tar.xz glibc-79adcb58f6ca687c61939bbe695ffc8c54558d5f.zip |
Shuffle includes in ldbl-128ibm/mpn2ldl.c
Kind of hokey, but errno.h drags in misc/sys/param.h which defines MIN/MAX causing an error. Include system headers first to grab MIN/MAX definition in param.h, and define HAVE_ALLOCA to preserve existing behavior. * sysdeps/ieee754/ldbl-128ibm/mpn2ldl.c: Include gmp headers after system headers to prevent MIN/MAX redefinition. Define HAVE_ALLOCA to preserve builtin alloca usage.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a915653ac5..12cfb98fac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-11-19 Paul E. Murphy <murphyp@linux.vnet.ibm.com> + + * sysdeps/ieee754/ldbl-128ibm/mpn2ldl.c: Include gmp headers + after system headers to prevent MIN/MAX redefinition. Define + HAVE_ALLOCA to preserve builtin alloca usage. + 2015-11-17 Siddhesh Poyarekar <siddhesh.poyarekar@linaro.org> * sysdeps/ieee754/dbl-64/s_sin.c (__sin)[IN_SINCOS]: Mark function |