diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-06 22:58:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-06 22:58:39 +0000 |
commit | ced368f7dc4df79822d88988365a82b5dd3bec16 (patch) | |
tree | efdb37880d81b19b140091b960df9a534ec0b13c /ChangeLog | |
parent | cbbbb1887f2c4a4a620627d5d1b0619368d2d511 (diff) | |
download | glibc-ced368f7dc4df79822d88988365a82b5dd3bec16.tar.gz glibc-ced368f7dc4df79822d88988365a82b5dd3bec16.tar.xz glibc-ced368f7dc4df79822d88988365a82b5dd3bec16.zip |
* scripts/check-c++-types.sh: Add more pthread types.
* scripts/data//c++-types-i386-linux-gnu.data: Adjust. * scripts/data//c++-types-ia64-linux-gnu.data: Likewise. * scripts/data//c++-types-powerpc-linux-gnu.data: Likewise. * scripts/data//c++-types-powerpc64-linux-gnu.data: Likewise. * scripts/data//c++-types-s390-linux-gnu.data: Likewise. * scripts/data//c++-types-s390x-linux-gnu.data: Likewise. * scripts/data//c++-types-x86_64-linux-gnu.data: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3966236c34..ae0076e73b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2006-01-06 Ulrich Drepper <drepper@redhat.com> + * scripts/check-c++-types.sh: Add more pthread types. + * scripts/data//c++-types-i386-linux-gnu.data: Adjust. + * scripts/data//c++-types-ia64-linux-gnu.data: Likewise. + * scripts/data//c++-types-powerpc-linux-gnu.data: Likewise. + * scripts/data//c++-types-powerpc64-linux-gnu.data: Likewise. + * scripts/data//c++-types-s390-linux-gnu.data: Likewise. + * scripts/data//c++-types-s390x-linux-gnu.data: Likewise. + * scripts/data//c++-types-x86_64-linux-gnu.data: Likewise. + * sysdeps/unix/sysv/linux/ia64/sysdep.h (DO_INLINE_SYSCALL_NCS): Adjust for private->__private rename in tcbhead_t. |