| Index: gcc/gcc/doc/gccint.texi
|
| diff --git a/gcc/gcc/doc/gccint.texi b/gcc/gcc/doc/gccint.texi
|
| index bb7a8af92f4c9ec6ca7a6452d49248443c225385..456acc18318b3b3c047e1c4da53f3d3325fa0e18 100644
|
| --- a/gcc/gcc/doc/gccint.texi
|
| +++ b/gcc/gcc/doc/gccint.texi
|
| @@ -28,7 +28,7 @@
|
| @copying
|
| Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
|
| 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
| -2008 Free Software Foundation, Inc.
|
| +2008, 2010 Free Software Foundation, Inc.
|
|
|
| Permission is granted to copy, distribute and/or modify this document
|
| under the terms of the GNU Free Documentation License, Version 1.2 or
|
| @@ -106,9 +106,9 @@ Additional tutorial information is linked to from
|
| * Libgcc:: Low-level runtime library used by GCC.
|
| * Languages:: Languages for which GCC front ends are written.
|
| * Source Tree:: GCC source tree structure and build system.
|
| +* Testsuites:: GCC testsuites.
|
| * Options:: Option specification files.
|
| * Passes:: Order of passes, what they do, and what each file is for.
|
| -* Trees:: The source representation used by the C and C++ front ends.
|
| * GENERIC:: Language-independent representation generated by Front Ends
|
| * GIMPLE:: Tuple representation used by Tree SSA optimizers
|
| * Tree SSA:: Analysis and optimization of GIMPLE
|
| @@ -122,6 +122,7 @@ Additional tutorial information is linked to from
|
| * Collect2:: How @code{collect2} works; how it finds @code{ld}.
|
| * Header Dirs:: Understanding the standard header file directories.
|
| * Type Information:: GCC's memory management; generating type information.
|
| +* Plugins:: Extending the compiler with plugins.
|
|
|
| * Funding:: How to help assure funding for free software.
|
| * GNU Project:: The GNU Project and GNU/Linux.
|
| @@ -143,7 +144,6 @@ Additional tutorial information is linked to from
|
| @include sourcebuild.texi
|
| @include options.texi
|
| @include passes.texi
|
| -@include c-tree.texi
|
| @include rtl.texi
|
| @include generic.texi
|
| @include gimple.texi
|
| @@ -157,6 +157,7 @@ Additional tutorial information is linked to from
|
| @include collect2.texi
|
| @include headerdirs.texi
|
| @include gty.texi
|
| +@include plugins.texi
|
|
|
| @include funding.texi
|
| @include gnu.texi
|
|
|