From f80352b81ac08ffd398df784f5e1e5f21faaf129 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sun, 21 Mar 2004 15:15:44 +0000 Subject: [PATCH] * frontends.texi: Add missing line. From-SVN: r79782 --- gcc/ChangeLog | 4 ++++ gcc/doc/frontends.texi | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a1a5d191c97..d1694404d3c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-03-21 Joseph S. Myers + + * frontends.texi: Add missing line. + 2004-03-21 Zack Weinberg Chris Devers Joseph S. Myers 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