Re: [Patch,AVR]: ASM_SPEC: Add -mno-skip-bug

2012-02-28 Thread Denis Chertykov
2012/2/28 Georg-Johann Lay : > 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

[Patch,AVR]: ASM_SPEC: Add -mno-skip-bug

2012-02-28 Thread Georg-Johann Lay
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 aff