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: [TRUNK/3.4.2] Export __trampoline_setup/__transfer_from_trampoline


On Wed, Sep 01, 2004 at 10:37:03AM -0700, Richard Henderson wrote:
> On Wed, Sep 01, 2004 at 04:10:07AM -0400, Jakub Jelinek wrote:
> > +  __transfer_from_trampoline
> 
> Where are you getting this one?
> 
> I see occurences in m68k and ns32k, and in both cases a comment says
> 
>   The function name __transfer_from_trampoline is not actually used.
> 
> In the case of ns32k I can see that the symbol __trampoline is used.
> In the case of m68k, I think the TRANSFER_FROM_TRAMPOLINE macro is
> dead; it doesn't appear to be used at all.

Oops, you're right.
So shall I export __trampoline_setup and __trampoline or just
__trampoline_setup?

	Jakub


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