Both -stable and -svn need the attached patches in order for armv5l-eabi and 
armv6l-eabi to work for me.

Rob
-- 
Latency is more important than throughput. It's that simple. - Linus Torvalds
--- a/libc/sysdeps/linux/arm/Makefile.arch	2007-03-06 02:06:26.000000000 -0600
+++ b/libc/sysdeps/linux/arm/Makefile.arch	2009-04-06 02:59:26.000000000 -0500
@@ -15,7 +15,7 @@
 ifeq ($(CONFIG_ARM_EABI),y)
 CSRC += aeabi_assert.c aeabi_atexit.c aeabi_errno_addr.c \
 	aeabi_localeconv.c aeabi_memclr.c aeabi_memcpy.c \
-	aeabi_memmove.c aeabi_memset.c find_exidx.c
+	aeabi_memmove.c aeabi_memset.c find_exidx.c aeabi_unwind_cpp_pr1.c
 SSRC += syscall-eabi.S
 ifeq ($(UCLIBC_HAS_WCHAR),y)
 CSRC += aeabi_mb_cur_max.c
--- a/libc/sysdeps/linux/arm/aeabi_unwind_cpp_pr1.c	2006-01-29 15:02:08.000000000 -0600
+++ b/libc/sysdeps/linux/arm/aeabi_unwind_cpp_pr1.c	2009-04-06 03:13:32.000000000 -0500
@@ -24,19 +24,16 @@
 
 #include <stdlib.h>
 
-attribute_hidden
 void
 __aeabi_unwind_cpp_pr0 (void)
 {
 }
 
-attribute_hidden
 void
 __aeabi_unwind_cpp_pr1 (void)
 {
 }
 
-attribute_hidden
 void
 __aeabi_unwind_cpp_pr2 (void)
 {
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to