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

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

RE: [avr-gcc-list] Typo in help message of avr-as 2.18


From: Weddington, Eric
Subject: RE: [avr-gcc-list] Typo in help message of avr-as 2.18
Date: Tue, 22 Jan 2008 09:10:44 -0700

Hi Dmitry,

It may take some time to get to this bug.

Could you fill out a bug report at the GNU Binutils project?:
<http://sourceware.org/bugzilla/>

That way the issue won't get lost.

Thanks!
Eric W.

> -----Original Message-----
> From: 
> address@hidden 
> [mailto:address@hidden
> org] On Behalf Of Dmitry K.
> Sent: Sunday, January 20, 2008 3:16 PM
> To: address@hidden
> Subject: [avr-gcc-list] Typo in help message of avr-as 2.18
> 
> Hi.
> 
> 'avr-as --help' (version 2.18) says:
>   ...
>   -mno-skip-bug   disable warnings for skipping two-word instructions
>                   (default for avr4, avr5)
> 
> It is needed to add 'avr2' to the default list:
>   -mno-skip-bug   disable warnings for skipping two-word instructions
>                   (default for avr2, avr4, avr5)
> 
> Also correction (that avr2 is not a classic AVR) is needed in the
> documentation to avr-as.
> 
> Test case:
>   ; No warning, no errors with binutils-2.18:
>   ; avr-as -mmcu=avr2
>       .text
>       .global main
>   main:       cpse    r0,r1
>       lds     r2,0
>       movw    r0,r2
>       lpm     r2,Z+
> 
> Dmitry.
> 
> 
> 
> _______________________________________________
> AVR-GCC-list mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
> 




reply via email to

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