diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b4119862cd5e916a69ba4ca1bcdbdb9051a29453..5dc551148d5ec8c14bdcc18151f3383abe73f464 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 af1b21c422b69a162ae4b07a97084492f9ea676d..ce16b6738d7bd64d43fd8e9ce72685b16bfee4eb 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