aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/ia64
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-01-06 10:31:21 +0000
committerRoland McGrath <roland@gnu.org>2004-01-06 10:31:21 +0000
commit763c0490a22c03e1f5e9c9a4279e975c2e4953c3 (patch)
treed1d7665c28d1cad5ff756acb80ad7ec801c3323d /nptl/sysdeps/ia64
parent387533915f738e20698cce92d90c0677c991c3fc (diff)
downloadglibc-763c0490a22c03e1f5e9c9a4279e975c2e4953c3.zip
glibc-763c0490a22c03e1f5e9c9a4279e975c2e4953c3.tar.gz
glibc-763c0490a22c03e1f5e9c9a4279e975c2e4953c3.tar.bz2
* sysdeps/alpha/tls.h (DB_THREAD_SELF): Pass bit size of thread
register as second parameter to the REGISTER macro. * sysdeps/ia64/tls.h (DB_THREAD_SELF): Likewise. * sysdeps/powerpc/tls.h (DB_THREAD_SELF): Likewise. * sysdeps/sh/tls.h (DB_THREAD_SELF): Likewise. * sysdeps/sparc/tls.h (DB_THREAD_SELF): Likewise. * sysdeps/s390/tls.h (DB_THREAD_SELF): Pass __WORDSIZE as bit size of thread register as second parameter to REGISTER macro in 64 case.
Diffstat (limited to 'nptl/sysdeps/ia64')
-rw-r--r--nptl/sysdeps/ia64/tls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/ia64/tls.h b/nptl/sysdeps/ia64/tls.h
index 262944d..a37d6f4 100644
--- a/nptl/sysdeps/ia64/tls.h
+++ b/nptl/sysdeps/ia64/tls.h
@@ -123,7 +123,7 @@ register struct pthread *__thread_self __asm__("r13");
# define THREAD_SELF (__thread_self - 1)
/* Magic for libthread_db to know how to do THREAD_SELF. */
-# define DB_THREAD_SELF REGISTER (64, 13 * 8, -sizeof (struct pthread))
+# define DB_THREAD_SELF REGISTER (64, 64, 13 * 8, -sizeof (struct pthread))
/* Access to data in the thread descriptor is easy. */
#define THREAD_GETMEM(descr, member) \