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

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

RE: [avr-gcc-list] Re: Patch: avrtest elf reader


From: Weddington, Eric
Subject: RE: [avr-gcc-list] Re: Patch: avrtest elf reader
Date: Sun, 25 May 2008 12:28:36 -0600

Committed to WinAVR CVS. I added a nominal ChangeLog file.

Thanks for the contribution Tristan!

Eric Weddington 

> -----Original Message-----
> From: 
> address@hidden 
> [mailto:address@hidden
> org] On Behalf Of Tristan Gingold
> Sent: Wednesday, May 21, 2008 6:48 AM
> To: Paulo Marques
> Cc: address@hidden
> Subject: [avr-gcc-list] Re: Patch: avrtest elf reader
> 
> 
> On May 21, 2008, at 1:39 PM, Paulo Marques wrote:
> 
> Hi,
> 
> > The only thing I think needs to be changed is the way the program  
> > aborts on error. The gcc testsuite requires the program to print  
> > either "EXIT", "ABORTED" or "TIMEOUT" to give a PASS / FAIL / etc.  
> > result to the test.
> 
> Done.  The only exit point now is leave().  As a consequence, more  
> functions are void ().
> 
> >> This second feature allows to use a strip down version of crt1  
> >> that doesn't
> >> initialize the SRAM.
> >
> > The only downside of this, is that if we introduce a bug in the  
> > "real" crt1, the testsuite might not catch it, because the memory  
> > is being "magically" initialized to the correct values. Maybe  
> > change this to a command line option?
> 
> Done.  Option -i added.  I also have added a -m option to set  
> max_instr_count.
> 
> Tristan.
> 




reply via email to

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