Remove arm ADDRIDX macro definition
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 28 Sep 2012 16:41:16 +0000 (09:41 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 28 Sep 2012 18:31:13 +0000 (11:31 -0700)
ports/ChangeLog.arm
ports/sysdeps/arm/dl-tlsdesc.h

index b6c0225..6fb7cba 100644 (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]
index 2b1131c..97951c0 100644 (file)
 #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
 {