]> git.ipfire.org Git - thirdparty/glibc.git/commit - sysdeps/unix/sysv/linux/i386/sysdep.h
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 28 Dec 2002 09:27:26 +0000 (09:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 28 Dec 2002 09:27:26 +0000 (09:27 +0000)
commit131fd126cddad8379741597892cdfcd5cab3a49f
treeae4e3dc6182f230ae952cd95fecb2ee20948387b
parentca78735936e87a2b72c553636e815bd555c4ef7e
Update.

2002-12-28  Ulrich Drepper  <drepper@redhat.com>

* descr.h (struct pthread): Move header.data.list to the back of the
struct.
* sysdeps/i386/tls.h (tcbhead_t): Move list to the back of the struct.
(MULTIPLE_THREADS_OFFSET): Adjust offset.
(SYSINFO_OFFSEET): Likewise.

2002-12-27  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h (USE_DL_SYSINFO):
Define.
(DL_SYSINFO_DEFAULT): Cast to uintptr_t to avoid warnings.
* sysdeps/unix/sysv/linux/i386/dl-sysdep.h (NEED_DL_SYSINFO,
DL_SYSINFO_DEFAULT, DL_SYSINFO_IMPLEMENTATION): Define.
(USE_DL_SYSINFO): Undef.

2002-12-22  Jakub Jelinek  <jakub@redhat.com>

* Makefile (tests-reverse): Use $(objpfx)../libc.so instead of
$(common-objpfx)libc.so.
* tst-cancel4.c (tf_write, tf_writev): Increase buf sizes so that
it is bigger than pipe buffer size even on arches with bigger
page size.
(tf_usleep): Cast usleep argument to useconds_t to avoid warnings.
36 files changed:
elf/rtld.c
linuxthreads/Makefile
linuxthreads/descr.h
linuxthreads/libc_pthread_init.c
linuxthreads/sysdeps/i386/tls.h
linuxthreads/sysdeps/ia64/tls.h [new file with mode: 0644]
linuxthreads/sysdeps/pthread/bits/libc-lock.h
linuxthreads/sysdeps/sparc/sparc32/tls.h [new file with mode: 0644]
linuxthreads/sysdeps/sparc/sparc64/tls.h [new file with mode: 0644]
linuxthreads/sysdeps/unix/sysv/linux/i386/dl-sysdep.h [new file with mode: 0644]
linuxthreads/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h
linuxthreads/sysdeps/unix/sysv/linux/ia64/Makefile [new file with mode: 0644]
linuxthreads/sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h [new file with mode: 0644]
linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h [new file with mode: 0644]
linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h [new file with mode: 0644]
linuxthreads/sysdeps/x86_64/tls.h
nptl/ChangeLog
nptl/Makefile
nptl/descr.h
nptl/sysdeps/i386/tls.h
nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h
nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h
nptl/tst-cancel4.c
sysdeps/generic/libc-start.c
sysdeps/generic/libc-tls.c
sysdeps/unix/common/pause.c
sysdeps/unix/sysv/linux/i386/sysdep.h
sysdeps/unix/sysv/linux/ia64/sysdep.h
sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S
sysdeps/unix/sysv/linux/sparc/sparc32/socket.S
sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S
sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S
sysdeps/unix/sysv/linux/sparc/sparc64/socket.S
sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S
sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h