aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/gcc.texi
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-11-18 19:46:58 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-11-18 19:46:58 +0000
commit72170b2269ee7e1217686b7b29e541ee1950491f (patch)
tree28d134a7ca2f965ab42d305350309991639ac8cc /gcc/doc/gcc.texi
parentc3d321205faccb3dc6c1360fe96b80b44f0682ab (diff)
downloadgcc-72170b2269ee7e1217686b7b29e541ee1950491f.zip
gcc-72170b2269ee7e1217686b7b29e541ee1950491f.tar.gz
gcc-72170b2269ee7e1217686b7b29e541ee1950491f.tar.bz2
install-old.texi: Move some sections out to ...
* 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. From-SVN: r47150
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 e845439..ffd2aff 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