diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-21 15:15:44 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-21 15:15:44 +0000 |
commit | 149f5e18ed8546e5387a4010e28e18133ea660d6 (patch) | |
tree | 9c4dcac21193c6a1c20015daa19292ce028aed17 /gcc/doc/frontends.texi | |
parent | 9b83a7155e0b400c06f3630f04eb448a353805e4 (diff) | |
download | gcc-149f5e18ed8546e5387a4010e28e18133ea660d6.tar.gz |
* frontends.texi: Add missing line.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79782 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/frontends.texi')
-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 26f59801010..0e4dfe5427a 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 |