]> sourceware.org Git - glibc.git/commit
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 25 Apr 2003 09:12:43 +0000 (09:12 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 25 Apr 2003 09:12:43 +0000 (09:12 +0000)
commit299601a1ef8df4532ded24194c4556e294ab1e6e
tree7e7338ca0004ce7fdba3e7429677ef0a5786ad8f
parent29bfc9453e2945b476cec5545f8409fd2a2ba886
Update.

2003-04-22  Jakub Jelinek  <jakub@redhat.com>

* include/link.h (NO_TLS_OFFSET): Define to 0 if not defined.
* elf/dl-close.c (_dl_close): Use NO_TLS_OFFSET.
* elf/dl-object.c (_dl_new_object): Initialize l_tls_offset to
NO_TLS_OFFSET.
* elf/rtld.c (_dl_start_final, _dl_start): Likewise.
* elf/dl-reloc.c (CHECK_STATIC_TLS): Use NO_TLS_OFFSET.
* sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Likewise.
* sysdeps/powerpc/dl-tls.h (TLS_TPREL_VALUE): Don't subtract
TLS_TCB_SIZE.
33 files changed:
ChangeLog
elf/dl-close.c
elf/dl-object.c
elf/dl-reloc.c
elf/rtld.c
include/link.h
linuxthreads/ChangeLog
linuxthreads/descr.h
linuxthreads/manager.c
linuxthreads/pthread.c
linuxthreads/sysdeps/ia64/tcb-offsets.sym
linuxthreads/sysdeps/powerpc/powerpc32/tcb-offsets.sym [new file with mode: 0644]
linuxthreads/sysdeps/powerpc/tcb-offsets.sym [deleted file]
linuxthreads/sysdeps/powerpc/tls.h
linuxthreads/sysdeps/sh/tcb-offsets.sym
linuxthreads/sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h
linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h
linuxthreads/sysdeps/unix/sysv/linux/sh/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/createthread.c
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
sysdeps/generic/dl-tls.c
sysdeps/powerpc/dl-tls.h
This page took 0.050042 seconds and 5 git commands to generate.