summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2007-03-20 12:10:36 +0000
committerJakub Jelinek <jakub@redhat.com>2007-03-20 12:10:36 +0000
commit06029c208409b50035095c86d4d73df5f9628176 (patch)
treea2ce20a73466065c7b9033cd33354c7d4d2e00dc /ChangeLog
parentaddc8335762203938fa24fc2c91b247cb9172674 (diff)
downloadglibc-06029c208409b50035095c86d4d73df5f9628176.tar.gz
[BZ #2831]
* soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac bit-fields. * soft-fp/extended.h (_FP_UNION_E): Likewise. [BZ #2831] * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac bit-fields. 2007-03-20 Jakub Jelinek <jakub@redhat.com> * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac bit-fields. * soft-fp/extended.h (_FP_UNION_E): Likewise. 2006-06-07 Joseph Myers <joseph@codesourcery.com> [BZ #2831] * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac bit-fields.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e21d2c959..696e30b89c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-03-20 Jakub Jelinek <jakub@redhat.com>
+
+ * soft-fp/double.h (_FP_UNION_D): Use _FP_W_TYPE for frac
+ bit-fields.
+ * soft-fp/extended.h (_FP_UNION_E): Likewise.
+
+2006-06-07 Joseph Myers <joseph@codesourcery.com>
+
+ [BZ #2831]
+ * soft-fp/quad.h (_FP_UNION_Q): Use _FP_W_TYPE for frac
+ bit-fields.
+
2007-03-18 Jakub Jelinek <jakub@redhat.com>
* nscd/gai.c: Include alloca.h.