From 457275b654f3dbfc4d26ce1e7ec4c4f862ca463f Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 14 Sep 2002 15:51:45 +0000 Subject: [PATCH] * ChangeLog: Follow spelling conventions. * ChangeLog.0: Likewise. * ChangeLog.2: Likewise. * ChangeLog.3: Likewise. * ChangeLog.4: Likewise. * ChangeLog.5: Likewise. * ChangeLog.6: Likewise. * cppfiles.c: Likewise. * cppinit.c: Likewise. * cpplib.h: Likewise. * cse.c: Likewise. * debug.h: Likewise. * df.c: Likewise. * dominance.c: Likewise. * hashtable.c: Likewise. * hashtable.h: Likewise. * loop.c: Likewise. * config/arm/README-interworking: Likewise. * config/arm/arm.c: Likewise. * config/arm/arm.h: Likewise. * config/arm/arm.md: Likewise. * config/dsp16xx/dsp16xx.h: Likewise. * config/frv/frv.c: Likewise. * config/frv/frv.h: Likewise. * config/ip2k/ip2k.h: Likewise. * config/rs6000/rs6000.c: Likewise. * config/stormy16/stormy-abi: Likewise. * config/stormy16/stormy16.h: Likewise. * config/v850/v850.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57146 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 40 ++++++++++++++++++++++++++++++++++---- gcc/ChangeLog.0 | 2 +- gcc/ChangeLog.2 | 12 ++++++------ gcc/ChangeLog.3 | 34 ++++++++++++++++---------------- gcc/ChangeLog.4 | 20 +++++++++---------- gcc/ChangeLog.5 | 12 ++++++------ gcc/ChangeLog.6 | 12 ++++++------ gcc/config/arm/README-interworking | 2 +- gcc/config/arm/arm.c | 4 ++-- gcc/config/arm/arm.h | 4 ++-- gcc/config/arm/arm.md | 2 +- gcc/config/dsp16xx/dsp16xx.h | 2 +- gcc/config/frv/frv.c | 2 +- gcc/config/frv/frv.h | 6 +++--- gcc/config/ip2k/ip2k.h | 4 ++-- gcc/config/rs6000/rs6000.c | 2 +- gcc/config/stormy16/stormy-abi | 2 +- gcc/config/stormy16/stormy16.h | 4 ++-- gcc/config/v850/v850.c | 4 ++-- gcc/cppfiles.c | 2 +- gcc/cppinit.c | 8 ++++---- gcc/cpplib.h | 2 +- gcc/cse.c | 2 +- gcc/debug.h | 2 +- gcc/df.c | 6 +++--- gcc/dominance.c | 2 +- gcc/hashtable.c | 2 +- gcc/hashtable.h | 2 +- gcc/loop.c | 4 ++-- 29 files changed, 117 insertions(+), 85 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 869f704d753..a947f748ef7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,37 @@ 2002-09-14 Kazu Hirata + * ChangeLog: Follow spelling conventions. + * ChangeLog.0: Likewise. + * ChangeLog.2: Likewise. + * ChangeLog.3: Likewise. + * ChangeLog.4: Likewise. + * ChangeLog.5: Likewise. + * ChangeLog.6: Likewise. + * cppfiles.c: Likewise. + * cppinit.c: Likewise. + * cpplib.h: Likewise. + * cse.c: Likewise. + * debug.h: Likewise. + * df.c: Likewise. + * dominance.c: Likewise. + * hashtable.c: Likewise. + * hashtable.h: Likewise. + * loop.c: Likewise. + * config/arm/README-interworking: Likewise. + * config/arm/arm.c: Likewise. + * config/arm/arm.h: Likewise. + * config/arm/arm.md: Likewise. + * config/dsp16xx/dsp16xx.h: Likewise. + * config/frv/frv.c: Likewise. + * config/frv/frv.h: Likewise. + * config/ip2k/ip2k.h: Likewise. + * config/rs6000/rs6000.c: Likewise. + * config/stormy16/stormy-abi: Likewise. + * config/stormy16/stormy16.h: Likewise. + * config/v850/v850.c: Likewise. + +2002-09-14 Kazu Hirata + * loop.c: Fix a comment typo. 2002-09-14 Kazu Hirata @@ -3068,7 +3100,7 @@ Sat Aug 10 19:59:43 CEST 2002 Jan Hubicka * Makefile.in (sdbout.o): Doesn't need $(OBSTACK_H). * collect2.h (permanent_obstack): Delete declaration. * collect2.c (permanent_obstack): Delete definition. - (main): Don't initialise permanent_obstack. Use xstrdup instead. + (main): Don't initialize permanent_obstack. Use xstrdup instead. * expr.c: Don't include obstack.h. (permanent_obstack): Delete declaration. * function.c: Don't include obstack.h. @@ -9168,7 +9200,7 @@ Wed Jun 5 15:20:58 CEST 2002 Jan Hubicka * config.gcc (powerpc-*-darwin*): Set config_gtfiles. * configure.in (config_gtfiles): New variable. - (all_gtfiles): Initialise from config_gtfiles. + (all_gtfiles): Initialize from config_gtfiles. * configure: Regenerate. 2002-06-04 Neil Booth @@ -9842,8 +9874,8 @@ Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka * gcse.c: Use gengtype for roots. * gengtype-lex.l: Handle typedefs of function types. Allow for empty array bounds. - Allow processing to stop on initialisers. - * gengtype-yacc.y (externstatic): Stop processing on initialisers. + Allow processing to stop on initializers. + * gengtype-yacc.y (externstatic): Stop processing on initializers. (semiequal): New rule. * gengtype.c (create_file): Tidy output files. (get_output_file_with_visibility): Fix paren warning. Fix bug diff --git a/gcc/ChangeLog.0 b/gcc/ChangeLog.0 index 5cd3fdb47d9..b6678b713f9 100644 --- a/gcc/ChangeLog.0 +++ b/gcc/ChangeLog.0 @@ -2670,7 +2670,7 @@ Thu Jun 4 01:26:57 1998 Craig Burley Thu Jun 4 00:54:21 1998 Graham - * loop.c (check_dbra_loop): Initialise final_value before + * loop.c (check_dbra_loop): Initialize final_value before normalizing the loop. Wed Jun 3 20:00:04 1998 J"orn Rennecke diff --git a/gcc/ChangeLog.2 b/gcc/ChangeLog.2 index e49d764994a..4ac83fd1655 100644 --- a/gcc/ChangeLog.2 +++ b/gcc/ChangeLog.2 @@ -1531,7 +1531,7 @@ Thu Dec 2 18:59:48 1999 J"orn Rennecke 1999-12-02 Nick Clifton - * config/fp-bit.c: Initialise all fields of the NAN + * config/fp-bit.c: Initialize all fields of the NAN constants. * c-lex.c (check_newline): Pass pragma_getc and pragma_ungetc @@ -4002,7 +4002,7 @@ Mon Oct 18 21:16:06 1999 Fred Fish Thu Oct 28 10:00:48 1999 Nick Clifton - * config/arm/arm.c: Initialise arm_structure_size_boundary to + * config/arm/arm.c: Initialize arm_structure_size_boundary to DEFAULT_STRUCTURE_SIZE_BOUNDARY. * config/arm/arm.h (DEFAULT_STRUCTURE_SIZE_BOUNDARY): Define to the value 32 if it has not already been defined. @@ -6509,15 +6509,15 @@ Sat Sep 25 09:03:17 1999 Kaveh R. Ghazi Sat Sep 25 13:42:15 1999 Nick Clifton * varasm.c (asm_emit_uninitialised): New function: Generate - the assembler statements necessary to declare an uninitialised + the assembler statements necessary to declare an uninitialized variable. - (ASM_EMIT_LOCAL): New macro: Emit a local, uninitialised + (ASM_EMIT_LOCAL): New macro: Emit a local, uninitialized variable. (ASM_EMIT_BSS): New macro: Emit an entry in the bss section. (ASM_EMIT_COMMON): New macro: Emit an entry in the common section. (assemble_variable): Use asm_emit_uninitialised to emit an - uninitialised variable. + uninitialized variable. Fri Sep 24 17:10:56 1999 Nick Clifton @@ -9759,7 +9759,7 @@ Sun Aug 29 04:30:52 1999 John Wehle (john@feith.com) All uses updated. (prescan_loop, strength_reduce): New argument loop_info. All callers updated. - (scan_loop): New variable loop_info, initialise to address of + (scan_loop): New variable loop_info, initialize to address of this_loop_info. (prescan_loop): Set loop_info->vtop if find NOTE_INSN_LOOP_VTOP. Delete variable loop_has_multiple_exit targets and replace with diff --git a/gcc/ChangeLog.3 b/gcc/ChangeLog.3 index c3a4461d4af..cee3d88affa 100644 --- a/gcc/ChangeLog.3 +++ b/gcc/ChangeLog.3 @@ -2036,7 +2036,7 @@ Sun May 28 18:37:07 2000 Clinton Popetz Sun May 28 23:26:59 2000 Philippe De Muyter - * mklibgcc.in (all): Variable initialised to `libgcc'. + * mklibgcc.in (all): Variable initialized to `libgcc'. 2000-05-28 Gabriel Dos Reis @@ -2088,10 +2088,10 @@ Sun May 28 23:26:59 2000 Philippe De Muyter * regclass.c [CLASS_CANNOT_CHANGE_SIZE] (class_can_change_size): New variable. (reg_changes_size): New variable. - (init_reg_sets_1): Initialise class_can_change_size. + (init_reg_sets_1): Initialize class_can_change_size. (record_operand_costs): Remove subreg_changes_size. Don't pass it around. Instead update reg_changes_size. - (regclass): Initialise and free reg_changes_size. If a register + (regclass): Initialize and free reg_changes_size. If a register changes size, don't preference it to a class that contains registers that can't change size. (record_reg_classes): Don't look at subreg_changes_size. @@ -2174,7 +2174,7 @@ Sun May 28 23:26:59 2000 Philippe De Muyter 2000-05-28 Neil Booth - * cpplex.c (_cpp_init_toklist): No comment space to initialise. + * cpplex.c (_cpp_init_toklist): No comment space to initialize. (_cpp_free_toklist): No comment space to free. (expand_comment_space): Remove. (save_comment_space): Place the comment in the current token and @@ -3133,7 +3133,7 @@ Fri May 19 06:49:35 2000 Richard Kenner 2000-05-18 Nick Clifton * config/arm/unknown-elf.h (UNIQUE_SECTION): Place constant, - uninitialised data in .rodata not .bss, and do not interpret an + uninitialized data in .rodata not .bss, and do not interpret an error in the initialisation value as meaning that the variable should be placed in the .bss section. @@ -3225,7 +3225,7 @@ Thu May 18 12:10:18 2000 Philippe De Muyter 2000-05-18 Neil Booth - * cppinit.c (cpp_reader_init): Initialise col_adjust and + * cppinit.c (cpp_reader_init): Initialize col_adjust and default tab stop size. (no_num, OPT_ftabstop): New. (handle_option): Handle "ftabstop=" command-line option. @@ -10256,7 +10256,7 @@ Thu Mar 16 02:14:16 2000 Hans-Peter Nilsson 2000-02-03 Geoff Keating * rs6000.c (rs6000_sr_alias_set): New variable. - (rs6000_override_options): Initialise rs6000_sr_alias_set. + (rs6000_override_options): Initialize rs6000_sr_alias_set. (rs6000_emit_stack_tie): New function. (rs6000_emit_allocate_stack): Specify RTX_FRAME_RELATED_P in a way that dwarf2out can understand. @@ -10804,7 +10804,7 @@ Wed Feb 23 13:00:06 CET 2000 Jan Hubicka 2000-03-14 Nick Clifton * gcc.c (do_spec_1): Catch the case where %* is used in a - substitution pattern, but it has not been initialised. + substitution pattern, but it has not been initialized. Issue a meaningful error message if an unrecognised operator is encountered in a spec string. @@ -15005,7 +15005,7 @@ Mon Jan 24 16:50:08 MET 2000 Jan Hubicka * basic-block.h (struct loops): New field `levels'. * flow.c (flow_loops_level_compute): Traverse all outer loops. - (flow_loop_level_compute): Initialise level to 1. + (flow_loop_level_compute): Initialize level to 1. (flow_loops_find): Set loops->levels. (flow_loops_dump): Print loops->levels. @@ -15047,7 +15047,7 @@ Mon Jan 24 16:50:08 MET 2000 Jan Hubicka 2000-01-22 Alan Modra - * config/elfos.h (UNIQUE_SECTION): Restore uninitialised data + * config/elfos.h (UNIQUE_SECTION): Restore uninitialized data section naming to that prior to 2000-01-07 patch. * config/mips/elf.h (UNIQUE_SECTION): Ditto. * config/mips/elf64.h (UNIQUE_SECTION): Ditto. @@ -15242,7 +15242,7 @@ Wed Jan 19 19:12:36 2000 J"orn Rennecke * loop.c (current_loop_info): Renamed from loop_info_data and changed to a pointer. (loop_optimize): Allocate loop_info structure for each loop - and initialise to zero. + and initialize to zero. (scan_loop): Set current_loop_info. * unroll.c (loop_iterations): Don't abort if REG_USERVAR_P set @@ -16500,25 +16500,25 @@ Thu Jan 6 13:44:59 CET 2000 Jan Hubicka uninitialized data decls. * config/i386/winnt.c (i386_pe_unique_section): Cope with - being called for uninitialised data. + being called for uninitialized data. * config/i386/interix.c (i386_pe_unique_section): Cope with - being called for uninitialised data. + being called for uninitialized data. * config/mips/elf.h (UNIQUE_SECTION): Cope with being called - for uninitialised data. + for uninitialized data. * config/mips/elf64.h (UNIQUE_SECTION): Cope with being called - for uninitialised data. + for uninitialized data. * config/mips/iri6gld.h (UNIQUE_SECTION): Cope with being called - for uninitialised data. + for uninitialized data. * config/arm/unknown-elf.h (IN_NAMED_SECTION): Define. (UNIQUE_SECTION_P): Always generate a unique section if flag_data_sections is true. (UNIQUE_SECTION): Also generate unique sections for - uninitialised data. + uninitialized data. (ASM_OUTPUT_ALIGNED_BSS): Redefine to use named_section(). (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Redefine to use named_section(). diff --git a/gcc/ChangeLog.4 b/gcc/ChangeLog.4 index 129c1f9f5c5..1085b48c584 100644 --- a/gcc/ChangeLog.4 +++ b/gcc/ChangeLog.4 @@ -300,7 +300,7 @@ scavenging it. * dwarf2out_frame_debug_expr: Allow the (scratch) frame - pointer to be initialised from the stack pointer plus a + pointer to be initialized from the stack pointer plus a constant. 2000-12-22 Bernd Schmidt @@ -355,7 +355,7 @@ * reload.c (update_auto_inc_notes): New, broken out from ... (find_reloads_address_1): ... use here, also correct possible - use of uninitialised reloadnum. + use of uninitialized reloadnum. 2000-12-21 David O'Brien @@ -1235,7 +1235,7 @@ Mon Dec 11 13:51:09 2000 Jeffrey A Law (law@cygnus.com) arm_compute_save_reg_mask. (arm_expand_prologue): Use arm_current_func_type and arm_compute_save_reg_mask. - (arm_init_machine_status): Initialise func_type field, if + (arm_init_machine_status): Initialize func_type field, if necessary. (thumb_expand_prologue): Use arm_current_func_type. (output_thumb_prologue): Use arm_current_func_type. @@ -2923,9 +2923,9 @@ Sun Nov 26 10:02:37 2000 Richard Kenner (cxx_target_objs): Substitute in the makefile. * configure: Regenerate. - * Makefile.in (C_TARGET_OBJS): Define and initialise from + * Makefile.in (C_TARGET_OBJS): Define and initialize from c_target_objs. - (CXX_TARGET_OBJS): Define and initialise from + (CXX_TARGET_OBJS): Define and initialize from cxx_target_objs. (C_AND_OBJC_OBJS): Include C_TARGET_OBJS. @@ -3046,7 +3046,7 @@ Fri Nov 24 19:48:09 2000 J"orn Rennecke 2000-11-23 Graham Stott - * cse.c (cse_insn): Initialise all regcost variables. + * cse.c (cse_insn): Initialize all regcost variables. Fix a typo add missing '='. Only compare costs if there is a replacement insn. @@ -5216,13 +5216,13 @@ Tue Oct 31 15:33:27 2000 J"orn Rennecke hash table. * cppinit.c (cpp_reader_init): Move cpp_init_completed test to top. - Initialise various members of cpp_reader, memory pools, and the + Initialize various members of cpp_reader, memory pools, and the special nodes. (cpp_printer_init): Delete. (cpp_cleanup): Update. (struct builtin, builtin_array, initialize_builtins): Update for new hashnode definition and builtin handling. - (cpp_start_read, cpp_finish): Don't take or initialise a + (cpp_start_read, cpp_finish): Don't take or initialize a printer. Update. * cpplib.h (cpp_printer, cpp_toklist, CPP_DEFINED, BOL, @@ -7147,7 +7147,7 @@ Fri Sep 29 13:20:42 MET DST 2000 Jan Hubicka error" tests. * cppinit.c (cpp_handle_option): Remove surplus \n. * cpplex.c (ON_REST_ARG): Delete. - (skip_block_comment): Initialise prevc. + (skip_block_comment): Initialize prevc. (parse_args): Improve error messages. (maybe_paste_with_next): Use CONTEXT_VARARGS rather than ON_REST_ARG. @@ -8018,7 +8018,7 @@ Mon 18-Sep-2000 19:21:35 BST Neil Booth * cpplib.c (_cpp_check_directive, _cpp_check_linemarker): New implementations. (do_assert): Don't bother setting the answer's list's line. - (cpp_push_buffer): Initialise new pfile and read_ahead members + (cpp_push_buffer): Initialize new pfile and read_ahead members of struct cpp_buffer. * cpplib.h (cppchar_t): New typedef. diff --git a/gcc/ChangeLog.5 b/gcc/ChangeLog.5 index 53c43416d7c..88c0be69555 100644 --- a/gcc/ChangeLog.5 +++ b/gcc/ChangeLog.5 @@ -1070,7 +1070,7 @@ Mon Jun 18 15:43:10 CEST 2001 Jan Hubicka 2001-06-18 Ben Elliston - * except.c (resolve_fixup_regions): Initialise "cleanup". + * except.c (resolve_fixup_regions): Initialize "cleanup". 2001-06-17 Neil Booth @@ -11587,10 +11587,10 @@ Mon Jan 29 20:38:19 2001 Christopher Faylor * loop.c (loop_giv_reduce_benefit): Copy mode size into int variable. - (check_ext_dependant_givs): Initialise u_start_val and + (check_ext_dependant_givs): Initialize u_start_val and u_end_val. (load_mems): Make last_max_reg unsigned. - (try_swap_copy_prop): Use INSN_P and initialise set. + (try_swap_copy_prop): Use INSN_P and initialize set. Fri Jan 26 23:22:58 2001 Denis Chertykov @@ -12892,7 +12892,7 @@ Fri Jan 12 00:04:00 MET 2001 Jan Hubicka 2001-01-10 Nick Clifton - * config/d30v/d30v.c (d30v_init_machine_status): Initialise + * config/d30v/d30v.c (d30v_init_machine_status): Initialize machine_function structure to zero. Add prototypes for machine_status functions. @@ -13097,7 +13097,7 @@ Wed Jan 10 16:38:31 MET 2001 Jan Hubicka * config/d30v/d30v.h (struct_machine): Move here. Add eh_epilogue_sp_ofs field. - *config/d30v/d30v.md (epilogue): Initialise eh_epilogue_sp_ofs + *config/d30v/d30v.md (epilogue): Initialize eh_epilogue_sp_ofs field in cfun->machine structure. Tue Jan 9 21:34:57 2001 John David Anglin @@ -13264,7 +13264,7 @@ Tue Jan 9 21:25:19 2001 Jeffrey A Law (law@cygnus.com) 20001-01-09 Graham Stott * cppfiles.c (_cpp_execute_include): Move `len` initialisation - after `ptr` is initialised. + after `ptr` is initialized. 2001-01-09 Alexandre Oliva diff --git a/gcc/ChangeLog.6 b/gcc/ChangeLog.6 index 7d95928dcd5..4bae6dc238a 100644 --- a/gcc/ChangeLog.6 +++ b/gcc/ChangeLog.6 @@ -1020,10 +1020,10 @@ Mon Dec 17 17:57:05 CET 2001 Jan Hubicka * target.h (asm_out.byte_op, asm_out.aligned_op, asm_out.unaligned_op, asm_out.integer): New fields. * target-def.h (TARGET_ASM_BYTE_OP, TARGET_ASM_ALIGNED_[HSDT]I_OP, - TARGET_ASM_UNALIGNED_[HSDT]I_OP, TARGET_ASM_INTEGER): New initialisers. + TARGET_ASM_UNALIGNED_[HSDT]I_OP, TARGET_ASM_INTEGER): New initializers. (TARGET_ASM_ALIGNED_INT_OP, TARGET_ASM_UNALIGNED_INT_OP): Collect - the individual initialisers together. - (TARGET_ASM_OUT): Add the new initialisers. + the individual initializers together. + (TARGET_ASM_OUT): Add the new initializers. * output.h (assemble_integer): Return bool. (integer_asm_op): Declare. (default_assemble_integer): Declare. @@ -10036,7 +10036,7 @@ Tue Sep 25 17:13:56 CEST 2001 Jan Hubicka (builtin_decsription): Add new field mask which is used to determine when to define the builtin via the macro def_builtin. - (bdesc_comi): Initialise new mask fields. + (bdesc_comi): Initialize new mask fields. (bdesc_2srg): Likewise. (bdesc_1arg): Likewise. @@ -16689,7 +16689,7 @@ Sun Jul 22 21:31:04 CEST 2001 Jan Hubicka (xcoff_debug_hooks, dbx_debug_hooks): Use it. * sdbout.c (sdbout_finish): New. (sdbout_debug_hooks): Use it, add comments. - (sdbout_global_decl): Defer initialised public vars to + (sdbout_global_decl): Defer initialized public vars to sdbout_finish. * varasm.c (assemble_variable): Don't output debug information for file-scope variables. @@ -16721,7 +16721,7 @@ Sun Jul 22 21:31:04 CEST 2001 Jan Hubicka (xcoff_debug_hooks, dbx_debug_hooks): Use it. * sdbout.c (sdbout_finish): New. (sdbout_debug_hooks): Use it, add comments. - (sdbout_global_decl): Defer initialised public vars to + (sdbout_global_decl): Defer initialized public vars to sdbout_finish. * varasm.c (assemble_variable): Don't output debug information for file-scope variables. diff --git a/gcc/config/arm/README-interworking b/gcc/config/arm/README-interworking index 46b76c99242..de8b27841b2 100644 --- a/gcc/config/arm/README-interworking +++ b/gcc/config/arm/README-interworking @@ -235,7 +235,7 @@ processing is enabled. When the -mthumb-interwork command line switch is specified, gcc arranges for all functions to return to their caller by using the BX instruction. Thus provided that the return address has the bottom bit -correctly initialised to indicate the instruction set of the caller, +correctly initialized to indicate the instruction set of the caller, correct operation will ensue. When a function is called explicitly (rather than via a function diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index 3b7eedf0c4c..a16fbe55c11 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -672,7 +672,7 @@ arm_override_options () if (TARGET_APCS_FLOAT) warning ("passing floating point arguments in fp regs not yet supported"); - /* Initialise boolean versions of the flags, for use in the arm.md file. */ + /* Initialize boolean versions of the flags, for use in the arm.md file. */ arm_fast_multiply = (insn_flags & FL_FAST_MULT) != 0; arm_arch4 = (insn_flags & FL_ARCH4) != 0; arm_arch5 = (insn_flags & FL_ARCH5) != 0; @@ -9295,7 +9295,7 @@ arm_debugger_arg_offset (value, addr) held in the register into an offset from the frame pointer. We do this by searching through the insns for the function looking to see where this register gets its value. If the - register is initialised from the frame pointer plus an offset + register is initialized from the frame pointer plus an offset then we are in luck and we can continue, otherwise we give up. This code is exercised by producing debugging information diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index e282d5c75a8..609f9791bbc 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -717,7 +717,7 @@ extern int arm_is_6_or_7; #define STRUCTURE_SIZE_BOUNDARY arm_structure_size_boundary extern int arm_structure_size_boundary; -/* This is the value used to initialise arm_structure_size_boundary. If a +/* This is the value used to initialize arm_structure_size_boundary. If a particular arm target wants to change the default value it should change the definition of this macro, not STRUCTRUE_SIZE_BOUNDARY. See netbsd.h for an example of this. */ @@ -1398,7 +1398,7 @@ enum reg_class Note value 7 is currently unassigned. Also note that the interrupt function types all have bit 2 set, so that they can be tested for easily. Note that 0 is deliberately chosen for ARM_FT_UNKNOWN so that when the - machine_function structure is initialised (to zero) func_type will + machine_function structure is initialized (to zero) func_type will default to unknown. This will force the first use of arm_current_func_type to call arm_compute_func_type. */ #define ARM_FT_UNKNOWN 0 /* Type has not yet been determined. */ diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md index 38b6e2740fe..8d58b529d1c 100644 --- a/gcc/config/arm/arm.md +++ b/gcc/config/arm/arm.md @@ -180,7 +180,7 @@ (const_string "normal")) ; Load scheduling, set from the arm_ld_sched variable -; initialised by arm_override_options() +; initialized by arm_override_options() (define_attr "ldsched" "no,yes" (const (symbol_ref "arm_ld_sched"))) ; condition codes: this one is used by final_prescan_insn to speed up diff --git a/gcc/config/dsp16xx/dsp16xx.h b/gcc/config/dsp16xx/dsp16xx.h index 345629ad70b..c530a02debc 100644 --- a/gcc/config/dsp16xx/dsp16xx.h +++ b/gcc/config/dsp16xx/dsp16xx.h @@ -1619,7 +1619,7 @@ extern struct dsp16xx_frame_info current_frame_info; fprintf (asm_out_file, "%d", c); \ /* After an octal-escape, if a digit follows, \ terminate one string constant and start another. \ - The Vax assembler fails to stop reading the escape \ + The VAX assembler fails to stop reading the escape \ after three digits, so this is the only way we \ can get it to parse the data properly. \ if (i < thissize - 1 && ISDIGIT (p[i + 1])) \ diff --git a/gcc/config/frv/frv.c b/gcc/config/frv/frv.c index 0fcf53e7215..c5ce889c3e8 100644 --- a/gcc/config/frv/frv.c +++ b/gcc/config/frv/frv.c @@ -3128,7 +3128,7 @@ frv_function_arg_boundary (mode, type) register in which to pass the argument, or zero to pass the argument on the stack. - For machines like the Vax and 68000, where normally all arguments are + For machines like the VAX and 68000, where normally all arguments are pushed, zero suffices as a definition. The usual way to make the ANSI library `stdarg.h' work on a machine where diff --git a/gcc/config/frv/frv.h b/gcc/config/frv/frv.h index 576b856e2aa..6d4526a6100 100644 --- a/gcc/config/frv/frv.h +++ b/gcc/config/frv/frv.h @@ -756,7 +756,7 @@ extern int g_switch_set; /* whether -G xx was passed. */ there is no need to define this macro when the format is IEEE. VAX_FLOAT_FORMAT' - This code indicates the peculiar format used on the Vax. + This code indicates the peculiar format used on the VAX. UNKNOWN_FLOAT_FORMAT' This code indicates any other format. @@ -1832,7 +1832,7 @@ struct machine_function GTY(()) variable number of bytes is passed, it is zero, and argument popping will always be the responsibility of the calling function. - On the Vax, all functions always pop their arguments, so the definition of + On the VAX, all functions always pop their arguments, so the definition of this macro is STACK-SIZE. On the 68000, using the standard calling convention, no functions pop their arguments, so the value of the macro is always 0 in this case. But an alternative calling convention is available @@ -1881,7 +1881,7 @@ struct machine_function GTY(()) register in which to pass the argument, or zero to pass the argument on the stack. - For machines like the Vax and 68000, where normally all arguments are + For machines like the VAX and 68000, where normally all arguments are pushed, zero suffices as a definition. The usual way to make the ANSI library `stdarg.h' work on a machine where diff --git a/gcc/config/ip2k/ip2k.h b/gcc/config/ip2k/ip2k.h index cda748744d2..4e123816053 100644 --- a/gcc/config/ip2k/ip2k.h +++ b/gcc/config/ip2k/ip2k.h @@ -1226,7 +1226,7 @@ enum reg_class { argument popping will always be the responsibility of the calling function. - On the Vax, all functions always pop their arguments, so the + On the VAX, all functions always pop their arguments, so the definition of this macro is STACK-SIZE. On the 68000, using the standard calling convention, no functions pop their arguments, so the value of the macro is always 0 in this case. But an @@ -1251,7 +1251,7 @@ enum reg_class { hard register in which to pass the argument, or zero to pass the argument on the stack. - For machines like the Vax and 68000, where normally all arguments + For machines like the VAX and 68000, where normally all arguments are pushed, zero suffices as a definition. The value of the expression can also be a `parallel' RTX. This is diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 598e64c8029..3752fcf94ba 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -12393,7 +12393,7 @@ rs6000_elf_select_section (decl, reloc, align) link-time relocations. If you do not define this macro, GCC will use the symbol name prefixed by `.' as the section name. Note - this macro can now be called for uninitialized data items as well as - initialised data and functions. */ + initialized data and functions. */ static void rs6000_elf_unique_section (decl, reloc) diff --git a/gcc/config/stormy16/stormy-abi b/gcc/config/stormy16/stormy-abi index 8bd2ebd486f..fb1a4877150 100644 --- a/gcc/config/stormy16/stormy-abi +++ b/gcc/config/stormy16/stormy-abi @@ -105,7 +105,7 @@ count-> r2 ... last procedure parameter word -and initialises 'count' to be the number of bytes of non-variable +and initializes 'count' to be the number of bytes of non-variable arguments to the function. ELF File Format diff --git a/gcc/config/stormy16/stormy16.h b/gcc/config/stormy16/stormy16.h index 6833ea5aa06..98290fc7a17 100644 --- a/gcc/config/stormy16/stormy16.h +++ b/gcc/config/stormy16/stormy16.h @@ -1194,7 +1194,7 @@ enum reg_class variable number of bytes is passed, it is zero, and argument popping will always be the responsibility of the calling function. - On the Vax, all functions always pop their arguments, so the definition of + On the VAX, all functions always pop their arguments, so the definition of this macro is STACK-SIZE. On the 68000, using the standard calling convention, no functions pop their arguments, so the value of the macro is always 0 in this case. But an alternative calling convention is available @@ -1231,7 +1231,7 @@ enum reg_class register in which to pass the argument, or zero to pass the argument on the stack. - For machines like the Vax and 68000, where normally all arguments are + For machines like the VAX and 68000, where normally all arguments are pushed, zero suffices as a definition. The usual way to make the ANSI library `stdarg.h' work on a machine where diff --git a/gcc/config/v850/v850.c b/gcc/config/v850/v850.c index 86e80e9887f..d0bdff52dbc 100644 --- a/gcc/config/v850/v850.c +++ b/gcc/config/v850/v850.c @@ -143,7 +143,7 @@ override_options () } } - /* Make sure that the US_BIT_SET mask has been correctly initialised. */ + /* Make sure that the US_BIT_SET mask has been correctly initialized. */ if ((target_flags & MASK_US_MASK_SET) == 0) { target_flags |= MASK_US_MASK_SET; @@ -2861,7 +2861,7 @@ v850_insert_attributes (decl, attr_ptr) && v850_get_data_area (decl) == DATA_AREA_NORMAL) v850_set_data_area (decl, data_area_stack->data_area); - /* Initialise the default names of the v850 specific sections, + /* Initialize the default names of the v850 specific sections, if this has not been done before. */ if (GHS_default_section_names [(int) GHS_SECTION_KIND_SDATA] == NULL) diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c index 892583e2329..5c5c68533a7 100644 --- a/gcc/cppfiles.c +++ b/gcc/cppfiles.c @@ -353,7 +353,7 @@ stack_include_file (pfile, inc) fp->inc = inc; fp->inc->refcnt++; - /* Initialise controlling macro state. */ + /* Initialize controlling macro state. */ pfile->mi_valid = true; pfile->mi_cmacro = 0; diff --git a/gcc/cppinit.c b/gcc/cppinit.c index 99dd9490646..e906e09b203 100644 --- a/gcc/cppinit.c +++ b/gcc/cppinit.c @@ -515,7 +515,7 @@ cpp_create_reader (lang) { cpp_reader *pfile; - /* Initialise this instance of the library if it hasn't been already. */ + /* Initialize this instance of the library if it hasn't been already. */ init_library (); pfile = (cpp_reader *) xcalloc (1, sizeof (cpp_reader)); @@ -543,7 +543,7 @@ cpp_create_reader (lang) CPP_OPTION (pfile, unsigned_char) = 0; CPP_OPTION (pfile, unsigned_wchar) = 1; - /* Initialise the line map. Start at logical line 1, so we can use + /* Initialize the line map. Start at logical line 1, so we can use a line number of zero for special states. */ init_line_maps (&pfile->line_maps); pfile->line = 1; @@ -562,7 +562,7 @@ cpp_create_reader (lang) pfile->cur_run = &pfile->base_run; pfile->cur_token = pfile->base_run.base; - /* Initialise the base context. */ + /* Initialize the base context. */ pfile->context = &pfile->base_context; pfile->base_context.macro = 0; pfile->base_context.prev = pfile->base_context.next = 0; @@ -574,7 +574,7 @@ cpp_create_reader (lang) /* The expression parser stack. */ _cpp_expand_op_stack (pfile); - /* Initialise the buffer obstack. */ + /* Initialize the buffer obstack. */ gcc_obstack_init (&pfile->buffer_ob); _cpp_init_includes (pfile); diff --git a/gcc/cpplib.h b/gcc/cpplib.h index 3d2cac707b5..e58a2e7d687 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -532,7 +532,7 @@ extern int cpp_handle_option PARAMS ((cpp_reader *, int, char **)); too. If there was an error opening the file, it returns NULL. If you want cpplib to manage its own hashtable, pass in a NULL - pointer. Otherise you should pass in an initialised hash table + pointer. Otherise you should pass in an initialized hash table that cpplib will share; this technique is used by the C front ends. */ extern const char *cpp_read_main_file PARAMS ((cpp_reader *, const char *, diff --git a/gcc/cse.c b/gcc/cse.c index 7f0365aa173..0096e206d21 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -6300,7 +6300,7 @@ cse_insn (insn, libcall_insn) This section previously turned the REG_EQUIV into a REG_EQUAL note. We cannot do that because REG_EQUIV may provide an - uninitialised stack slot when REG_PARM_STACK_SPACE is used. */ + uninitialized stack slot when REG_PARM_STACK_SPACE is used. */ if (prev != 0 && GET_CODE (prev) == INSN && GET_CODE (PATTERN (prev)) == SET diff --git a/gcc/debug.h b/gcc/debug.h index 8b65567b5ab..11c996fddd0 100644 --- a/gcc/debug.h +++ b/gcc/debug.h @@ -23,7 +23,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ toplev.c according to command line options. */ struct gcc_debug_hooks { - /* Initialise debug output. MAIN_FILENAME is the name of the main + /* Initialize debug output. MAIN_FILENAME is the name of the main input file. */ void (* init) PARAMS ((const char *main_filename)); diff --git a/gcc/df.c b/gcc/df.c index a7e862d115c..8918a33c1e0 100644 --- a/gcc/df.c +++ b/gcc/df.c @@ -507,7 +507,7 @@ df_bitmaps_free (df, flags) } -/* Allocate and initialise dataflow memory. */ +/* Allocate and initialize dataflow memory. */ static void df_alloc (df, n_regs) struct df *df; @@ -2169,7 +2169,7 @@ df_analyse_1 (df, blocks, flags, update) } -/* Initialise dataflow analysis. */ +/* Initialize dataflow analysis. */ struct df * df_init () { @@ -2340,7 +2340,7 @@ df_analyse (df, blocks, flags) /* Recompute everything from scratch. */ df_free (df); } - /* Allocate and initialise data structures. */ + /* Allocate and initialize data structures. */ df_alloc (df, max_reg_num ()); df_analyse_1 (df, 0, flags, 0); update = 1; diff --git a/gcc/dominance.c b/gcc/dominance.c index dd90686829f..48c621961e1 100644 --- a/gcc/dominance.c +++ b/gcc/dominance.c @@ -145,7 +145,7 @@ void debug_dominance_info PARAMS ((dominance_info)); while (0) /* Allocate all needed memory in a pessimistic fashion (so we round up). - This initialises the contents of DI, which already must be allocated. */ + This initializes the contents of DI, which already must be allocated. */ static void init_dom_info (di) diff --git a/gcc/hashtable.c b/gcc/hashtable.c index bd2b13727bb..ff8959b40da 100644 --- a/gcc/hashtable.c +++ b/gcc/hashtable.c @@ -45,7 +45,7 @@ static void ht_expand PARAMS ((hash_table *)); #define OBSTACK_CHUNK_FREE free #endif -/* Initialise an obstack. */ +/* Initialize an obstack. */ void gcc_obstack_init (obstack) struct obstack *obstack; diff --git a/gcc/hashtable.h b/gcc/hashtable.h index 899647b6d84..02dfcf19d29 100644 --- a/gcc/hashtable.h +++ b/gcc/hashtable.h @@ -65,7 +65,7 @@ struct ht extern void gcc_obstack_init PARAMS ((struct obstack *)); -/* Initialise the hashtable with 2 ^ order entries. */ +/* Initialize the hashtable with 2 ^ order entries. */ extern hash_table *ht_create PARAMS ((unsigned int order)); /* Frees all memory associated with a hash table. */ diff --git a/gcc/loop.c b/gcc/loop.c index 6f8995a6648..8dc860dbff5 100644 --- a/gcc/loop.c +++ b/gcc/loop.c @@ -4450,7 +4450,7 @@ loop_bivs_find (loop) } -/* Determine how BIVS are initialised by looking through pre-header +/* Determine how BIVS are initialized by looking through pre-header extended basic block. */ static void loop_bivs_init_find (loop) @@ -5089,7 +5089,7 @@ strength_reduce (loop, flags) return; } - /* Determine how BIVS are initialised by looking through pre-header + /* Determine how BIVS are initialized by looking through pre-header extended basic block. */ loop_bivs_init_find (loop); -- 2.11.4.GIT