]> sourceware.org Git - glibc.git/commit
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 25 Apr 2003 22:28:13 +0000 (22:28 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 25 Apr 2003 22:28:13 +0000 (22:28 +0000)
commit468777e1d0dbd6cb8bcaee244a954824d5c84167
treeaabd8c6a9e825ebaed65f3f6ddf7efb07f2e2109
parentf24dca48290e4a1c731fc0bee94bc9a1f891b3fa
Update.

* pthread.c (__pthread_initialize_manager): Subtract
TLS_PRE_TCB_SIZE bytes from tcbp to get to descr.
* manager.c (pthread_handle_create): Subtract or add TLS_PRE_TCB_SIZE
instead of sizeof (pthread_descr).
(pthread_free): Add TLS_PRE_TCB_SIZE instead of sizeof (pthread_descr).
* sysdeps/powerpc/tls.h (TLS_INIT_TCB_SIZE, TLS_TCB_SIZE): Define to 0.
17 files changed:
linuxthreads/ChangeLog
linuxthreads/manager.c
linuxthreads/sysdeps/powerpc/powerpc32/tcb-offsets.sym [deleted file]
linuxthreads/sysdeps/powerpc/tcb-offsets.sym [new file with mode: 0644]
linuxthreads/sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h
nptl/ChangeLog
nptl/allocatestack.c
nptl/descr.h
nptl/sysdeps/ia64/tcb-offsets.sym
nptl/sysdeps/powerpc/tcb-offsets.sym
nptl/sysdeps/powerpc/tls.h
nptl/sysdeps/pthread/createthread.c
nptl/sysdeps/sh/tcb-offsets.sym
nptl/sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h
nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h
This page took 0.057239 seconds and 5 git commands to generate.