diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-06-21 01:03:48 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-06-21 01:03:48 +0100 |
commit | 6c0a4eab24dd97de9f19e045d971718d516387e3 (patch) | |
tree | 43efbb988a673849f67b78d80a9342d1dda12331 /gcc/doc/contrib.texi | |
parent | 86e5b1b905ab077168902d6a7b62c51678f38d4f (diff) | |
download | gcc-6c0a4eab24dd97de9f19e045d971718d516387e3.zip gcc-6c0a4eab24dd97de9f19e045d971718d516387e3.tar.gz gcc-6c0a4eab24dd97de9f19e045d971718d516387e3.tar.bz2 |
c-tree.texi, [...]: Consistently use "front end" and "back end" as nouns and "front-end" and...
* doc/c-tree.texi, doc/contrib.texi, doc/extend.texi,
doc/gcc.texi, doc/install-old.texi, doc/install.texi,
doc/invoke.texi, doc/rtl.texi: Consistently use "front end" and
"back end" as nouns and "front-end" and "back-end" as adjectives.
From-SVN: r43479
Diffstat (limited to 'gcc/doc/contrib.texi')
-rw-r--r-- | gcc/doc/contrib.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index aa9b8e6..a8c7474 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -28,7 +28,7 @@ the Intel 80387 register stack. Alasdair Baird for various bugfixes. @item -Gerald Baumgartner added the signature extension to the C++ front-end. +Gerald Baumgartner added the signature extension to the C++ front end. @item Neil Booth for various work on cpplib. @@ -282,7 +282,7 @@ Kriang Lerdsuwanakij for improvements to demangler and various c++ fixes. @item Warren Levy major work on libgcj (Java Runtime Library) and random -work on the Java front-end. +work on the Java front end. @item Alain Lichnewsky ported GCC to the Mips cpu. |