* doc/invoke.texi (AVR Built-in Macros): Correct condition for
authorgjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Mar 2012 15:53:12 +0000 (15:53 +0000)
committergjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Mar 2012 15:53:12 +0000 (15:53 +0000)
when __AVR_3_BYTE_PC__ is defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185059 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/invoke.texi

index 2c270fb..4dee2ea 100644 (file)
@@ -1,3 +1,8 @@
+2012-03-07  Georg-Johann Lay  <avr@gjlay.de>
+
+       * doc/invoke.texi (AVR Built-in Macros): Correct condition for
+       when __AVR_3_BYTE_PC__ is defined.
+
 2012-03-07  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/i386/i386.c (ix86_print_operand_punct_valid_p): Add '^'.
index 0f5a2cc..42285a7 100644 (file)
@@ -11327,7 +11327,7 @@ memory and if @code{-mshort-calls} is not set.
 @item __AVR_HAVE_EIJMP_EICALL__
 @item __AVR_3_BYTE_PC__
 The device has the @code{EIJMP} and @code{EICALL} instructions.
-This is the case for devices with at least 256@tie{}KiB of program memory.
+This is the case for devices with more than 128@tie{}KiB of program memory.
 This also means that the program counter
 (PC) is 3@tie{}bytes wide.