diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-17 02:03:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-17 02:03:18 +0000 |
commit | bd499a3b46304d4900a6a6ba809f9b7f2c5a4afa (patch) | |
tree | 375cd9b66d7216238f0033c6e6a88e4ba11298d7 /ChangeLog | |
parent | 64ab2317a89b3965e7d7230bb99cfc99a61f895f (diff) | |
download | glibc-bd499a3b46304d4900a6a6ba809f9b7f2c5a4afa.tar.gz |
Update.
2002-12-17 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/i386/socket.S: Use SINGLE_THREAD_P
macro instead of comparing %gs:MULTIPLE_THREADS_OFFSET directly.
* iconvdata/iso-ir-165.c: Likewise.
* iconvdata/jis0208.c: Likewise.
* iconvdata/jis0212.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2002-12-17 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/i386/socket.S: Use SINGLE_THREAD_P + macro instead of comparing %gs:MULTIPLE_THREADS_OFFSET directly. + 2002-12-16 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/getaddrinfo.c (gaih_inet): If __nss_lookup_function @@ -6,6 +11,9 @@ 2002-12-16 Art Haas <ahaas@airmail.net> * io/ftw.c: Convert GCC extension initializer syntax to C99. + * iconvdata/iso-ir-165.c: Likewise. + * iconvdata/jis0208.c: Likewise. + * iconvdata/jis0212.c: Likewise. 2002-12-16 Ulrich Drepper <drepper@redhat.com> |