OSDN Git Service

PR c++/10549
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog.5
index c6c5c9f..e5c26cc 100644 (file)
@@ -24,7 +24,7 @@
        * gcc.c (process_command): Append a DIR_SEPARATOR to a path
        specified by the -B switch, if doing so would create a valid
        directory name.
-       * doc/invoke.texi: Document changed behaviour of -B.
+       * doc/invoke.texi: Document changed behavior of -B.
 
 2001-06-29  DJ Delorie  <dj@redhat.com>
 
@@ -77,7 +77,7 @@ Fri Jun 29 12:27:24 2001  Jeffrey A Law  (law@cygnus.com)
        * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h
        (arc_comp_type_attributes, arc_set_default_type_attributes,
        COMP_TYPE_ATTRIBUTES, SET_DEFAULT_TYPE_ATTRIBUTES): Remove
-       functions and macros with default behaviour.
+       functions and macros with default behavior.
        * config/m32r/m32r-protos.h, config/m32r/m32r.c,
        config/m32r/m32r.h (m32r_comp_type_attributes,
        m32r_set_default_type_attributes, COMP_TYPE_ATTRIBUTES,
@@ -1131,7 +1131,7 @@ Fri Jun 15 18:05:22 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
 Fri Jun 15 19:35:38 CEST 2001 Jan Hubicka  <jh@suse.cz>
 
-       * optabs.c (expand_twoval_binop): Avoid undefined behaviour.
+       * optabs.c (expand_twoval_binop): Avoid undefined behavior.
 
 2001-06-15  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
@@ -2885,7 +2885,7 @@ Thu May 24 15:56:48 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
 2001-05-22  Richard Henderson  <rth@redhat.com>
 
-       * unwind-dw2-fde.c (__deregister_frame_info): Stubbify in favour of...
+       * unwind-dw2-fde.c (__deregister_frame_info): Stubbify in favor of...
        (__deregister_frame_info_bases): New.
        * unwind-dw2-fde.h: Declare it.
        * libgcc-std.ver: Export it.
@@ -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>
@@ -3283,7 +3283,7 @@ Sat May 19 18:23:04 2001  Richard Henderson <rth@redhat.com>
        * c-parse.in (parm_declarator): Split into
        parm_declarator_starttypename and parm_declarator_nostarttypename.
        (parm_declarator_starttypename, parm_declarator_nostarttypename):
-       New.  Allow parenthesised sub-declarators which don't begin with a
+       New.  Allow parenthesized sub-declarators which don't begin with a
        TYPENAME.  Fixes PR c/166.
 
 2001-05-19  Mark Mitchell  <mark@codesourcery.com>
@@ -4498,7 +4498,7 @@ Fri May  4 13:10:03 CEST 2001  Jan Hubicka  <jh@suse.cz>
        (ix86_align_loops): Delete.
        (ix86_align_jumps): Delete.
        (override_options): Mark -malign-* as obsolete.  Emulate their
-       behaviour with the -falign-* options.  Default -falign-* from
+       behavior with the -falign-* options.  Default -falign-* from
        the processor table.
        * i386.h (FUNCTION_BOUNDARY): Define to 16; revert Richard Kenner's
        patch of Wed May 2 13:09:36 2001.
@@ -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.
 
@@ -11700,7 +11700,7 @@ Wed Jan 24 23:51:55 2001  J"orn Rennecke <amylaar@redhat.com>
        * cppinit.c (cpp_start_read): Remove deps_add_dep call.
        * tradcpp.c (main): Add -imacros or -include'd dependencies
        for -M*.
-       * cpp.texi (-M, -MM): Document -M -include behaviour.
+       * cpp.texi (-M, -MM): Document -M -include behavior.
 
 2001-01-24  Roger Collins <roger@ProProject.com>
 
@@ -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.
@@ -13179,7 +13179,7 @@ Tue Jan  9 21:25:19 2001  Jeffrey A Law  (law@cygnus.com)
        (emit_a_shift): Adopt to the new calling prototype of
        get_shift_alg.
        (function_prologue): Fix code for a monitor
-       function.  Support H8/S.
+       function.  Support H8S.
        (function_epilogue): Do not output pop for a monitor function.
 
 2001-01-09  Nick Clifton  <nickc@redhat.com>
@@ -13876,7 +13876,7 @@ Fri Jan  5 16:29:49 MET 2001  Jan Hubicka  <jh@suse.cz>
 
 2001-01-05  Neil Booth  <neil@daikokuya.demon.co.uk>
 
-       * cpp.texi: Update for -MP.  Clarify behaviour of -MT.
+       * cpp.texi: Update for -MP.  Clarify behavior of -MT.
        * cppinit.c (initialize_dependency_output):  Update.
        (cpp_finish): Output dummy targets for -MP.
        (OPT_MP): New.