This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: emit_library_call help


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~


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