]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - ports/sysdeps/arm/dl-tlsdesc.h
Update copyright notices with scripts/update-copyrights.
[thirdparty/glibc.git] / ports / sysdeps / arm / dl-tlsdesc.h
index 2b1131c55af6d5258e0d35dcf278b3b6cfb4b223..c4e1be4f7e42bdd3ddbcc0c5ee4f4fa38df2923d 100644 (file)
@@ -1,6 +1,6 @@
 /* Thread-local storage descriptor handling in the ELF dynamic linker.
    ARM version.
-   Copyright (C) 2005, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
 #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
 {