chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / debian / patches / arm / cvs-tls-unallocated.diff
1 2011-04-11  Joseph Myers  <joseph@codesourcery.com>
2
3         * ports/sysdeps/arm/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
4
5 diff --git a/ports/sysdeps/arm/dl-tls.h b/ports/sysdeps/arm/dl-tls.h
6 index 02285a7..694d11d 100644
7 --- a/ports/sysdeps/arm/dl-tls.h
8 +++ b/ports/sysdeps/arm/dl-tls.h
9 @@ -27,3 +27,6 @@ typedef struct dl_tls_index
10  
11  
12  extern void *__tls_get_addr (tls_index *ti);
13 +
14 +/* Value used for dtv entries for which the allocation is delayed.  */
15 +#define TLS_DTV_UNALLOCATED    ((void *) -1l)