]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/55897 ([avr] Allocate __memx data to .progmemx.data)
authorGeorg-Johann Lay <avr@gjlay.de>
Mon, 7 Jan 2013 18:37:47 +0000 (18:37 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Mon, 7 Jan 2013 18:37:47 +0000 (18:37 +0000)
PR target/55897
* doc/extend.texi (AVR Named Address Spaces): __memx goes into
.progmemx.data now.

From-SVN: r194992

gcc/ChangeLog
gcc/doc/extend.texi

index f79f53b9de267b26a71bda41e10c27c979b10412..01234273adf2b76fa40eff0295b4df1a3e75d0c6 100644 (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
index f12b48867ac2443b8ba652d9ae657eee046cdada..cc20ed2b27e07e20f09e0bbb71b0700463eaa574 100644 (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}