patches/glibc/ports-2_9/100-arm_linux_tls.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Feb 23 22:31:07 2009 +0000 (2009-02-23)
changeset 1216 331bd4bc4305
permissions -rw-r--r--
On 20090220.0418+0100, Hugo Vincent <hugo.vincent@grcnz.com> wrote:

I'm using CTNG for some embedded Linux work on an ARM926ej-s, and when
updating to glibc 2_9, I needed to use the attached patch to get it to
build cleanly.

/trunk/patches/glibc/ports-2_9/100-arm_linux_tls.patch | 14 14 0 0 ++++++++++++++
1 file changed, 14 insertions(+)
     1 Original patch from http://www.nabble.com/arm-linux-compilation-failure-and-possible-fix-td19229074.html
     2 
     3 diff -durN glibc-2_9.orig/glibc-ports-2_9/sysdeps/unix/sysv/linux/arm/sysdep.h glibc-2_9/glibc-ports-2_9/sysdeps/unix/sysv/linux/arm/sysdep.h
     4 --- glibc-2_9.orig/glibc-ports-2_9/sysdeps/unix/sysv/linux/arm/sysdep.h 25 Nov 2008 16:37:26 -0000 1.33
     5 +++ glibc-2_9/glibc-ports-2_9/sysdeps/unix/sysv/linux/arm/sysdep.h 27 Jan 2009 15:35:38 -0000
     6 @@ -28,6 +28,8 @@
     7  /* Defines RTLD_PRIVATE_ERRNO and USE_DL_SYSINFO.  */
     8  #include <dl-sysdep.h>
     9  
    10 +#include <tls.h>
    11 +
    12  /* For Linux we can use the system call table in the header file
    13 	/usr/include/asm/unistd.h
    14     of the kernel.  But these symbols do not follow the SYS_* syntax