summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/doc/tm.texi3
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b4119862cd5..5dc551148d5 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 af1b21c422b..ce16b6738d7 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
OpenPOWER on IntegriCloud