]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
alpha: Define TLS_DTV_UNALLOCATED.
authorRichard Henderson <rth@twiddle.net>
Wed, 8 Feb 2012 19:44:40 +0000 (11:44 -0800)
committerRichard Henderson <rth@twiddle.net>
Thu, 9 Feb 2012 01:03:27 +0000 (17:03 -0800)
ChangeLog.alpha
sysdeps/alpha/dl-tls.h

index a1732f90e80c6f7df34c66bc5da1be8ea7183d24..ae6839df43707e0f780732cc66f102bf4d9d69a3 100644 (file)
@@ -1,5 +1,7 @@
 2012-02-08  Richard Henderson  <rth@twiddle.net>
 
+       * sysdeps/alpha/dl-tls.h (TLS_DTV_UNALLOCATED): New.
+
        * sysdeps/unix/sysv/linux/alpha/configure.in: New file.
        * sysdeps/unix/sysv/linux/alpha/configure: Build.
        * sysdeps/unix/sysv/linux/alpha/kernel-features.h: Protect from
index f81f95d75e954a9bd2d27a3413ce56d67aa5ae50..d40d0a4ac55711e66c79cf3d3946ac07983c2a80 100644 (file)
@@ -25,5 +25,7 @@ typedef struct
   unsigned long int ti_offset;
 } tls_index;
 
-
 extern void *__tls_get_addr (tls_index *ti);
+
+/* Value used for dtv entries for which the allocation is delayed.  */
+#define TLS_DTV_UNALLOCATED    ((void *) -1l)