OSDN Git Service

Fix copyright problems reported by Doug Evans.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog.1
index 75b8245..ef67034 100644 (file)
@@ -469,7 +469,7 @@ Sun May  2 15:16:42 1999  Joseph S. Myers  <jsm28@cam.ac.uk>
        (ASSEMBLER_DIALECT): Define.
        (CONDITIONAL_REGISTER_USAGE): Rename floating point registers if
        required for the UNIX assembler.
-       (ASM_OUTPUT_INT): Remove.  The compiler will synthesise it.
+       (ASM_OUTPUT_INT): Remove.  The compiler will synthesize it.
        (ASM_OUTPUT_ADDR_VEC_PROLOGUE): Remove.
        (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Change to "[" and "]".
        (TRAMPOLINE_TEMPLATE): Use ASM_OUTPUT_SHORT.
@@ -1423,7 +1423,7 @@ Fri Apr 12 15:00:52 1999  Stan Cox  <scox@cygnus.com>
        * cpphash.c (collect_expansion, macroexpand,
        push_macro_expansion): Make the escape character in macro
        buffers '\r', not '@'.  Remove code to protect literal
-       occurences of the escape character; '\r' cannot appear
+       occurrences of the escape character; '\r' cannot appear
        in a macro buffer unless we put it there.
        * cpplib.c (skip_comment, copy_comment, cpp_skip_hspace,
        copy_rest_of_line, cpp_get_token, parse_string,
@@ -1732,7 +1732,7 @@ Fri Apr  9 10:40:10 1999  Kaveh R. Ghazi  <ghazi@snafu.rutgers.edu>
 Thu Apr  8 19:20:18 1999  Jeffrey A Law  (law@cygnus.com)
 
        * expr.c (expand_expr, case ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF):
-       Do not try to optimize a aggregate address which has VOIDmode.
+       Do not try to optimize an aggregate address which has VOIDmode.
        Mirrors March 23 change to expand_assignment.
 
        * flow.c (delete_unreachable_blocks): Do not require EDGE_FALLTHRU
@@ -2152,7 +2152,7 @@ Fri Apr  2 12:58:26 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
 Fri Apr  2 12:19:17 1999  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
 
        * config/c4x/c4x.md (*db): Enable pattern if TARGET_LOOP_UNSIGNED
-       is non-zero.
+       is nonzero.
        (movstrqi_small, movstrqi_large, *cmpstrqi): Add + modifier to address
        register constraints.
        (*movhi_clobber+1): Modify splitter pattern to handle destination
@@ -2625,7 +2625,7 @@ Tue Mar 23 23:32:14 1999  Jeffrey A Law  (law@cygnus.com)
        left using a variable rotate right.  Provide anonymous pattern for
        rotate left by a constant value.
 
-       * expr.c (expand_assignment): Do not try to optimize a aggregate
+       * expr.c (expand_assignment): Do not try to optimize an aggregate
        address which has VOIDmode.
 
 Tue Mar 23 22:51:48 1999  Mumit Khan  <khan@xraylith.wisc.edu>
@@ -4287,7 +4287,7 @@ Thu Feb 25 21:52:54 1999  J"orn Rennecke  <amylaar@cygnus.co.uk>
        in registers.
 
        * expr.h (PRETEND_OUTGOING_VARARGS_NAMED): Provide default definition.
-       * function.c (assign_parms): Honour PRETEND_OUTGOING_VARARGS_NAMED.
+       * function.c (assign_parms): Honor PRETEND_OUTGOING_VARARGS_NAMED.
        * calls.c (expand_call): Likewise.
 
        * sh.c (sh_expand_prologue): For TARGET_HITACHI, don't push varargs /
@@ -4454,7 +4454,7 @@ Mon Feb 22 19:36:33 1999  Andrew Cagney  <cagney@b1.cygnus.com>
        StrongARM.
        (arm_is_6_or_7): New variable: true iff the target processor is an
        ARM6 or and ARM7.
-       (arm_select): Fields reorganised.
+       (arm_select): Fields reorganized.
        (struct processors): processor_type field removed.
        (all_procs): Remove.
        (all_cores): New array: Definitions of all known ARM cpu cores.
@@ -5184,10 +5184,10 @@ Mon Feb  8 21:31:06 1999  Richard Henderson  <rth@cygnus.com>
        (scan_loop): ... moved out of here.  Always initialize.
        Test loop_has_call instead of reg_single_usage not zero.
        Free reg_single_usage after strength reduction.
-       (count_loop_regs_set): Assume single_usage non-zero.
+       (count_loop_regs_set): Assume single_usage nonzero.
        (combine_givs_used_by_other): Test reg_single_usage.
        (load_mems_and_recount_loop_regs_set): Remove reg_single_usage
-       as a parameter.  Assume non-zero.
+       as a parameter.  Assume nonzero.
 
 1999-02-08  Zack Weinberg  <zack@midnite.ec.rhno.columbia.edu>
 
@@ -7018,7 +7018,7 @@ Thu Jan  7 03:08:17 1999  Richard Henderson  <rth@cygnus.com>
 Thu Jan  7 03:03:42 1999  Stan Cox  <scox@cygnus.com>
                          Richard Henderson  <rth@cygnus.com>
 
-       Support for Hypersparc and Sparclite86x:
+       Support for HyperSPARC and SPARClite86x:
        * sparc.h (TARGET_CPU_hypersparc, TARGET_CPU_sparclite86x): New.
        (CPP_CPU32_DEFAULT_SPEC): Fix up for the new targets.
        (ASM_CPU32_DEFAULT_SPEC): Likewise.
@@ -10282,7 +10282,7 @@ Wed Oct 28 16:46:07 1998  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
 Wed Oct 28 14:06:49 1998  Jim Wilson  <wilson@cygnus.com>
 
        * dwarfout.c (dwarfout_file_scope_decl): If DECL_CONTEXT, don't abort
-       if pending_types is non-zero.
+       if pending_types is nonzero.
        (dwarfout_finish): Verify pending_types is zero before finishing.
 
 Wed Oct 28 10:29:09 1998  Nick Clifton  <nickc@cygnus.com>
@@ -11967,7 +11967,7 @@ Fri Oct  9 14:26:44 1998  Jeffrey A Law  (law@cygnus.com)
 
 Fri Oct  9 11:44:47 1998  David Edelsohn  <edelsohn@gnu.org>
 
-       * loop.c (insert_bct): Ensure loop_iteration_var non-zero before use.
+       * loop.c (insert_bct): Ensure loop_iteration_var nonzero before use.
 
 Thu Oct  8 21:59:47 1998  Dave Brolley  <brolley@cygnus.com>
 
@@ -12503,7 +12503,7 @@ Thu Oct  1 10:42:27 1998  Nick Clifton  <nickc@cygnus.com>
        * c-common.c (decl_attributes): Call PRAGMA_INSERT_ATTRIBUTES
        if it is defined.
 
-       * c-lex.c: Replace occurances of HANDLE_SYSV_PRAGMA with
+       * c-lex.c: Replace occurrences of HANDLE_SYSV_PRAGMA with
        HANDLE_GENERIC_PRAGMAS.
 
        * varasm.c: Move definition of 'struct weak_syms' into
@@ -13059,7 +13059,7 @@ Sat Sep 19 12:05:09 1998  Richard Henderson  <rth@cygnus.com>
 Sat Sep 19 07:33:36 1998  Richard Earnshaw  (rearnsha@arm.com)
 
        * arm.c (add_constant): New parameter address_only, change caller.
-       Set it non-zero if taking the address of an item in the pool.
+       Set it nonzero if taking the address of an item in the pool.
        (arm_reorg): Handle cases where we need the address of an item in
        the pool.
 
@@ -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.
@@ -15068,7 +15068,7 @@ Mon Aug 10 19:02:55 1998  John Carr  <jfc@mit.edu>
 Mon Aug 10 04:28:13 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
                          Richard Henderson  <rth@cygnus.com>
 
-       Rewrite Sparc backend for better code generation and
+       Rewrite SPARC backend for better code generation and
        improved sparc64 support.
        * config/sparc/sp64-elf.h: Set JUMP_TABLES_IN_TEXT_SECTION to
        zero.
@@ -15155,7 +15155,7 @@ Mon Aug 10 04:28:13 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
        (define_function_unit ieu1): New, executes compare, call, and
        uncond_branch type insns.
        (define_function_units for type fdivs, fdivd, fsqrt): These
-       execute in the fpu multiply unit not the adder on UltraSparc.
+       execute in the fpu multiply unit not the adder on UltraSPARC.
        (define_expand cmpdi): Disallow TARGET_V8PLUS.
        (define_insn cmpsi_insn): Rename to cmpsi_insn_sp32.
        (define_insn cmpsi_insn_sp64): New, same as sp32 variant except it
@@ -15570,7 +15570,7 @@ Mon Jul 27 14:22:36 1998  Dave Brolley  <brolley@cygnus.com>
 
 Mon Jul 27 11:43:54 1998  Stan Cox  <scox@cygnus.com>
 
-       * longlong.h (count_leading_zeros): Sparclite scan instruction was
+       * longlong.h (count_leading_zeros): SPARClite scan instruction was
        being invoked incorrectly.
 
        * i386.c (ix86_prologue): Added SUBTARGET_PROLOGUE invocation.