This is the mail archive of the libc-alpha@sources.redhat.com 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: convert ia64 strcat() from assembly to C


On Thu, Apr 22, 2004 at 10:50:59PM -0700, David Mosberger wrote:
> The patch below simply converts the assembly file
> sysdeps/ia64/strcat.S to C.  There was no point in writing it in
> assembly since a compiler can trivially do just as well.
> 
> "make check" passed with no new problems.
> 
> Please apply (and be sure to remove sysdeps/ia64/strcat.S).

What speaks against the (more complicated) version in
sysdeps/generic/strcat.c?


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