diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-26 12:29:45 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-26 12:29:45 +0000 |
commit | 8af8271b6e4d90dc3d3ff09aa0b59d1d0c9b265c (patch) | |
tree | fdb4d3d27bd3bdb7bea00129cf48523c4baf442b | |
parent | 28e1fdb7f798033924982f264125f723ec27bddb (diff) | |
download | gcc-8af8271b6e4d90dc3d3ff09aa0b59d1d0c9b265c.tar.gz |
* ChangeLog.1: Follow spelling conventions.
* ChangeLog.4: Likewise.
* ChangeLog.6: Likewise.
* FSFChangeLog.11: Likewise.
* doc/cpp.texi: Likewise.
* doc/invoke.texi: Likewise.
* doc/tm.texi: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57539 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 10 | ||||
-rw-r--r-- | gcc/ChangeLog.1 | 2 | ||||
-rw-r--r-- | gcc/ChangeLog.4 | 2 | ||||
-rw-r--r-- | gcc/ChangeLog.6 | 4 | ||||
-rw-r--r-- | gcc/FSFChangeLog.11 | 4 | ||||
-rw-r--r-- | gcc/doc/cpp.texi | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 | ||||
-rw-r--r-- | gcc/doc/tm.texi | 2 |
8 files changed, 20 insertions, 10 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bc34947b9f9..72e9233da05 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2002-09-26 Kazu Hirata <kazu@cs.umass.edu> + + * ChangeLog.1: Follow spelling conventions. + * ChangeLog.4: Likewise. + * ChangeLog.6: Likewise. + * FSFChangeLog.11: Likewise. + * doc/cpp.texi: Likewise. + * doc/invoke.texi: Likewise. + * doc/tm.texi: Likewise. + 2002-09-26 Nick Clifton <nickc@redhat.com> * config.gcc: Add x prefix to v850e case for handling diff --git a/gcc/ChangeLog.1 b/gcc/ChangeLog.1 index d22f0bf7ab2..7391715b244 100644 --- a/gcc/ChangeLog.1 +++ b/gcc/ChangeLog.1 @@ -13371,7 +13371,7 @@ Sun Sep 13 08:13:39 1998 Ben Elliston <bje@cygnus.com> runtime library will do this. * objc/Make-lang.in: Do not build the runtime library or install - the Objective C header files. The Makefile for the runtime + the Objective-C header files. The Makefile for the runtime library will do this. * objc/Makefile.in (all.indirect): Only build the front-end. diff --git a/gcc/ChangeLog.4 b/gcc/ChangeLog.4 index 0580d7ac8f0..abd3dea1ffa 100644 --- a/gcc/ChangeLog.4 +++ b/gcc/ChangeLog.4 @@ -9445,7 +9445,7 @@ Thu 07-Sep-2000 21:29:00 BST Neil Booth <NeilB@earthling.net> yy_lim, or yy_get_token. Don't define get_directive_line if USE_CPPLIB. * c-common.h: Add multiple include guard. Define RID values - for every keyword in C, C++, and Objective C. Put all the + for every keyword in C, C++, and Objective-C. Put all the modifiers first. (struct c_fileinfo, get_fileinfo, dump_time_statistics): New. * c-decl.c (c_decode_option): Handle -lang-objc here. diff --git a/gcc/ChangeLog.6 b/gcc/ChangeLog.6 index f311c071985..63eac7d38dd 100644 --- a/gcc/ChangeLog.6 +++ b/gcc/ChangeLog.6 @@ -19186,13 +19186,13 @@ Sun Jul 1 11:53:52 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> * c-parse.in (OBJC_STRING): Kill. (objc_string): Decompose to [objc_string] '@' STRING. - (reswords): Take the leading '@' off all the Objective C keywords. + (reswords): Take the leading '@' off all the Objective-C keywords. (objc_rid_sans_at): Kill. (init_reswords): Don't initialize it. (yylexname): Use OBJC_IS_AT_KEYWORD and OBJC_IS_PQ_KEYWORD. (_yylex): Kill reconsider label. Look ahead one token after an '@'; if we get an identifier, check whether it's an - Objective C @-keyword. If so, return the keyword. Otherwise, + Objective-C @-keyword. If so, return the keyword. Otherwise, put back the token and return the '@' as a terminal. * cpplib.c (lex_macro_node): Remove unnecessary check for diff --git a/gcc/FSFChangeLog.11 b/gcc/FSFChangeLog.11 index 1614a695f60..1e80eab580c 100644 --- a/gcc/FSFChangeLog.11 +++ b/gcc/FSFChangeLog.11 @@ -9814,7 +9814,7 @@ Tue Oct 15 16:52:33 1996 Ian Lance Taylor <ian@cygnus.com> Tue Oct 15 11:19:17 1996 Lee Iverson <leei@Canada.AI.SRI.COM> - * mips.h (CPP_SPEC): Restore -D_LANGUAGE_C for Objective C. + * mips.h (CPP_SPEC): Restore -D_LANGUAGE_C for Objective-C. Mon Oct 14 18:03:35 1996 Jason Merrill <jason@yorick.cygnus.com> @@ -9864,7 +9864,7 @@ Fri Oct 11 12:19:21 1996 Ian Lance Taylor <ian@cygnus.com> (ASM_SPEC): Rewrite to use above specs. (SUBTARGET_CPP{,_SIZE}_SPEC): Define. (CPP_SPEC): Use above specs. Don't define _LANGUAGE_C if C++ or - Objective C. + Objective-C. ({,SUBTARGET_}EXTRA_SPECS): Define. * mips/dec-bsd.h ({CPP,ASM}_SPEC): Don't define. * mips/dec-osf1.h (CPP_SPEC): Don't define. diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index 6aaea597a7f..8d5bde71026 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -3604,11 +3604,11 @@ including extensions, with the exception that the effects of __STDC__ is not defined. @item -If you use digraphs the behaviour is undefined. +If you use digraphs the behavior is undefined. @item If a line that looks like a directive appears within macro arguments, -the behaviour is undefined. +the behavior is undefined. @end itemize diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 9a8fa2afa51..607a08aff3c 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1784,7 +1784,7 @@ file named @file{@var{sourcename}.decl}. @opindex Wno-protocol If a class is declared to implement a protocol, a warning is issued for every method in the protocol that is not implemented by the class. The -default behaviour is to issue a warning for every method not explicitly +default behavior is to issue a warning for every method not explicitly implemented in the class, even if a method implementation is inherited from the superclass. If you use the @code{-Wno-protocol} option, then methods inherited from the superclass are considered to be implemented, diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 4cbaeb70542..a0396bc6965 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -1429,7 +1429,7 @@ alignment of the underlying types of itself and of the previous bit-field; (ii) a zero-sized bit-field will affect the alignment of the whole enclosing structure, even if it is unnamed; except that (iii) a zero-sized bit-field will be disregarded unless it follows -another bit-field of non-zero size. If this hook returns @code{true}, +another bit-field of nonzero size. If this hook returns @code{true}, other macros that control bit-field layout are ignored. When a bit-field is inserted into a packed record, the whole size |