From: Eric Weddington <eweddington@cso.atmel.com>
To: gcc-patches@gcc.gnu.org, "'Anatoly Sokolov'" <aesok@post.ru>
Subject: [AVR] document progmem attribute
Date: Wed, 25 Jul 2007 17:30:00 -0000 [thread overview]
Message-ID: <011801c7cedd$1ea5b8e0$190412ac@corp.atmel.com> (raw)
Hi,
Below is a patch to document the progmem attribute used for the AVR. This is
one of the (many) missing doc items in bug 1078.
Thanks,
Eric Weddington
2007-07-25 Eric Weddington <eweddington@cso.atmel.com>
* doc/extend.texi: Document progmem attribute for AVR.
--- gcc/doc/extend.texi.old 2007-07-17 18:32:37.390625000 -0600
+++ gcc/doc/extend.texi 2007-07-18 07:59:47.218750000 -0600
@@ -3623,6 +3623,16 @@ placed in either the @code{.bss_below100
@end table
+@subsection AVR Variable Attributes
+
+@table @code
+@item progmem
+@cindex @code{progmem} variable attribute
+The @code{progmem} attribute is used on the AVR to place data in the
Program
+Memory address space. The AVR is a Harvard Architecture processor and data
+normally resides in the Data Memory address space.
+@end table
+
@node Type Attributes
@section Specifying Attributes of Types
@cindex attribute of types
next reply other threads:[~2007-07-25 16:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-25 17:30 Eric Weddington [this message]
2007-09-03 21:19 ` Anatoly Sokolov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='011801c7cedd$1ea5b8e0$190412ac@corp.atmel.com' \
--to=eweddington@cso.atmel.com \
--cc=aesok@post.ru \
--cc=gcc-patches@gcc.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).