Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
79532d34
Commit
79532d34
authored
17 years ago
by
Eric Weddington
Committed by
Anatoly Sokolov
17 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/extend.texi: Document progmem attribute for AVR.
From-SVN: r128061
parent
93976860
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
gcc/ChangeLog
+4
-0
gcc/doc/extend.texi
+10
-0
No files found.
gcc/ChangeLog
View file @
79532d34
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
...
...
This diff is collapsed.
Click to expand it.
gcc/doc/extend.texi
View file @
79532d34
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment