Re: [patch,avr] Add built-in function to emit NOPs

2016-08-01 Thread Denis Chertykov
2016-08-01 11:23 GMT+03:00 Georg-Johann Lay : > This adds a new built-in function that inserts a requested number of NOPs > into the instruction stream. I found it useful when testing avr-gcc. > > Ok to apply? > > > Johann > > > * doc/extend.texi (AVR Built-in Functions):

[patch,avr] Add built-in function to emit NOPs

2016-08-01 Thread Georg-Johann Lay
This adds a new built-in function that inserts a requested number of NOPs into the instruction stream. I found it useful when testing avr-gcc. Ok to apply? Johann * doc/extend.texi (AVR Built-in Functions): Document __builtin_avr_nops. * config/avr/builtins.def