From f8fe87bd12b017e0f6be0d1103029e6d89dc7a40 Mon Sep 17 00:00:00 2001 From: Georg-Johann Lay Date: Fri, 25 Jan 2013 18:57:49 +0000 Subject: [PATCH] invoke.texi (AVR Built-in Macros): Document __XMEGA__. * doc/invoke.texi (AVR Built-in Macros): Document __XMEGA__. From-SVN: r195473 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8200364b0aa..85152febbdc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-01-25 Georg-Johann Lay + + * doc/invoke.texi (AVR Built-in Macros): Document __XMEGA__. + 2013-01-25 Georg-Johann Lay * doc/extend.texi (Example of asm with clobbered asm reg): Fix 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. -- 2.30.2