This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++/i86 thunk patch
- From: Richard Henderson <rth at redhat dot com>
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, mark at codesourcery dot com
- Date: Mon, 15 Jul 2002 13:09:13 -0700
- Subject: Re: C++/i86 thunk patch
- References: <3D328BED.6BBBEC3C@codesourcery.com>
On Mon, Jul 15, 2002 at 09:46:37AM +0100, Nathan Sidwell wrote:
> this patch implements a new macro ASM_OUTPUT_VMI_THUNK, and
> obsoletes ASM_OUTPUT_MI_THUNK.
I would much prefer that (1) you use the targetm structure and
(2) that this hook does *not* emit text, but rather rtl. See
the Alpha and Sparc ASM_OUTPUT_MI_THUNK functions for an example
of how this might work.
r~