From 3567851459ace4510cb702780bbf05e4611184a9 Mon Sep 17 00:00:00 2001 From: Georg-Johann Lay Date: Mon, 7 Jan 2013 18:37:47 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 6 ++++++ gcc/doc/extend.texi | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f79f53b9de2..01234273adf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2013-01-07 Georg-Johann Lay + + PR target/55897 + * doc/extend.texi (AVR Named Address Spaces): __memx goes into + .progmemx.data now. + 2013-01-07 Georg-Johann Lay PR target/55897 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index f12b48867ac..cc20ed2b27e 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} -- 2.30.2