diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2013-12-11 12:10:35 -0600 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2013-12-12 06:51:01 -0600 |
commit | 5b9bf1914248f9ea01b494264e7d3c86d984e0a0 (patch) | |
tree | a62b812a3f8180b3e3bbe6d8530c867f8caae262 /nptl/sysdeps/powerpc/tcb-offsets.sym | |
parent | 1db94db157ed6c9e233178c9f3d21be46a1d181e (diff) | |
download | glibc-5b9bf1914248f9ea01b494264e7d3c86d984e0a0.tar glibc-5b9bf1914248f9ea01b494264e7d3c86d984e0a0.tar.gz glibc-5b9bf1914248f9ea01b494264e7d3c86d984e0a0.tar.bz2 glibc-5b9bf1914248f9ea01b494264e7d3c86d984e0a0.zip |
PowerPC: Add DSO and TAR fields to TLS
Diffstat (limited to 'nptl/sysdeps/powerpc/tcb-offsets.sym')
-rw-r--r-- | nptl/sysdeps/powerpc/tcb-offsets.sym | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/sysdeps/powerpc/tcb-offsets.sym b/nptl/sysdeps/powerpc/tcb-offsets.sym index 8ac133dfd0..eac5b5c732 100644 --- a/nptl/sysdeps/powerpc/tcb-offsets.sym +++ b/nptl/sysdeps/powerpc/tcb-offsets.sym @@ -15,6 +15,9 @@ MULTIPLE_THREADS_OFFSET thread_offsetof (header.multiple_threads) PID thread_offsetof (pid) TID thread_offsetof (tid) POINTER_GUARD (offsetof (tcbhead_t, pointer_guard) - TLS_TCB_OFFSET - sizeof (tcbhead_t)) +TAR_SAVE (offsetof (tcbhead_t, tar_save) - TLS_TCB_OFFSET - sizeof (tcbhead_t)) +DSO_SLOT1 (offsetof (tcbhead_t, dso_slot1) - TLS_TCB_OFFSET - sizeof (tcbhead_t)) +DSO_SLOT2 (offsetof (tcbhead_t, dso_slot2) - TLS_TCB_OFFSET - sizeof (tcbhead_t)) #ifndef __ASSUME_PRIVATE_FUTEX PRIVATE_FUTEX_OFFSET thread_offsetof (header.private_futex) #endif |