avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] 2 tricky questions


From: Marko Panger
Subject: Re: [avr-gcc-list] 2 tricky questions
Date: Mon, 23 Jun 2003 11:47:59 +0200

Hi,

Finaly I rewritten my old pro/epi sequnces with macros by using the trick
for the inline asm provided by you. I already have these sequences, I was
just thinking of an more elegant way, possibly by integrating them into GCC.
Since this is not possible, I will use macros.

Thanks,
Marko

----- Original Message -----
From: "Tvrtko A. Ursulin" <address@hidden>
To: "Marko Panger AGB Lab" <address@hidden>; "Avr-Gcc List"
<address@hidden>
Sent: Tuesday, June 17, 2003 10:47 AM
Subject: Re: [avr-gcc-list] 2 tricky questions


>
> > 2) Is it possible to link user defined (my) interrupt prologue and
epilogue
> > functions instead of the integrated ones ?
>
> I don't think so because gcc generates prologues and epilogues for
different
> function attributes. But it is not complicated to add new attributes to
gcc.
>
> What kind of functions do you need? (I have some custom ones - maybe just
the
> thing you need)
>
>
> _______________________________________________
> avr-gcc-list mailing list
> address@hidden
> http://www.avr1.org/mailman/listinfo/avr-gcc-list
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]