aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg-Johann Lay <avr@gjlay.de>2012-03-07 15:53:12 +0000
committerGeorg-Johann Lay <gjl@gcc.gnu.org>2012-03-07 15:53:12 +0000
commit0bd5f4dd2084a3452d529506f1fed0fb10731ab2 (patch)
tree0c970fbe17af2cfc3f39ed3418548c18f24af2f0
parent397c0dc8b378d7c42821dcfcedbf74e2cf37b059 (diff)
downloadgcc-0bd5f4dd2084a3452d529506f1fed0fb10731ab2.zip
gcc-0bd5f4dd2084a3452d529506f1fed0fb10731ab2.tar.gz
gcc-0bd5f4dd2084a3452d529506f1fed0fb10731ab2.tar.bz2
invoke.texi (AVR Built-in Macros): Correct condition for when __AVR_3_BYTE_PC__ is defined.
* doc/invoke.texi (AVR Built-in Macros): Correct condition for when __AVR_3_BYTE_PC__ is defined. From-SVN: r185059
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/invoke.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2c270fb..4dee2ea 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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 '^'.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 0f5a2cc..42285a7 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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.