[PATCH] Use do_rem to get rid of undefined __raise() error on ARM
Carmelo Amoroso
carmelo73 at gmail.com
Sat Mar 8 23:16:18 PST 2008
Khem Raj wrote:
> 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
>
>
Hi Khem,
patch merged. Thanks
Carmelo
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> uClibc mailing list
> uClibc at uclibc.org
> http://busybox.net/cgi-bin/mailman/listinfo/uclibc
More information about the uClibc
mailing list