summaryrefslogtreecommitdiff
path: root/gcc/doc/gccint.texi
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2003-03-15 19:54:10 +0000
committerZack Weinberg <zack@gcc.gnu.org>2003-03-15 19:54:10 +0000
commitd2184e79be1ae8498309d3dc99334e4c39099769 (patch)
treee7f396c4a9ab0711d7638802c2dab55e302b10ee /gcc/doc/gccint.texi
parentde6a669be0c301912d3ff1b00aed3bf0e0a115f2 (diff)
downloadgcc-d2184e79be1ae8498309d3dc99334e4c39099769.tar.gz
Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
2003-03-15 Aldy Hernandez <aldyh@redhat.com> Zack Weinberg <zack@codesourcery.com> * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi. * doc/libgcc.texi: New file. * doc/interface.texi: Delete paragraph about libgcc interface. * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi. From-SVN: r64416
Diffstat (limited to 'gcc/doc/gccint.texi')
-rw-r--r--gcc/doc/gccint.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/doc/gccint.texi b/gcc/doc/gccint.texi
index b6bec095fa0..e69f67fc87d 100644
--- a/gcc/doc/gccint.texi
+++ b/gcc/doc/gccint.texi
@@ -140,6 +140,7 @@ Additional tutorial information is linked to from
* Contributing:: How to contribute to testing and developing GCC.
* Portability:: Goals of GCC's portability features.
* Interface:: Function-call interface of GCC output.
+* 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.
* Passes:: Order of passes, what they do, and what each file is for.
@@ -168,6 +169,7 @@ Additional tutorial information is linked to from
@include contribute.texi
@include portability.texi
@include interface.texi
+@include libgcc.texi
@include languages.texi
@include sourcebuild.texi
@include passes.texi