invoke.texi (AVR Built-in Macros): Document __XMEGA__.

* doc/invoke.texi (AVR Built-in Macros): Document __XMEGA__.

From-SVN: r195472
This commit is contained in:
Georg-Johann Lay 2013-01-25 18:55:45 +00:00 committed by Georg-Johann Lay
parent af09dd72bb
commit 5902f057a1
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-01-25 Georg-Johann Lay <avr@gjlay.de>
* doc/invoke.texi (AVR Built-in Macros): Document __XMEGA__.
2013-01-24 Martin Jambor <mjambor@suse.cz>
Backport from mainline

View File

@ -11410,6 +11410,9 @@ the device name as from the AVR user manual. The difference between
If @var{device} is not a device but only a core architecture like
@code{avr51}, this macro will not be defined.
@item __AVR_XMEGA__
The device/architecture belongs to the XMEGA family of devices.
@item __AVR_HAVE_ELPM__
The device has the the @code{ELPM} instruction.