diff options
author | Nick Clifton <nickc@redhat.com> | 2006-04-18 10:11:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2006-04-18 10:11:30 +0000 |
commit | 224504d28e8bf388264caa92480d641aa06dfb8b (patch) | |
tree | 97150490d590cfd801a33a4967b9e383356c7f5b /gcc/doc | |
parent | 6ee2e1587ab08fb846788debf4778dec63dcec53 (diff) | |
download | gcc-224504d28e8bf388264caa92480d641aa06dfb8b.zip gcc-224504d28e8bf388264caa92480d641aa06dfb8b.tar.gz gcc-224504d28e8bf388264caa92480d641aa06dfb8b.tar.bz2 |
* doc/tm.texi (TARGET_SECTION_TYPE_FLAGS): Fix typo.
From-SVN: r113027
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 639e9e9..4392e42 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -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 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 need to override this if your target has special flags that might be set via @code{__attribute__}. |