diff options
author | Roland McGrath <roland@gnu.org> | 2004-01-06 10:31:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-01-06 10:31:21 +0000 |
commit | 763c0490a22c03e1f5e9c9a4279e975c2e4953c3 (patch) | |
tree | d1d7665c28d1cad5ff756acb80ad7ec801c3323d /nptl_db/ChangeLog | |
parent | 387533915f738e20698cce92d90c0677c991c3fc (diff) | |
download | glibc-763c0490a22c03e1f5e9c9a4279e975c2e4953c3.tar.gz glibc-763c0490a22c03e1f5e9c9a4279e975c2e4953c3.tar.xz glibc-763c0490a22c03e1f5e9c9a4279e975c2e4953c3.zip |
* 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_db/ChangeLog')
-rw-r--r-- | nptl_db/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl_db/ChangeLog b/nptl_db/ChangeLog index 05f1c853cf..1d17a76066 100644 --- a/nptl_db/ChangeLog +++ b/nptl_db/ChangeLog @@ -1,3 +1,8 @@ +2003-12-11 Ulrich Weigand <uweigand@de.ibm.com> + + * db_info.c (REGISTER): Add bit size of thread register as second + parameter to REGISTER macro. + 2003-12-02 Roland McGrath <roland@redhat.com> * thread_dbP.h (DB_FUNCTION): New macro. |