view sources/patches/uClibc-fix-arm-unwind-002.patch @ 701:b4a9c0084f2f

Converted ARMV5L from OABI to EABI with VFP support. Added patches for uClibc and uClibc++ to deal with Unwind Exception handling, made uClibc++ pull in libgcc_eh for this as well, and disabled SJLJ exceptions for ARMV5L EABI, which is apparently required, so --enable-sjlj-exceptions was added to the details file for all the other arches. Also correct the GENTOO_CHOST variable for armeb.
author Mark Miller <mark@mirell.org>
date Mon, 06 Apr 2009 07:11:26 -0500
parents
children 3a141d15c503
line wrap: on
line source

--- 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)
 {