[PATCH] Use do_rem to get rid of undefined __raise() error on ARM

Khem Raj kraj at mvista.com
Sat Mar 8 21:31:11 UTC 2008


Hi,

While compiling trunk on ARM with GCC 4.2 and enabling  
LDSO_GNU_HASH_SUPPORT I stumbled upon this problem.
GCC made a call to libgcc function __aeabi_uidivmod()->__div0()- 
 >__raise() and raise is not yet compiled in at the time of compiling  
ldso
so I got well known undefined symbol __raise problem

This patch uses the do_rem () macro to do the same operation.

OK ?

Thanks

Khem Raj
MontaVista


-------------- next part --------------
A non-text attachment was scrubbed...
Name: uclibc-raise-error.patch
Type: application/octet-stream
Size: 797 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/uclibc/attachments/20080308/996dcc06/attachment-0002.obj 
-------------- next part --------------



More information about the uClibc mailing list