PR target/55897
* doc/extend.texi (AVR Named Address Spaces): __memx goes into
.progmemx.data now.
From-SVN: r194992
+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
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}