This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fix i386 local and fastcall functions handling
- From: Richard Henderson <rth at redhat dot com>
- To: Jan Hubicka <jh at suse dot cz>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 15 Aug 2003 08:58:52 -0700
- Subject: Re: Fix i386 local and fastcall functions handling
- References: <20030815084023.GJ1381@kam.mff.cuni.cz>
On Fri, Aug 15, 2003 at 10:40:23AM +0200, Jan Hubicka wrote:
> * i386.c (ix86_fntype_regparm): Rename from ...
> (ix86_function_regparm): ... this one; add fastcall and local
> functions.
> (ix86_function_ok_for_sibcall): Update.
> (ix86_return_pops_args): Likewise.
> (init_cumulative_args): Likewise.
> (x86_can_output_mi_thunk): Likewise.
> (function_arg): Fix formating.
> (x86_this_parameter): Fix fastcall.
> (x86_output_mi_thunk): Likewise.
Ok. Please construct some test cases for these.
r~