alpha: Define TLS_DTV_UNALLOCATED.

This commit is contained in:
Richard Henderson 2012-02-08 11:44:40 -08:00
parent fe7b738e7a
commit 6aa8bd8cd1
2 changed files with 5 additions and 1 deletions

View 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

View 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)