[PATCH]: Sparc SUN4V Niagara optimized memset/memcpy

Jakub Jelinek jakub@redhat.com
Wed Mar 1 22:31:00 GMT 2006


On Wed, Mar 01, 2006 at 02:25:33PM -0800, David S. Miller wrote:
> From: Ulrich Drepper <drepper@redhat.com>
> Date: Wed, 01 Mar 2006 13:31:51 -0800
> 
> > The ENTRY macro should get cfi_ support.  Then you cannot nest
> > .cfi_startproc.  cfi is not optional.
> 
> ok.

Sure, but you can use naked .globl __bzero; .type __bzero, @function; __bzero:
in this case or create a special macro for alternate entry point.

	Jakub



More information about the Libc-hacker mailing list