From 79532d34723e72f2171cf300d31e51c76a033bf0 Mon Sep 17 00:00:00 2001 From: Eric Weddington Date: Mon, 3 Sep 2007 21:17:14 +0000 Subject: [PATCH] * doc/extend.texi: Document progmem attribute for AVR. From-SVN: r128061 --- gcc/ChangeLog | 4 ++++ gcc/doc/extend.texi | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 82dabe4f0e62..158cf38c0f4a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-09-03 Eric Weddington + + * doc/extend.texi: Document progmem attribute for AVR. + 2007-09-03 Anatoly Sokolov PR target/28902 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 5ae033c09462..2016e451de57 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -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