diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-05 11:05:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-05 11:05:49 +0000 |
commit | bdee30cfe40d9c5cfe0b8969877f11857d092359 (patch) | |
tree | 4ef8d92e79f6dfb21d6d9b410e41d6d49fe314d2 /linuxthreads/ChangeLog | |
parent | 73e9ae887fab0918165e49d783328c891c1b1bdb (diff) | |
download | glibc-bdee30cfe40d9c5cfe0b8969877f11857d092359.tar glibc-bdee30cfe40d9c5cfe0b8969877f11857d092359.tar.gz glibc-bdee30cfe40d9c5cfe0b8969877f11857d092359.tar.bz2 glibc-bdee30cfe40d9c5cfe0b8969877f11857d092359.zip |
Update.
2003-01-04 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Mark
__syscall_pread64 and __syscall_pwrite64 cancelable.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
(INTERNAL_SYSCALL): New macro.
(LOADARGS_0, LOADARGS_1): Fix.
2003-01-05 Ulrich Drepper <drepper@redhat.com>
* Makerules (build-shlip-helper): Unless told otherwise, add
-Wl,-z,defs to linker command line.
* rt/Makefile (librt.so): Link with ld.so.
* dlfcn/Makefile (libdl.so): Likewise.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 053ae30f37..018667e550 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,12 @@ +2003-01-05 Kaz Kojima <kkojima@rr.iij4u.or.jp> + + * sysdeps/sh/tls.h: Include dl-sysdep.h and stdint.h. + (tcbhead_t): Add multiple_threads member. + (TLS_INIT_TP_EXPENSIVE): Define. + * sysdeps/unix/sysv/linux/sh/pt-initfini.c: Don't use multi-line + strings. Remove unused code. + * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: New file. + 2003-01-04 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: New file. |