patches/glibc/2.3.2/README-hppa
changeset 1 eeea35fbf182
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/glibc/2.3.2/README-hppa	Sat Feb 24 11:00:05 2007 +0000
     1.3 @@ -0,0 +1,32 @@
     1.4 +[See also http://parisc-linux.org/toolchain
     1.5 + One of these days I'll have a look at what they've
     1.6 + got there, and incorporate their patches.]
     1.7 +
     1.8 +-------
     1.9 +
    1.10 +The error
    1.11 +
    1.12 +../linuxthreads/sysdeps/pthread/errno-loc.c: In function `__errno_location':
    1.13 +../linuxthreads/sysdeps/pthread/errno-loc.c:39: `pthread_descr' undeclared (first use in this function)
    1.14 +../linuxthreads/sysdeps/pthread/errno-loc.c:39: (Each undeclared identifier is reported only once
    1.15 +../linuxthreads/sysdeps/pthread/errno-loc.c:39: for each function it appears in.)
    1.16 +../linuxthreads/sysdeps/pthread/errno-loc.c:39: syntax error before "self"
    1.17 +../linuxthreads/sysdeps/pthread/errno-loc.c:40: warning: implicit declaration of function `LIBC_THREAD_GETMEM'
    1.18 +../linuxthreads/sysdeps/pthread/errno-loc.c:40: `self' undeclared (first use in this function)
    1.19 +../linuxthreads/sysdeps/pthread/errno-loc.c:40: `p_errnop' undeclared (first use in this function)
    1.20 +../linuxthreads/sysdeps/pthread/errno-loc.c:40: warning: return makes pointer from integer without a cast
    1.21 +make[2]: *** [/home/gotom/glibc/glibc-2.3.2/build/csu/errno-loc.o] Error 1
    1.22 +make[2]: Leaving directory `/home/gotom/glibc/glibc-2.3.2/glibc-2.3.2/csu'
    1.23 +make[1]: *** [csu/subdir_lib] Error 2
    1.24 +
    1.25 +means that hppa does not yet have the proper stuff for linuxthreads.
    1.26 +
    1.27 +See
    1.28 +http://groups.google.com/groups?selm=20030322165012%247208%40gated-at.bofh.it
    1.29 +http://lists.debian.org/debian-glibc/2003/debian-glibc-200303/msg00472.html
    1.30 +
    1.31 +A set of experimental patches is at
    1.32 +http://www.baldric.uwo.ca/~carlos/glibc-2.3.2-patches.tar.gz
    1.33 +but since they touch generic code, I'm not comfortable using them in general yet.
    1.34 +Go ahead and grab them if you want to build for hppa before hppa
    1.35 +support is merged into glibc.