2012/2/28 Georg-Johann Lay <a...@gjlay.de>:
> This patch is addendum to support skip of 2-word instructions as of PR49939 
> and
> the extension made in
>
> http://gcc.gnu.org/viewcvs?view=revision&revision=177049
>
> gas emits a warning if it sees a skip of 2-word instruction for cores that
> might have the skip bug. However, only specific devices are affected by this
> silicon bug, namely ATmega103 and AT90S8515.
>
> The patch adds -mno-skip-bug option to gas's command line except for the cases
> where the core might have the bug, i.e.
>
> o  no -mmcu specified at all
> o  -mmcu=atmega103
> o  -mmcu=at90s8515
> o  -mmcu=avr31
> o  -mmcu=avr2
>
> Ok for the trunk?
>
> Johann
>
>        * config/avr/avr.h (ASM_SPEC): Add -mno-skip-bug if we know that
>        the device does not have the skip-bug.

Ok.

Denis.

Reply via email to