summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2011-11-21 15:32:02 -0800
committerH.J. Lu <hjl.tools@gmail.com>2011-11-23 09:19:28 -0800
commitfae04b0637e7728dfbefc470a11e205ab60951e3 (patch)
tree2b4412c23490118a4198fbc7fa62be4c4b2259bb /sysdeps/x86_64
parentb5aca921992f155713af2edcd53b7d8a8612b88a (diff)
downloadglibc-fae04b0637e7728dfbefc470a11e205ab60951e3.tar.gz
Add x32 support to dl-tls.h.
Diffstat (limited to 'sysdeps/x86_64')
-rw-r--r--sysdeps/x86_64/dl-tls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/x86_64/dl-tls.h b/sysdeps/x86_64/dl-tls.h
index 9b389edb4a..bb1453ab91 100644
--- a/sysdeps/x86_64/dl-tls.h
+++ b/sysdeps/x86_64/dl-tls.h
@@ -21,8 +21,8 @@
/* Type used for the representation of TLS information in the GOT. */
typedef struct dl_tls_index
{
- unsigned long int ti_module;
- unsigned long int ti_offset;
+ unsigned long long int ti_module;
+ unsigned long long int ti_offset;
} tls_index;