[avr-libc-dev] gcrt1.S should call main rather thanjumping

2007-02-13 Thread Dean
I was under the impression that the main overhead could be eliminated via the use of the naked and/or noreturn attributes. It seems to work in my own simple tests; is this not the case? ___ AVR-libc-dev mailing list AVR-libc-dev@nongnu.org

Re: [avr-libc-dev] gcrt1.S should call main rather thanjumping

2007-02-13 Thread Joerg Wunsch
As Dean wrote: I was under the impression that the main overhead could be eliminated via the use of the naked and/or noreturn attributes. It seems to work in my own simple tests; is this not the case? See Marek's discussion about __C_task (or OS_task). In short, it's a noreturn function that