mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 10:50:47 +08:00
* doc/extend.texi: Document progmem attribute for AVR.
From-SVN: r128061
This commit is contained in:
parent
93976860d0
commit
79532d3472
@ -1,3 +1,7 @@
|
||||
2007-09-03 Eric Weddington <eweddington@cso.atmel.com>
|
||||
|
||||
* doc/extend.texi: Document progmem attribute for AVR.
|
||||
|
||||
2007-09-03 Anatoly Sokolov <aesok@post.ru>
|
||||
|
||||
PR target/28902
|
||||
|
@ -3677,6 +3677,16 @@ placed in either the @code{.bss_below100} section or the
|
||||
|
||||
@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
|
||||
|
Loading…
x
Reference in New Issue
Block a user