From 224504d28e8bf388264caa92480d641aa06dfb8b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 18 Apr 2006 10:11:30 +0000 Subject: [PATCH] * doc/tm.texi (TARGET_SECTION_TYPE_FLAGS): Fix typo. From-SVN: r113027 --- gcc/ChangeLog | 4 ++++ gcc/doc/tm.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8574f89c36d..f2b7a5dbc2a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-04-18 Nick Clifton + + * doc/tm.texi (TARGET_SECTION_TYPE_FLAGS): Fix typo. + 2006-04-18 Paolo Bonzini PR target/27117 diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 639e9e98842..4392e424318 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__}. -- 2.30.2