From d2ac69ccdd38ae33c9f77df0e5ca5ef030cbbd60 Mon Sep 17 00:00:00 2001 From: gjl Date: Fri, 25 Jan 2013 18:57:49 +0000 Subject: [PATCH] * doc/invoke.texi (AVR Built-in Macros): Document __XMEGA__. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195473 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8200364..85152fe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 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 missing ':' in asm example. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 568190b..7d96467 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.7.4