patches/glibc/2.2.5/unwind-arm.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Feb 24 11:00:05 2007 +0000 (2007-02-24)
changeset 1 eeea35fbf182
permissions -rw-r--r--
Add the full crosstool-NG sources to the new repository of its own.
You might just say: 'Yeah! crosstool-NG's got its own repo!".
Unfortunately, that's because the previous repo got damaged beyond repair and I had no backup.
That means I'm putting backups in place in the afternoon.
That also means we've lost history... :-(
     1 # See http://lists.arm.linux.org.uk/pipermail/linux-arm-kernel/2002-September/011508.html
     2 # Fixes error
     3 # arm-unknown-linux-gnu/gcc-3.2.3-glibc-2.2.5/build-glibc/libc.so.6: undefined reference to `size_of_encoded_value'
     4 # 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'
     5 # make[2]: *** [arm-unknown-linux-gnu/gcc-3.2.3-glibc-2.2.5/build-glibc/iconv/iconvconfig] Error 1
     6 
     7 --- glibc-2.2.5/sysdeps/unix/sysv/linux/configure.old	Sun Jan 20 19:27:33 2002
     8 +++ glibc-2.2.5/sysdeps/unix/sysv/linux/configure	Sun Jun  8 03:33:03 2003
     9 @@ -56,6 +56,10 @@
    10      arch_minimum_kernel=2.1.100
    11      libc_cv_gcc_unwind_find_fde=yes
    12      ;;
    13 +  arm*)
    14 +    libc_cv_gcc_unwind_find_fde=yes
    15 +    arch_minimum_kernel=2.0.10
    16 +    ;;
    17    i386*)
    18      libc_cv_gcc_unwind_find_fde=yes
    19      arch_minimum_kernel=2.0.10