Remove arm ADDRIDX macro definition

This commit is contained in:
H.J. Lu 2012-09-28 09:41:16 -07:00
parent 9bac1d8624
commit f8419467bb
2 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2012-09-28 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/arm/dl-tlsdesc.h (ADDRIDX): Removed.
2012-09-21 Joseph Myers <joseph@codesourcery.com>
* sysdeps/arm/bits/atomic.h [!__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4]

View File

@ -20,12 +20,6 @@
#ifndef _ARM_DL_TLSDESC_H
# define _ARM_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
{