aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGeorg-Johann Lay <avr@gjlay.de>2013-01-07 18:37:47 +0000
committerGeorg-Johann Lay <gjl@gcc.gnu.org>2013-01-07 18:37:47 +0000
commit3567851459ace4510cb702780bbf05e4611184a9 (patch)
treeabbf65b7aeeb61e1cd03ff48c63ffacc32e5085a /gcc
parente566948899395fe79f6d1617805a70614b4a1257 (diff)
downloadgcc-3567851459ace4510cb702780bbf05e4611184a9.zip
gcc-3567851459ace4510cb702780bbf05e4611184a9.tar.gz
gcc-3567851459ace4510cb702780bbf05e4611184a9.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/doc/extend.texi2
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f79f53b..0123427 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,6 +1,12 @@
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
* config/avr/avr.h (ADDR_SPACE_COUNT): New enum.
(avr_addrspace_t): Add .section_name field.
* config/avr/avr.c (progmem_section): Use ADDR_SPACE_COUNT as
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index f12b488..cc20ed2 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -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}