diff options
author | Joseph Myers <jsm@polyomino.org.uk> | 2004-03-21 15:15:44 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2004-03-21 15:15:44 +0000 |
commit | f80352b81ac08ffd398df784f5e1e5f21faaf129 (patch) | |
tree | 9c4dcac21193c6a1c20015daa19292ce028aed17 /gcc/doc | |
parent | 6ad79f188db97feb3003cf9c8698da73580e2f00 (diff) | |
download | gcc-f80352b81ac08ffd398df784f5e1e5f21faaf129.zip gcc-f80352b81ac08ffd398df784f5e1e5f21faaf129.tar.gz gcc-f80352b81ac08ffd398df784f5e1e5f21faaf129.tar.bz2 |
* frontends.texi: Add missing line.
From-SVN: r79782
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/frontends.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/doc/frontends.texi b/gcc/doc/frontends.texi index 26f5980..0e4dfe5 100644 --- a/gcc/doc/frontends.texi +++ b/gcc/doc/frontends.texi @@ -24,6 +24,7 @@ generically to the complete suite of tools. The name historically stood for ``GNU C Compiler'', and this usage is still common when the emphasis is on compiling C programs. Finally, the name is also used when speaking of the @dfn{language-independent} component of GCC: code shared among the +compilers for all supported languages. The language-independent component of GCC includes the majority of the optimizers, as well as the ``back ends'' that generate machine code for |