[PATCH] fix bzero() on sparc ultra1
David Miller
davem@davemloft.net
Thu Mar 3 21:25:00 GMT 2011
From: Aurelien Jarno <aurelien@aurel32.net>
Date: Mon, 28 Feb 2011 16:44:43 +0100
> bzero() on sparcv9 or sparc64 and on non-niagara machines is calling
> __memset_ultra1 instead of __bzero_ultra1. This result in a crash and
> a test failure of inl-tester.out and noinl-tester.out.
>
> The patch below fixes that.
>
> 2011-02-28 Aurelien Jarno <aurelien@aurel32.net>
>
> * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): call
> __bzero_ultra1 instead of __memset_ultra1.
Thanks, I've applied your patch.
More information about the Libc-alpha
mailing list