diff options
author | John David Anglin <dave.anglin@bell.net> | 2015-11-22 17:15:04 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-29 13:24:51 -0500 |
commit | d51442aacdbdb63e2f10815d843b551a9291d7a5 (patch) | |
tree | 8b625eb5ecc408f62eeaee4f63fea5dfbc22f926 /ChangeLog | |
parent | d46256f440fef7e3ee49d2e2660c2eeb707437e9 (diff) | |
download | glibc-d51442aacdbdb63e2f10815d843b551a9291d7a5.tar.gz glibc-d51442aacdbdb63e2f10815d843b551a9291d7a5.tar.xz glibc-d51442aacdbdb63e2f10815d843b551a9291d7a5.zip |
hppa: Define __NO_LONG_DOUBLE_MATH so headers are consistent with libm build [BZ #19270]
The attached patch fixes BZ #19270 and the Debian gmt package now builds successfully. Aside from the comment, the define of __NO_LONG_DOUBLE_MATH is similar to that in the generic version of glibc. Build tested on hppa-unknown-linux-gnu with no observed regressions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 00a869c6ed..c2c5af6e66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-12-29 John David Anglin <danglin@gcc.gnu.org> + + [BZ #19270] + * sysdeps/hppa/fpu/bits/mathdef.h (__NO_LONG_DOUBLE_MATH): Define. + 2015-12-28 Mike Frysinger <vapier@gentoo.org> [BZ #15421] |