patches/glibc/2.2.5/unwind-arm.patch
changeset 1 eeea35fbf182
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/patches/glibc/2.2.5/unwind-arm.patch	Sat Feb 24 11:00:05 2007 +0000
     1.3 @@ -0,0 +1,19 @@
     1.4 +# See http://lists.arm.linux.org.uk/pipermail/linux-arm-kernel/2002-September/011508.html
     1.5 +# Fixes error
     1.6 +# arm-unknown-linux-gnu/gcc-3.2.3-glibc-2.2.5/build-glibc/libc.so.6: undefined reference to `size_of_encoded_value'
     1.7 +# arm-unknown-linux-gnu/gcc-3.2.3-glibc-2.2.5/build-glibc/libc.so.6: undefined reference to `read_encoded_value_with_base'
     1.8 +# make[2]: *** [arm-unknown-linux-gnu/gcc-3.2.3-glibc-2.2.5/build-glibc/iconv/iconvconfig] Error 1
     1.9 +
    1.10 +--- glibc-2.2.5/sysdeps/unix/sysv/linux/configure.old	Sun Jan 20 19:27:33 2002
    1.11 ++++ glibc-2.2.5/sysdeps/unix/sysv/linux/configure	Sun Jun  8 03:33:03 2003
    1.12 +@@ -56,6 +56,10 @@
    1.13 +     arch_minimum_kernel=2.1.100
    1.14 +     libc_cv_gcc_unwind_find_fde=yes
    1.15 +     ;;
    1.16 ++  arm*)
    1.17 ++    libc_cv_gcc_unwind_find_fde=yes
    1.18 ++    arch_minimum_kernel=2.0.10
    1.19 ++    ;;
    1.20 +   i386*)
    1.21 +     libc_cv_gcc_unwind_find_fde=yes
    1.22 +     arch_minimum_kernel=2.0.10