invoke.texi (AVR Built-in Macros): Document __XMEGA__.
authorGeorg-Johann Lay <avr@gjlay.de>
Fri, 25 Jan 2013 18:57:49 +0000 (18:57 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Fri, 25 Jan 2013 18:57:49 +0000 (18:57 +0000)
* doc/invoke.texi (AVR Built-in Macros): Document __XMEGA__.

From-SVN: r195473

gcc/ChangeLog
gcc/doc/invoke.texi

index 8200364b0aa219e8d404805bf31910c8c36c55ec..85152febbdceb388a6fd7078dc8ece7a5f4dbe4c 100644 (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-25  Georg-Johann Lay  <avr@gjlay.de>
 
        * doc/extend.texi (Example of asm with clobbered asm reg): Fix
index 568190b99596a09dd6338a351575dde83e176c65..7d964677630a5a3996f79fd9586ba003dd9798aa 100644 (file)
@@ -11842,6 +11842,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.