diff options
author | Richard Henderson <rth@redhat.com> | 2001-08-10 14:50:45 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-08-10 14:50:45 -0700 |
commit | fe203faf3c598dbfc85f3e33ce9a7f3731635b29 (patch) | |
tree | 3ff6cc330e7c1b76096b5c6503c12691a226a810 /gcc/doc/gcc.texi | |
parent | ff14442814586de3a69dd485845cbfeac0743e07 (diff) | |
download | gcc-fe203faf3c598dbfc85f3e33ce9a7f3731635b29.zip gcc-fe203faf3c598dbfc85f3e33ce9a7f3731635b29.tar.gz gcc-fe203faf3c598dbfc85f3e33ce9a7f3731635b29.tar.bz2 |
extend.texi (C Implementation): New chapter.
* doc/extend.texi (C Implementation): New chapter.
* doc/gcc.texi (Top): Link it in.
From-SVN: r44777
Diffstat (limited to 'gcc/doc/gcc.texi')
-rw-r--r-- | gcc/doc/gcc.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi index 252f934..4435742 100644 --- a/gcc/doc/gcc.texi +++ b/gcc/doc/gcc.texi @@ -254,6 +254,7 @@ bugs. It corresponds to GCC version 3.1. * Standards:: Language standards supported by GCC. * Invoking GCC:: Command options supported by @samp{gcc}. * Installation:: How to configure, compile and install GCC. +* C Implementation:: How GCC implements the ISO C specification. * C Extensions:: GNU extensions to the C language family. * C++ Extensions:: GNU extensions to the C++ language. * Objective-C:: GNU Objective-C runtime features. |