mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 11:20:07 +00:00
Remove arm ADDRIDX macro definition
This commit is contained in:
parent
9bac1d8624
commit
f8419467bb
@ -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]
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user