2005-06-30 J. D. Johnston <jjohnst@us.ibm.com>
* gthr-tpf.h (CE2THRCPTR): Change field offset to 16.
From-SVN: r101470
+2005-06-30 J. D. Johnston <jjohnst@us.ibm.com>
+
+ * gthr-tpf.h (CE2THRCPTR): Change field offset to 16.
+
2005-06-30 Kazu Hirata <kazu@codesourcery.com>
* config/c4x/c4x-protos.h: Remove the prototypes for those
#define NOTATHREAD 00
#define ECBBASEPTR (unsigned long int) *(unsigned int *)0x00000514u
#define ECBPG2PTR ECBBASEPTR + 0x1000
-#define CE2THRCPTR *((unsigned char *)(ECBPG2PTR + 208))
+#define CE2THRCPTR *((unsigned char *)(ECBPG2PTR + 16))
#define __tpf_pthread_active() (CE2THRCPTR != NOTATHREAD)
#if SUPPORTS_WEAK && GTHREAD_USE_WEAK