This is the mail archive of the gcc@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: Proposed targets to deprecate for 3.4


Hans-Peter Nilsson <hp@bitrange.com> writes:

> On Wed, 1 Oct 2003, Zack Weinberg wrote:
>> Hans-Peter Nilsson <hp@bitrange.com> writes:
>> >> There has got to be a better way to do that.
>> > Perhaps a (new) TARGET_ASM_FUNCTION_BEGIN_PROLOGUE?  If you're
>> > opposed to TARGET_ASM_FUNCTION_END_PROLOGUE, look at alpha.
>> No, I'm not opposed to ..._END_PROLOGUE; it has a well-defined task
>> that doesn't overlap with another mechanism.  Could you use
>> ASM_FUNCTION_START for what you need, maybe?
>
> What's that?  A new macro? :-)  (Sorry, I see no useful macro
> matching *FUNCTION*.)  Still, it'd just be trading one for
> another.

I believe I was thinking of ASM_DECLARE_FUNCTION_NAME.  Anyway, the
suggestion to use prologue_epilogue_contains seems like the Right
Thing to me.

zw


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