aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/gcc.texi
diff options
context:
space:
mode:
authorJanis Johnson <janis187@us.ibm.com>2002-09-03 22:47:41 +0000
committerJanis Johnson <janis@gcc.gnu.org>2002-09-03 22:47:41 +0000
commit7c19f81682b7a2d561c2988f29cda338282ab688 (patch)
treedfd607f674acf3c1f0c689cc295bf85b8a93a08b /gcc/doc/gcc.texi
parent79ba5e3b9e7f922a99c698829c88f2b47700fd5e (diff)
downloadgcc-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.texi2
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