This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] i386: Hookize SETUP_INCOMING_VARARGS.
- From: "Zack Weinberg" <zack at codesourcery dot com>
- To: Kazu Hirata <kazu at cs dot umass dot edu>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 31 Jan 2004 10:36:21 -0800
- Subject: Re: [patch] i386: Hookize SETUP_INCOMING_VARARGS.
- References: <20040130.233741.68034496.kazu@cs.umass.edu>
Kazu Hirata <kazu@cs.umass.edu> writes:
> Hi,
>
> Attached is a patch to hookize SETUP_INCOMING_VARARGS.
>
> Bootstrapped on i686-pc-linux-gnu. OK to apply?
>
> Kazu Hirata
>
> 2004-01-30 Kazu Hirata <kazu@cs.umass.edu>
>
> * config/i386/i386-protos.h: Remove the prototype for
> ix86_setup_incoming_varargs.
> * config/i386/i386.c (TARGET_SETUP_INCOMING_VARARGS): New.
> (ix86_setup_incoming_varargs): Make it static.
> * config/i386/i386.h (SETUP_INCOMING_VARARGS): Remove.
This is OK.
zw