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
This commit is contained in:
Georg-Johann Lay 2012-03-07 15:53:12 +00:00 committed by Georg-Johann Lay
parent 397c0dc8b3
commit 0bd5f4dd20
2 changed files with 6 additions and 1 deletions

View 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 '^'.

View 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.