aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-11-07 14:53:23 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-11-07 14:53:23 +0000
commit526ca58c2642fb5a5758381bddcfc0059195ae55 (patch)
tree442cbc32baa2fc19de2f3436391bc2aa6f6effc3
parent8fb1e50e912ce7132fb701a1ff007414ca5c4a3e (diff)
downloadgcc-526ca58c2642fb5a5758381bddcfc0059195ae55.zip
gcc-526ca58c2642fb5a5758381bddcfc0059195ae55.tar.gz
gcc-526ca58c2642fb5a5758381bddcfc0059195ae55.tar.bz2
gcc.texi: Move terminology and spelling conventions to htdocs/codingconventions.html.
* doc/gcc.texi: Move terminology and spelling conventions to htdocs/codingconventions.html. From-SVN: r46825
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/gcc.texi20
2 files changed, 5 insertions, 20 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ed6baec..03dbec9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-07 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * doc/gcc.texi: Move terminology and spelling conventions to
+ htdocs/codingconventions.html.
+
2001-11-07 Graham Stott <grahams@redhat.com>
* cse.c (cse_insn): Emit BARRIER after unconditional jump.
diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi
index 6fb37c1..f476d8d 100644
--- a/gcc/doc/gcc.texi
+++ b/gcc/doc/gcc.texi
@@ -41,26 +41,6 @@
@c
@c anything else? --mew 10feb93
-@c For consistency, use the following:
-@c - "32-bit" rather than "32 bit" as an adjective.
-@c - American rather than British spelling (in particular -or and -ize).
-@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 - "dependent" as an adjective, and "dependency".
-@c - "front end" as a noun, "front-end" as an adjective.
-@c - "GCC" for the GNU Compiler Collection, both generally
-@c and as the GNU C Compiler in the context of compiling C;
-@c "G++" for the C++ compiler; "gcc" and "g++" (lowercase),
-@c marked up with @command, for the commands for compilation when the
-@c emphasis is on those; "GNU C" and "GNU C++" for language dialects;
-@c and try to avoid the older term "GNU CC".
-@c - "nonzero" rather than "non-zero".
-@c - "@code{NULL}" rather than "NULL".
-@c - "Objective-C" rather than "Objective C".
-
@macro gcctabopt{body}
@code{\body\}
@end macro