diff options
author | Andreas Schwab <schwab@gcc.gnu.org> | 2006-05-16 09:47:14 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2006-05-16 09:47:14 +0000 |
commit | 726e99922bf44d24b991b6a9454461d22ba03827 (patch) | |
tree | c0166ca83ebd6d34988eac051e6e3607b07faf7f /gcc/doc | |
parent | 6b6484828fb7d580efae23d5a637bc7229a68fff (diff) | |
download | gcc-726e99922bf44d24b991b6a9454461d22ba03827.zip gcc-726e99922bf44d24b991b6a9454461d22ba03827.tar.gz gcc-726e99922bf44d24b991b6a9454461d22ba03827.tar.bz2 |
tm.texi (TARGET_LIBGCC_SDATA_SECTION): Add missing @end defmac.
* doc/tm.texi (TARGET_LIBGCC_SDATA_SECTION): Add missing @end
defmac.
From-SVN: r113821
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/tm.texi | 3 |
1 files changed, 2 insertions, 1 deletions
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 |