diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-07-26 16:35:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-07-26 16:35:21 +0000 |
commit | 619cc2f69d1670f8b81196e31f60092334bf562b (patch) | |
tree | 0736c6eaebf408626f32c1f880793fd8886c66f8 /nptl/ChangeLog | |
parent | 1311b164df26ee49740b805d4f32fffde163b1e6 (diff) | |
download | glibc-619cc2f69d1670f8b81196e31f60092334bf562b.tar glibc-619cc2f69d1670f8b81196e31f60092334bf562b.tar.gz glibc-619cc2f69d1670f8b81196e31f60092334bf562b.tar.bz2 glibc-619cc2f69d1670f8b81196e31f60092334bf562b.zip |
* scripts/gen-as-const.awk: Generate more widely usable code by
using 64-bit arithmetic.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 27ced1aedb..346db28005 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2008-04-28 Hiroki Kaminaga <kaminaga@sm.sony.co.jp> + + [BZ #6740] + * sysdeps/powerpc/tcb-offsets.sym (PRIVATE_FUTEX_OFFSET): Guard symbol + definition with #ifndef __ASSUME_PRIVATE_FUTEX. + 2008-07-25 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink): Use |