diff options
author | Marek Polacek <mpolacek@redhat.com> | 2011-12-17 20:23:16 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-12-17 20:23:16 -0500 |
commit | 8ef4f244ff7116fa1b5d88e69c83bb1bcc85afc6 (patch) | |
tree | 21538c58cfccbea716d013c6f80cebe36a323ab7 /ChangeLog | |
parent | 97ac2654b2d831acaa18a2b018b0736245903fd2 (diff) | |
download | glibc-8ef4f244ff7116fa1b5d88e69c83bb1bcc85afc6.tar glibc-8ef4f244ff7116fa1b5d88e69c83bb1bcc85afc6.tar.gz glibc-8ef4f244ff7116fa1b5d88e69c83bb1bcc85afc6.tar.bz2 glibc-8ef4f244ff7116fa1b5d88e69c83bb1bcc85afc6.zip |
Avoid warnings in __*_finite math function declarations with C++
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2011-12-08 Marek Polacek <mpolacek@redhat.com> + + [BZ #13484] + * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead + of __asm__. + 2011-12-17 Ulrich Drepper <drepper@gmail.com> [BZ #13506] |