aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-08-17 07:34:10 +0000
committerUlrich Drepper <drepper@redhat.com>2008-08-17 07:34:10 +0000
commit7df49c5d81b9f8ea55f16af939e0662d24cc099e (patch)
tree97df0975c7fdd142515dbcff3b92f330bd9869fb /ChangeLog
parent965805e888b25d24cd5ca74b81ffdc61de6e0869 (diff)
downloadglibc-7df49c5d81b9f8ea55f16af939e0662d24cc099e.zip
glibc-7df49c5d81b9f8ea55f16af939e0662d24cc099e.tar.gz
glibc-7df49c5d81b9f8ea55f16af939e0662d24cc099e.tar.bz2
[BZ #6845]
2008-08-14 Ryan S. Arnold <rsa@us.ibm.com> [BZ #6845] * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new __signbitl definition and __LONG_DOUBLE_128__ guard from: * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as redundant. Functions which call floating point assembler operations should go into a sysdeps powerpc/fpu directory.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e41c768..8940b7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-08-14 Ryan S. Arnold <rsa@us.ibm.com>
+
+ [BZ #6845]
+ * sysdeps/powerpc/fpu/bits/mathinline.h (__signbitl): Copy new
+ __signbitl definition and __LONG_DOUBLE_128__ guard from:
+ * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h: Remove as
+ redundant. Functions which call floating point assembler operations
+ should go into a sysdeps powerpc/fpu directory.
+
2008-08-15 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK.