]> sourceware.org Git - glibc.git/commitdiff
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 b6c022516513e07504011452a53bbd9659d84eef..6fb7cba5b6ebac3f1cc05ddbc1015c4e1a29051d 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 2b1131c55af6d5258e0d35dcf278b3b6cfb4b223..97951c0da825a548e8e3d7a92e0a497205f276d3 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
 {
This page took 0.043172 seconds and 5 git commands to generate.