From 6c0a4eab24dd97de9f19e045d971718d516387e3 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 21 Jun 2001 01:03:48 +0100 Subject: 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 --- gcc/doc/gcc.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gcc/doc/gcc.texi') diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi index e1bbb512..1fe7066 100644 --- a/gcc/doc/gcc.texi +++ b/gcc/doc/gcc.texi @@ -42,12 +42,12 @@ @c anything else? --mew 10feb93 @c For consistency, use the following: +@c - "back end" as a noun, "back-end" as an adjective. @c - "bit-field" not "bitfield" or "bit field" (following the C and C++ @c standards). @c - "built-in" as an adjective ("built-in function"), or sometimes @c "built in", not "builtin" (which isn't a word). -@c - "front end" as a noun, "front-end" as an adjective (not yet -@c consistently followed). +@c - "front end" as a noun, "front-end" as an adjective. @macro gcctabopt{body} @code{\body\} @@ -263,7 +263,7 @@ bugs. It corresponds to GCC version 3.1. * Portability:: Goals of GCC's portability features. * Interface:: Function-call interface of GCC output. * Passes:: Order of passes, what they do, and what each file is for. -* Trees:: The source representation used by the C and C++ front-ends. +* Trees:: The source representation used by the C and C++ front ends. * RTL:: The intermediate representation that most passes work on. * Machine Desc:: How to write machine description instruction patterns. * Target Macros:: How to write the machine description C macros. @@ -316,7 +316,7 @@ compiler. For example, we refer to the optimization options as affecting the behavior of ``GCC'' or sometimes just ``the compiler''. Front ends for other languages, such as Ada 95 and Pascal exist but -have not yet been integrated into GCC. These front-ends, like that for C++, +have not yet been integrated into GCC. These front ends, like that for C++, are built in subdirectories of GCC and link to it. The result is an integrated compiler that can compile programs written in C, C++, Objective C, or any of the languages for which you have installed front -- cgit v1.1