public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [AVR] document progmem attribute
@ 2007-07-25 17:30 Eric Weddington
  2007-09-03 21:19 ` Anatoly Sokolov
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Weddington @ 2007-07-25 17:30 UTC (permalink / raw)
  To: gcc-patches, 'Anatoly Sokolov'

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [AVR] document progmem attribute
  2007-07-25 17:30 [AVR] document progmem attribute Eric Weddington
@ 2007-09-03 21:19 ` Anatoly Sokolov
  0 siblings, 0 replies; 2+ messages in thread
From: Anatoly Sokolov @ 2007-09-03 21:19 UTC (permalink / raw)
  To: Eric Weddington, gcc-patches

Hi.
>
>
> 2007-07-25  Eric Weddington  <eweddington@cso.atmel.com>
>
> * doc/extend.texi: Document progmem attribute for AVR.
>

Committed.

Anatoly. 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-03 21:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-25 17:30 [AVR] document progmem attribute Eric Weddington
2007-09-03 21:19 ` Anatoly Sokolov

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).