From 726e99922bf44d24b991b6a9454461d22ba03827 Mon Sep 17 00:00:00 2001
From: Andreas Schwab <schwab@gcc.gnu.org>
Date: Tue, 16 May 2006 09:47:14 +0000
Subject: [PATCH] tm.texi (TARGET_LIBGCC_SDATA_SECTION): Add missing @end
 defmac.

	* doc/tm.texi (TARGET_LIBGCC_SDATA_SECTION): Add missing @end
	defmac.

From-SVN: r113821
---
 gcc/ChangeLog   | 7 ++++++-
 gcc/doc/tm.texi | 3 ++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b4119862cd5e..5dc551148d5e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-16  Andreas Schwab  <schwab@suse.de>
+
+	* doc/tm.texi (TARGET_LIBGCC_SDATA_SECTION): Add missing @end
+	defmac.
+
 2006-05-15  Roger Sayle  <roger@eyesopen.com>
 
 	PR target/26600
@@ -11,7 +16,7 @@
 
 	* crtstuff.c (__dso_handle): Set section from
 	TARGET_LBIGCC_SDATA_SECTION if defined.
-	* doc/tm.text (TARGET_LIBGCC_SDATA_SECTION): Document.
+	* doc/tm.texi (TARGET_LIBGCC_SDATA_SECTION): Document.
 	* config/mips/mips.h (TARGET_LIBGCC_SDATA_SECTION): Define.
 
 2006-05-16  Danny Smith  <dannysmith@users.sourceforge.net>
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index af1b21c422b6..ce16b6738d7b 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -1,5 +1,5 @@
 @c Copyright (C) 1988,1989,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,
-@c 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+@c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 @c This is part of the GCC manual.
 @c For copying conditions, see the file gcc.texi.
 
@@ -6228,6 +6228,7 @@ MIPS), you could compile crtstuff with @code{-G 0} so that it doesn't
 require small data support from your application, but use this macro
 to put small data into @code{.sdata} so that your application can
 access these variables whether it uses small data or not.
+@end defmac
 
 @defmac FORCE_CODE_SECTION_ALIGN
 If defined, an ASM statement that aligns a code section to some
-- 
GitLab