aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-12-17 16:21:23 +0100
committerThomas Schwinge <tschwinge@gcc.gnu.org>2013-12-17 16:21:23 +0100
commitc25a7053e9032fa105c9e8c54c9bd7fa5fc60e1e (patch)
treead7edcac13962fd552d304ebf7e4f326520544de
parentcef0fd0ec8a68d6c2eb7e69fc6cf9cb8de5ca079 (diff)
downloadgcc-c25a7053e9032fa105c9e8c54c9bd7fa5fc60e1e.zip
gcc-c25a7053e9032fa105c9e8c54c9bd7fa5fc60e1e.tar.gz
gcc-c25a7053e9032fa105c9e8c54c9bd7fa5fc60e1e.tar.bz2
Properly order chapters in GCC Internals manual.
gcc/ * doc/gccint.texi (Top): Fix inclusion order. From-SVN: r206053
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/gccint.texi4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 849b76c..92d9276 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-17 Thomas Schwinge <thomas@codesourcery.com>
+
+ * doc/gccint.texi (Top): Fix inclusion order.
+
2013-12-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/arm/arm-cores.def (cortex-a12): Use cortexa15 scheduling.
diff --git a/gcc/doc/gccint.texi b/gcc/doc/gccint.texi
index 7d79500..a80cc5d 100644
--- a/gcc/doc/gccint.texi
+++ b/gcc/doc/gccint.texi
@@ -143,12 +143,12 @@ Additional tutorial information is linked to from
@include sourcebuild.texi
@include options.texi
@include passes.texi
-@include rtl.texi
@include generic.texi
@include gimple.texi
@include tree-ssa.texi
-@include loop.texi
+@include rtl.texi
@include cfg.texi
+@include loop.texi
@include md.texi
@include tm.texi
@include hostconfig.texi