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: C++/i86 thunk patch


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~


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