summaryrefslogtreecommitdiff
path: root/gcc/doc/gcc.texi
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-18 19:46:58 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-18 19:46:58 +0000
commiteea5e1ee1429ceb1a725f598ba1bf61961480fef (patch)
tree28d134a7ca2f965ab42d305350309991639ac8cc /gcc/doc/gcc.texi
parenta9d9ab08e44531dc708dfa385147c321643b86fc (diff)
downloadgcc-eea5e1ee1429ceb1a725f598ba1bf61961480fef.tar.gz
* doc/install-old.texi: Move some sections out to ...
* doc/collect2.texi, doc/configfiles.texi, doc/headerdirs.texi: ... here. New files. Make into chapters rather than sections. * doc/gcc.texi: Include the new files and add menu entries for them. * Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47150 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/gcc.texi')
-rw-r--r--gcc/doc/gcc.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi
index e845439c5d2..ffd2affe9f4 100644
--- a/gcc/doc/gcc.texi
+++ b/gcc/doc/gcc.texi
@@ -262,6 +262,9 @@ bugs. It corresponds to GCC version 3.1.
* Target Macros:: How to write the machine description C macros and functions.
* Config:: Writing the @file{xm-@var{machine}.h} file.
* Fragments:: Writing the @file{t-@var{target}} and @file{x-@var{host}} files.
+* Configuration Files:: Files created by running @code{configure}.
+* Collect2:: How @code{collect2} works; how it finds @code{ld}.
+* Header Dirs:: Understanding the standard header file directories.
@end ifset
* Funding:: How to help assure funding for free software.
@@ -318,6 +321,9 @@ bugs. It corresponds to GCC version 3.1.
@include tm.texi
@include hostconfig.texi
@include fragments.texi
+@include configfiles.texi
+@include collect2.texi
+@include headerdirs.texi
@end ifset
@include funding.texi