diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-03-20 12:10:36 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2007-03-20 12:10:36 +0000 |
commit | 06029c208409b50035095c86d4d73df5f9628176 (patch) | |
tree | a2ce20a73466065c7b9033cd33354c7d4d2e00dc /ChangeLog | |
parent | addc8335762203938fa24fc2c91b247cb9172674 (diff) | |
download | glibc-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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |