Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(764)

Unified Diff: gcc/gcc/doc/gccint.texi

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/doc/gccinstall.info ('k') | gcc/gcc/doc/gcj.1 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « gcc/gcc/doc/gccinstall.info ('k') | gcc/gcc/doc/gcj.1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698