* doc/invoke.texi (AVR Built-in Macros): Document __XMEGA__.
authorgjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Jan 2013 18:57:49 +0000 (18:57 +0000)
committergjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Jan 2013 18:57:49 +0000 (18:57 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195473 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/invoke.texi

index 8200364..85152fe 100644 (file)
@@ -1,5 +1,9 @@
 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
        missing ':' in asm example.
 
index 568190b..7d96467 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.