extend.texi (AVR Built-in Functions): Document __builtin_avr_nops.
authorGeorg-Johann Lay <avr@gjlay.de>
Mon, 1 Aug 2016 12:23:17 +0000 (12:23 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Mon, 1 Aug 2016 12:23:17 +0000 (12:23 +0000)
commitee52b11b30850324bb13b132e78c18e9d3d65e63
tree4b91588e2f3f59ed75a7e09cde118171c919bf8a
parent7481147265a13c906467edec41927b3f106fe558
extend.texi (AVR Built-in Functions): Document __builtin_avr_nops.

* doc/extend.texi (AVR Built-in Functions): Document
__builtin_avr_nops.
* config/avr/builtins.def (NOPS): New.
* config/avr/avr.c (avr_expand_nops): New static function.
(avr_expand_builtin): Use it to handle AVR_BUILTIN_NOPS.

From-SVN: r238947
gcc/ChangeLog
gcc/config/avr/avr.c
gcc/config/avr/builtins.def
gcc/doc/extend.texi