OSDN Git Service

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

gcc/ChangeLog
gcc/doc/invoke.texi

index b0cb467..29333d8 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-24  Martin Jambor  <mjambor@suse.cz>
 
        Backport from mainline
index 88f4a37..858e493 100644 (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.