This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: emit_library_call help
- From: Richard Henderson <rth at redhat dot com>
- To: Stephen Biggs <xyzzy at hotpop dot com>
- Cc: GCC list <gcc at gcc dot gnu dot org>
- Date: Mon, 23 Jun 2003 14:05:48 -0700
- Subject: Re: emit_library_call help
- References: <1056294000.4342.15.camel@steve.softier.local>
On Sun, Jun 22, 2003 at 06:00:00PM +0300, Stephen Biggs wrote:
> What magic is needed here to have this argument be a pointer
> argument instead of an integer argument?
There is no way to do this. You need to use expand_call instead
if your ABI depends on type (as opposed to mode) in any way.
r~