From d2024693256dec2c4bde980f00df926789f52a10 Mon Sep 17 00:00:00 2001 From: nickc Date: Tue, 18 Apr 2006 10:11:30 +0000 Subject: [PATCH] * doc/tm.texi (TARGET_SECTION_TYPE_FLAGS): Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113027 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/doc/tm.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8574f89..f2b7a5d 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 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__}. -- 2.7.4