re PR target/55897 ([avr] Allocate __memx data to .progmemx.data)

PR target/55897
	* doc/extend.texi (AVR Named Address Spaces): __memx goes into
	.progmemx.data now.

From-SVN: r194992
This commit is contained in:
Georg-Johann Lay 2013-01-07 18:37:47 +00:00 committed by Georg-Johann Lay
parent e566948899
commit 3567851459
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2013-01-07 Georg-Johann Lay <avr@gjlay.de>
PR target/55897
* doc/extend.texi (AVR Named Address Spaces): __memx goes into
.progmemx.data now.
2013-01-07 Georg-Johann Lay <avr@gjlay.de>
PR target/55897

View file

@ -1280,7 +1280,7 @@ If the high bit of the address is clear, data is read from flash
with @code{RAMPZ} set according to the high byte of the address.
@xref{AVR Built-in Functions,,@code{__builtin_avr_flash_segment}}.
Objects in this address space are located in @code{.progmem.data}.
Objects in this address space are located in @code{.progmemx.data}.
@end table
@b{Example}