about summary refs log tree commit diff
path: root/sysdeps/tile/dl-tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/tile/dl-tls.h')
-rw-r--r--sysdeps/tile/dl-tls.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/tile/dl-tls.h b/sysdeps/tile/dl-tls.h
index 16c5a43384..b66cc08666 100644
--- a/sysdeps/tile/dl-tls.h
+++ b/sysdeps/tile/dl-tls.h
@@ -40,6 +40,3 @@ extern void *__tls_get_addr (tls_index *ti);
 /* Compute the value for a DTPREL reloc.  */
 #define TLS_DTPREL_VALUE(sym) \
   ((sym)->st_value - TLS_DTV_OFFSET)
-
-/* Value used for dtv entries for which the allocation is delayed.  */
-#define TLS_DTV_UNALLOCATED    ((void *) -1l)