avr-libc-dev
[Top][All Lists]
Advanced

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

Re: [avr-libc-dev] [PATCH] ATmega103 w/ > 64k program code


From: Marek Michalkiewicz
Subject: Re: [avr-libc-dev] [PATCH] ATmega103 w/ > 64k program code
Date: Fri, 9 May 2003 23:59:21 +0200
User-agent: Mutt/1.4i

On Fri, May 09, 2003 at 12:43:08PM -0600, E. Weddington wrote:
> > Attached is a patch for gcrt1.S which fixes that problem.  The patch
> > is against avr-libc-20030114cvs/, but the latest avr-libc in CVS still
> > has the problem.

> Any objections to rolling this in avr-libc?
> 
> Marek, you might be the best judge of this one. Thanks

OK, thanks for the reminder.  I've just found that patch, two months
old, lost in my too big (even after deleting spam) mail archive :)

No need for #ifdef __AVR_ATmega103__, just change "lpm" to "elpm"
because this code is only for >64K devices with RAMPZ anyway.
(libgcc.a contains the default version for <=64K devices)

Marek





reply via email to

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