diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-22 02:03:17 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-22 02:03:17 +0000 |
commit | da7d8304097f7ee1fb0e484b692acd38abc406fb (patch) | |
tree | 46c3473e2a4ca056cf463861491452bb0f47b6a9 /gcc/ChangeLog.5 | |
parent | 330cc6c7b82eb339ca4af2f7fd10918bb705f69d (diff) | |
download | gcc-da7d8304097f7ee1fb0e484b692acd38abc406fb.zip gcc-da7d8304097f7ee1fb0e484b692acd38abc406fb.tar.gz gcc-da7d8304097f7ee1fb0e484b692acd38abc406fb.tar.bz2 |
ChangeLog: Follow spelling conventions.
* ChangeLog: Follow spelling conventions.
* ChangeLog.0: Likewise.
* ChangeLog.1: Likewise.
* ChangeLog.2: Likewise.
* ChangeLog.3: Likewise.
* ChangeLog.4: Likewise.
* ChangeLog.5: Likewise.
* ChangeLog.6: Likewise.
* FSFChangeLog.10: Likewise.
* FSFChangeLog.11: Likewise.
* alias.c: Likewise.
* basic-block.h: Likewise.
* c-aux-info.c: Likewise.
* c-common.c: Likewise.
* c-common.h: Likewise.
* c-decl.c: Likewise.
* c-format.c: Likewise.
* c-semantics.c: Likewise.
* c-typeck.c: Likewise.
* calls.c: Likewise.
* cfganal.c: Likewise.
* cfgloop.c: Likewise.
* collect2.c: Likewise.
* combine.c: Likewise.
* conflict.c: Likewise.
* cppexp.c: Likewise.
* cppfiles.c: Likewise.
* cpphash.h: Likewise.
* cppinit.c: Likewise.
* cpplex.c: Likewise.
* cpplib.c: Likewise.
* cpplib.h: Likewise.
* cppmacro.c: Likewise.
* cse.c: Likewise.
From-SVN: r57398
Diffstat (limited to 'gcc/ChangeLog.5')
-rw-r--r-- | gcc/ChangeLog.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog.5 b/gcc/ChangeLog.5 index a2e284d..9bd21c1 100644 --- a/gcc/ChangeLog.5 +++ b/gcc/ChangeLog.5 @@ -2903,7 +2903,7 @@ Thu May 24 15:56:48 CEST 2001 Jan Hubicka <jh@suse.cz> * config/ia64/ia64.md (nonlocal_goto): Reverse label and frame pointer parameters to __ia64_nonlocal_goto. Flag as NO_RETURN. * config/ia64/ia64.c (ia64_expand_epilogue): Make sure we are issuing - "r2" to the assembly file. Only issue allocs with non-zero parameters. + "r2" to the assembly file. Only issue allocs with nonzero parameters. 2001-05-22 Loren J. Rittle <ljrittle@acm.org> David O'Brien <obrien@freebsd.org> @@ -5194,7 +5194,7 @@ Wed Apr 25 17:09:50 2001 J"orn Rennecke <amylaar@redhat.com> 2001-04-25 Jakub Jelinek <jakub@redhat.com> * emit-rtl.c (subreg_hard_regno): Only do HARD_REGNO_MODE_OK check - if check_mode is non-zero. + if check_mode is nonzero. 2001-04-25 Jakub Jelinek <jakub@redhat.com> @@ -11558,7 +11558,7 @@ Mon Jan 29 20:38:19 2001 Christopher Faylor <cgf@cygnus.com> (really_start_incremental_init): Clear it. (push_init_level): Save constructor_range_stack and clear it if pushing explicit braces. - (pop_init_level): abort if constructor_range_stack is non-zero at + (pop_init_level): abort if constructor_range_stack is nonzero at explicit closing brace. Restore saved constructor_range_stack if not implicit. @@ -12652,7 +12652,7 @@ Sat Jan 13 09:53:32 MET 2001 Jan Hubicka <jh@suse.cz> (pending_init_member): Rename to... (find_init_member): ...this function. Call set_nonincremental_init if necessary. Compare values of purpose index trees, not the trees - themselves. Return the actual value, not just non-zero if something + themselves. Return the actual value, not just nonzero if something is found. (output_init_element): Remove checks for duplicates. If field has zero size, only check the initializer for correctness. |