This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] fix bzero() on sparc ultra1


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]