This is the mail archive of the gcc-patches@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: [3.4-BIB] x86-64 sibcall fixes


On Tue, Oct 15, 2002 at 07:58:07PM +0200, Jan Hubicka wrote:
> this patch fix two problems I found while looking into the sibcall
> code on x86-64.  Otherwise it seems to do the sibcalls
> What else is missing?

Note, on 3.4 BIB, the macro FUNCTION_OK_FOR_SIBCALL is no longer in
effect.  We now have

 #define TARGET_FUNCTION_OK_FOR_SIBCALL ARCH_function_ok_for_sibcall

Where ARCH is the target platform.

Cheers,
Andi.


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