diff options
author | Georg-Johann Lay <avr@gjlay.de> | 2013-01-25 18:57:49 +0000 |
---|---|---|
committer | Georg-Johann Lay <gjl@gcc.gnu.org> | 2013-01-25 18:57:49 +0000 |
commit | f8fe87bd12b017e0f6be0d1103029e6d89dc7a40 (patch) | |
tree | 68d92727188c7b4fb39c305b85298f95c3989525 | |
parent | 28398d0d554daea8b7861c70242c588216422f7e (diff) | |
download | gcc-f8fe87bd12b017e0f6be0d1103029e6d89dc7a40.zip gcc-f8fe87bd12b017e0f6be0d1103029e6d89dc7a40.tar.gz gcc-f8fe87bd12b017e0f6be0d1103029e6d89dc7a40.tar.bz2 |
invoke.texi (AVR Built-in Macros): Document __XMEGA__.
* doc/invoke.texi (AVR Built-in Macros): Document __XMEGA__.
From-SVN: r195473
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 3 |
2 files changed, 7 insertions, 0 deletions
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 <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. 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. |