PATCH for sibcalls on i386

Richard Henderson rth@redhat.com
Mon Sep 23 22:14:00 GMT 2002


On Tue, Sep 24, 2002 at 02:31:40PM +1000, Andreas Bauer wrote:
> -#define FUNCTION_OK_FOR_SIBCALL(DECL) arm_function_ok_for_sibcall ((DECL))
> +#define FUNCTION_OK_FOR_SIBCALL(DECL, EXP) arm_function_ok_for_sibcall ((DECL, EXP))

This won't work.  You're calling a function of one parameter
with two parameters.


r~



More information about the Gcc-patches mailing list