Commit 224504d2 by Nick Clifton Committed by Nick Clifton

* doc/tm.texi (TARGET_SECTION_TYPE_FLAGS): Fix typo.

From-SVN: r113027
parent 6ee2e158
2006-04-18 Nick Clifton <nickc@redhat.com>
* doc/tm.texi (TARGET_SECTION_TYPE_FLAGS): Fix typo.
2006-04-18 Paolo Bonzini <bonzini@gnu.org> 2006-04-18 Paolo Bonzini <bonzini@gnu.org>
PR target/27117 PR target/27117
......
...@@ -6559,7 +6559,7 @@ based on a variable or function decl, a section name, and whether or not the ...@@ -6559,7 +6559,7 @@ based on a variable or function decl, a section name, and whether or not the
declaration's initializer may contain runtime relocations. @var{decl} may be declaration's initializer may contain runtime relocations. @var{decl} may be
null, in which case read-write data should be assumed. null, in which case read-write data should be assumed.
The default version if this function handles choosing code vs data, The default version of this function handles choosing code vs data,
read-only vs read-write data, and @code{flag_pic}. You should only read-only vs read-write data, and @code{flag_pic}. You should only
need to override this if your target has special flags that might be need to override this if your target has special flags that might be
set via @code{__attribute__}. set via @code{__attribute__}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment