invoke.texi (AVR Built-in Macros): Correct condition for when __AVR_3_BYTE_PC__ is...
authorGeorg-Johann Lay <avr@gjlay.de>
Wed, 7 Mar 2012 15:53:12 +0000 (15:53 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Wed, 7 Mar 2012 15:53:12 +0000 (15:53 +0000)
* doc/invoke.texi (AVR Built-in Macros): Correct condition for
when __AVR_3_BYTE_PC__ is defined.

From-SVN: r185059

gcc/ChangeLog
gcc/doc/invoke.texi

index 2c270fb2aa4db5bc8932ce47a782e595288a7531..4dee2ea6666f0f73131514238ea961f05acaeb28 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 0f5a2cce3656d0bc74adb364b90b5c47be248db8..42285a7e56518b3aceaecc05a1feba49443c148c 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.