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: [RFC]: Argument setup for sibcalls


On Mon, Apr 14, 2003 at 01:16:41PM -0400, John David Anglin wrote:
> He suggested that we might want a new macro SIBCALL_FUNCTION_ARG.

Probably.  Using FUNCTION_ARG would definitely be incorrect
for the register window machines (sparc and ia64).  But I can
see that using FUNCTION_INCOMING_ARG also fails for targets
that need to pass parameters in more than one register.


r~


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