aboutsummaryrefslogtreecommitdiff
path: root/REORG.TODO/sysdeps/mips/nptl/tcb-offsets.sym
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/sysdeps/mips/nptl/tcb-offsets.sym')
-rw-r--r--REORG.TODO/sysdeps/mips/nptl/tcb-offsets.sym10
1 files changed, 10 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/mips/nptl/tcb-offsets.sym b/REORG.TODO/sysdeps/mips/nptl/tcb-offsets.sym
new file mode 100644
index 0000000000..9ea25b94a8
--- /dev/null
+++ b/REORG.TODO/sysdeps/mips/nptl/tcb-offsets.sym
@@ -0,0 +1,10 @@
+#include <sysdep.h>
+#include <tls.h>
+
+--
+
+-- Abuse tls.h macros to derive offsets relative to the thread register.
+#define thread_offsetof(mem) (long)(offsetof(struct pthread, mem) - TLS_TCB_OFFSET - TLS_PRE_TCB_SIZE)
+
+MULTIPLE_THREADS_OFFSET thread_offsetof (header.multiple_threads)
+TID_OFFSET thread_offsetof (tid)