aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorGeorg-Johann Lay <avr@gjlay.de>2013-01-25 18:57:49 +0000
committerGeorg-Johann Lay <avr@gjlay.de>2013-01-25 18:57:49 +0000
commit262130f66f33eb8180f5966ded5c3042d173d8bc (patch)
tree68d92727188c7b4fb39c305b85298f95c3989525 /gcc/doc
parentff74d3195d655a1c2a158a6aa2321cfe6e22ac79 (diff)
* doc/invoke.texi (AVR Built-in Macros): Document __XMEGA__.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@195473 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 568190b9959..7d964677630 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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.