This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: register parameter passing and library calls
- To: apl at alum dot mit dot edu
- Subject: Re: register parameter passing and library calls
- From: Joern Rennecke <amylaar at redhat dot com>
- Date: Tue, 18 Sep 2001 22:21:14 +0100 (BST)
- Cc: gcc at gcc dot gnu dot org, meissner at redhat dot com
> I suppose I could replace ALL the library functions with hand-compiled
> assembler language (and change the names of the library functions),
> but that would not be a very palatable strategy IMHO.
You can also make your movstrsi expander emit a call to memcpy.