This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/49868] Implement named address space to place/access data in flash memory
- From: "gjl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 24 Jan 2012 12:38:59 +0000
- Subject: [Bug target/49868] Implement named address space to place/access data in flash memory
- Auto-submitted: auto-generated
- References: <bug-49868-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49868
--- Comment #14 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2012-01-24 12:38:59 UTC ---
Author: gjl
Date: Tue Jan 24 12:38:52 2012
New Revision: 183473
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183473
Log:
PR target/49868
* doc/extend.texi (AVR Named Address Spaces): Move sample code up.
Remove note on size/offset limitation.
(AVR Variable Attributes): Add example how to read data located
with progmem. Refer to named address spaces.
* doc/invoke.texi (AVR Options): Fix typo.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/doc/extend.texi
trunk/gcc/doc/invoke.texi