From: Kazu Hirata Date: Thu, 26 Sep 2002 12:29:45 +0000 (+0000) Subject: ChangeLog.1: Follow spelling conventions. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6335b0aac369abc809ae6a784db3c947bfd8d8df;p=platform%2Fupstream%2Fgcc.git ChangeLog.1: Follow spelling conventions. * 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. From-SVN: r57539 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bc34947..72e9233 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2002-09-26 Kazu Hirata + + * 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 * config.gcc: Add x prefix to v850e case for handling diff --git a/gcc/ChangeLog.1 b/gcc/ChangeLog.1 index d22f0bf..7391715 100644 --- a/gcc/ChangeLog.1 +++ b/gcc/ChangeLog.1 @@ -13371,7 +13371,7 @@ Sun Sep 13 08:13:39 1998 Ben Elliston 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 0580d7a..abd3dea 100644 --- a/gcc/ChangeLog.4 +++ b/gcc/ChangeLog.4 @@ -9445,7 +9445,7 @@ Thu 07-Sep-2000 21:29:00 BST Neil Booth 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 f311c07..63eac7d 100644 --- a/gcc/ChangeLog.6 +++ b/gcc/ChangeLog.6 @@ -19186,13 +19186,13 @@ Sun Jul 1 11:53:52 2001 Richard Kenner * 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 1614a69..1e80eab 100644 --- a/gcc/FSFChangeLog.11 +++ b/gcc/FSFChangeLog.11 @@ -9814,7 +9814,7 @@ Tue Oct 15 16:52:33 1996 Ian Lance Taylor Tue Oct 15 11:19:17 1996 Lee Iverson - * 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 @@ -9864,7 +9864,7 @@ Fri Oct 11 12:19:21 1996 Ian Lance Taylor (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 6aaea59..8d5bde7 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 9a8fa2a..607a08a 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 4cbaeb7..a0396bc 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