diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-11-19 00:01:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-11-19 00:01:34 +0000 |
commit | 3defcff3991314ad57e9b63c37f5e6de9fd5e879 (patch) | |
tree | d519fbafd39e601f5df47df771b2a6c10b1f17eb /nptl/sysdeps/sh | |
parent | c06a6956a40a878fdbe319e4688196e7c990bf7a (diff) | |
download | glibc-3defcff3991314ad57e9b63c37f5e6de9fd5e879.tar.gz glibc-3defcff3991314ad57e9b63c37f5e6de9fd5e879.tar.xz glibc-3defcff3991314ad57e9b63c37f5e6de9fd5e879.zip |
Update. cvs/fedora-glibc-20041119T0003
2004-11-17 Randolph Chung <tausq@debian.org> * sysdeps/hppa/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind annotations.
Diffstat (limited to 'nptl/sysdeps/sh')
-rw-r--r-- | nptl/sysdeps/sh/tls.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/sysdeps/sh/tls.h b/nptl/sysdeps/sh/tls.h index 88b13a35c8..db490ab7ee 100644 --- a/nptl/sysdeps/sh/tls.h +++ b/nptl/sysdeps/sh/tls.h @@ -118,7 +118,8 @@ typedef struct __self - 1;}) /* Magic for libthread_db to know how to do THREAD_SELF. */ -# define DB_THREAD_SELF REGISTER (32, 32, REG_GBR * 4, 0) +# define DB_THREAD_SELF \ + REGISTER (32, 32, REG_GBR * 4, -sizeof (struct pthread)) /* Read member of the thread descriptor directly. */ # define THREAD_GETMEM(descr, member) (descr->member) |