aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/gccint.texi
diff options
context:
space:
mode:
authorJerry Quinn <jlquinn@optonline.net>2010-03-13 05:38:08 +0000
committerJerry Quinn <jlquinn@gcc.gnu.org>2010-03-13 05:38:08 +0000
commit929769f4ea0bbebf3a4a15bdc72ccd353789848f (patch)
treecac3e8e86e16121650f1e5bad6df9a6d3940c6a3 /gcc/doc/gccint.texi
parentc6012045d576682c62d854f431b0115714735f20 (diff)
downloadgcc-929769f4ea0bbebf3a4a15bdc72ccd353789848f.zip
gcc-929769f4ea0bbebf3a4a15bdc72ccd353789848f.tar.gz
gcc-929769f4ea0bbebf3a4a15bdc72ccd353789848f.tar.bz2
Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
2010-03-13 Jerry Quinn <jlquinn@optonline.net> * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi. * doc/c-tree.texi: Remove. * doc/generic.texi: Merge c-tree.texi here. * doc/gccint.texi (Trees): Remove menu entry. (c-tree.texi): Remove @include. * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC. * doc/languages.texi (Reading RTL): Ditto. From-SVN: r157419
Diffstat (limited to 'gcc/doc/gccint.texi')
-rw-r--r--gcc/doc/gccint.texi4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/doc/gccint.texi b/gcc/doc/gccint.texi
index 25da7f8..456acc1 100644
--- a/gcc/doc/gccint.texi
+++ b/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
@@ -109,7 +109,6 @@ Additional tutorial information is linked to from
* 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
@@ -145,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