diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-09-28 11:30:57 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-09-28 11:30:57 -0700 |
commit | 9bac1d8624d3c628b473e20823fb5a154896714c (patch) | |
tree | 356a68e4d3536074b0a59e1c8b0e525f7e07eae2 /sysdeps/x86_64/dl-tlsdesc.h | |
parent | 25f5f885c6c0cec20554ca7b6c71fd1b7b50f51c (diff) | |
download | glibc-9bac1d8624d3c628b473e20823fb5a154896714c.tar.gz glibc-9bac1d8624d3c628b473e20823fb5a154896714c.tar.xz glibc-9bac1d8624d3c628b473e20823fb5a154896714c.zip |
Define VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.h
Diffstat (limited to 'sysdeps/x86_64/dl-tlsdesc.h')
-rw-r--r-- | sysdeps/x86_64/dl-tlsdesc.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/x86_64/dl-tlsdesc.h b/sysdeps/x86_64/dl-tlsdesc.h index 06ede02148..ec750904fc 100644 --- a/sysdeps/x86_64/dl-tlsdesc.h +++ b/sysdeps/x86_64/dl-tlsdesc.h @@ -20,12 +20,6 @@ #ifndef _X86_64_DL_TLSDESC_H # define _X86_64_DL_TLSDESC_H 1 -/* Use this to access DT_TLSDESC_PLT and DT_TLSDESC_GOT. */ -#ifndef ADDRIDX -# define ADDRIDX(tag) (DT_NUM + DT_THISPROCNUM + DT_VERSIONTAGNUM \ - + DT_EXTRANUM + DT_VALNUM + DT_ADDRTAGIDX (tag)) -#endif - /* Type used to represent a TLS descriptor in the GOT. */ struct tlsdesc { |