From 726e99922bf44d24b991b6a9454461d22ba03827 Mon Sep 17 00:00:00 2001 From: Andreas Schwab 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 b411986..5dc5511 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-05-16 Andreas Schwab + + * doc/tm.texi (TARGET_LIBGCC_SDATA_SECTION): Add missing @end + defmac. + 2006-05-15 Roger Sayle 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 diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index af1b21c..ce16b67 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 -- 2.7.4