diff options
author | Janis Johnson <janis187@us.ibm.com> | 2002-09-03 22:47:41 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2002-09-03 22:47:41 +0000 |
commit | 7c19f81682b7a2d561c2988f29cda338282ab688 (patch) | |
tree | dfd607f674acf3c1f0c689cc295bf85b8a93a08b /gcc/doc/gcc.texi | |
parent | 79ba5e3b9e7f922a99c698829c88f2b47700fd5e (diff) | |
download | gcc-7c19f81682b7a2d561c2988f29cda338282ab688.zip gcc-7c19f81682b7a2d561c2988f29cda338282ab688.tar.gz gcc-7c19f81682b7a2d561c2988f29cda338282ab688.tar.bz2 |
Makefile.in (TEXI_GCC_FILES): Add compat.texi.
2002-09-03 Janis Johnson <janis187@us.ibm.com>
* Makefile.in (TEXI_GCC_FILES): Add compat.texi.
* doc/gcc.texi (Top): Add new chapter, Binary Compatibility, and
include its file, compat.texi.
* doc/compat.texi: New file with new chapter, Binary Compatibility.
From-SVN: r56774
Diffstat (limited to 'gcc/doc/gcc.texi')
-rw-r--r-- | gcc/doc/gcc.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi index 4e9f2b7..1e9fcf4 100644 --- a/gcc/doc/gcc.texi +++ b/gcc/doc/gcc.texi @@ -164,6 +164,7 @@ Introduction, gccint, GNU Compiler Collection (GCC) Internals}. * C Extensions:: GNU extensions to the C language family. * C++ Extensions:: GNU extensions to the C++ language. * Objective-C:: GNU Objective-C runtime features. +* Compatibility:: Binary Compatibility * Gcov:: gcov: a GCC test coverage program. * Trouble:: If you have trouble using GCC. * Bugs:: How, why and where to report bugs. @@ -188,6 +189,7 @@ Introduction, gccint, GNU Compiler Collection (GCC) Internals}. @include invoke.texi @include extend.texi @include objc.texi +@include compat.texi @include gcov.texi @include trouble.texi @include bugreport.texi |