On 6 November 2013 22:35, Bernhard Reutner-Fischer
<[email protected]> wrote:
> On 3 November 2013 17:20, Baruch Siach <[email protected]> wrote:
>> Not all architectures use 'ret' as function return instruction. For example,
>> xtensa usually uses 'retw'. Use the ret_ERRVAL arch dependant macro instead.
>
> yea. Did you grep for other occurances?

specifically, you'd just broke these arches, if i'm not mistaken:

git grep -L ret_ERRVAL libc/sysdeps/linux/*/sysdep.h | while read l;do
basename $(dirname $l);done | grep -v common
bfin
cris
metag
powerpc
sparc

Please resend.
thanks,
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to