alpha.md, [...]: Fix spelling errors.
authorJoseph Myers <jsm28@cam.ac.uk>
Sun, 28 Oct 2001 13:22:02 +0000 (13:22 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sun, 28 Oct 2001 13:22:02 +0000 (13:22 +0000)
* config/alpha/alpha.md, config/arm/arm.c, config/arm/arm.h,
config/d30v/d30v.h, config/fr30/fr30.c, config/i370/x-oe,
config/i386/i386.c, config/i386/i386-interix.h,
config/i386/i386.md, config/i386/i386.h, config/i386/sco5.h,
config/i860/i860.h, config/i860/i860.md, config/m68k/aux-exit.c,
config/m68k/m68k.c, config/mcore/mcore.c, config/mips/mips.md,
config/ns32k/ns32k.h, config/pa/pa.c, config/rs6000/rs6000.c,
config/sparc/sparc.c, config/m68hc11/m68hc11.c,
config/cris/cris.c, config/cris/cris.h, config/s390/s390.c,
config/s390/s390.h, config/stormy16/stormy16.h, doc/tm.texi: Fix
spelling errors.

From-SVN: r46582

29 files changed:
gcc/ChangeLog
gcc/config/alpha/alpha.md
gcc/config/arm/arm.c
gcc/config/arm/arm.h
gcc/config/cris/cris.c
gcc/config/cris/cris.h
gcc/config/d30v/d30v.h
gcc/config/fr30/fr30.c
gcc/config/i370/x-oe
gcc/config/i386/i386-interix.h
gcc/config/i386/i386.c
gcc/config/i386/i386.h
gcc/config/i386/i386.md
gcc/config/i386/sco5.h
gcc/config/i860/i860.h
gcc/config/i860/i860.md
gcc/config/m68hc11/m68hc11.c
gcc/config/m68k/aux-exit.c
gcc/config/m68k/m68k.c
gcc/config/mcore/mcore.c
gcc/config/mips/mips.md
gcc/config/ns32k/ns32k.h
gcc/config/pa/pa.c
gcc/config/rs6000/rs6000.c
gcc/config/s390/s390.c
gcc/config/s390/s390.h
gcc/config/sparc/sparc.c
gcc/config/stormy16/stormy16.h
gcc/doc/tm.texi

index d811f929304998af930b8f3448030f8df21f36a5..e524acec3aac6e17129d4c551aae1a85e3ef5cdc 100644 (file)
@@ -1,5 +1,17 @@
 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
 
+       * config/alpha/alpha.md, config/arm/arm.c, config/arm/arm.h,
+       config/d30v/d30v.h, config/fr30/fr30.c, config/i370/x-oe,
+       config/i386/i386.c, config/i386/i386-interix.h,
+       config/i386/i386.md, config/i386/i386.h, config/i386/sco5.h,
+       config/i860/i860.h, config/i860/i860.md, config/m68k/aux-exit.c,
+       config/m68k/m68k.c, config/mcore/mcore.c, config/mips/mips.md,
+       config/ns32k/ns32k.h, config/pa/pa.c, config/rs6000/rs6000.c,
+       config/sparc/sparc.c, config/m68hc11/m68hc11.c,
+       config/cris/cris.c, config/cris/cris.h, config/s390/s390.c,
+       config/s390/s390.h, config/stormy16/stormy16.h, doc/tm.texi: Fix
+       spelling errors.
+
        * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,
        ChangeLog.5, ChangeLog, ChangeLog.lib, FSFChangeLog.10, ONEWS,
        c-common.c, caller-save.c, cfg.c, cfgcleanup.c, cfgrtl.c,
index 0dfece8d1062c7f290149d639f156c69c2a02dc7..25eb09e7ba076412a693d8426d4e97d1eaefdaa2 100644 (file)
@@ -297,7 +297,7 @@ fadd,fmul,fcpys,fdiv,fsqrt,misc,mvi,ftoi,itof,multi"
 ;; EV6 has two symmetric pairs ("clusters") of two asymetric integer units
 ;; ("upper" and "lower"), yielding pipe names U0, U1, L0, L1.
 
-;; Conditional moves decompose into two independant primitives, each
+;; Conditional moves decompose into two independent primitives, each
 ;; taking one cycle.  Since ev6 is out-of-order, we can't see anything
 ;; but two cycles.
 (define_function_unit "ev6_ebox" 4 0
index 0c505bcc6e9baf99deecee9febc8e253b8b8cbf1..b3f8af26ee74f3bccf3da81209e5d9fbc2553d70 100644 (file)
@@ -3057,7 +3057,7 @@ arm_reload_memory_operand (op, mode)
 
 /* Return 1 if OP is a valid memory address, but not valid for a signed byte
    memory access (architecture V4).
-   MODE is QImode if called when computing contraints, or VOIDmode when
+   MODE is QImode if called when computing constraints, or VOIDmode when
    emitting patterns.  In this latter case we cannot use memory_operand()
    because it will fail on badly formed MEMs, which is precisly what we are
    trying to catch.  */
index 4c076ff238063fd1e4203dc3ab6d6023f1f800c0..4c3bbd17bd61bc0f4c164428677487dd3ffed10f 100644 (file)
@@ -731,7 +731,7 @@ extern int arm_is_6_or_7;
 /* Setting STRUCTURE_SIZE_BOUNDARY to 32 produces more efficient code, but the
    value set in previous versions of this toolchain was 8, which produces more
    compact structures.  The command line option -mstructure_size_boundary=<n>
-   can be used to change this value.  For compatability with the ARM SDK
+   can be used to change this value.  For compatibility with the ARM SDK
    however the value should be left at 32.  ARM SDT Reference Manual (ARM DUI
    0020D) page 2-20 says "Structures are aligned on word boundaries".  */
 #define STRUCTURE_SIZE_BOUNDARY arm_structure_size_boundary
index 668811ee010d01dcc44c0e6b3418955cd2db2391..3be8870abd4ab8c6fa44ade96e60200ec5c3621f 100644 (file)
@@ -1608,7 +1608,7 @@ cris_initial_frame_pointer_offset ()
 {
   int regno;
 
-  /* Initial offset is 0 if we dont have a frame pointer.  */
+  /* Initial offset is 0 if we don't have a frame pointer.  */
   int offs = 0;
 
   /* And 4 for each register pushed.  */
index 081af381d96ed4863a10fe6d5ff6d7399b09c761..383a46f6e87e1166d1b651bac59278fca41b8539 100644 (file)
@@ -608,7 +608,7 @@ extern int target_flags;
 /* Node: Allocation Order */
 
 /* We need this on CRIS, because call-used regs should be used first,
-   (so we dont need to push).  Else start using registers from r0 and up.
+   (so we don't need to push).  Else start using registers from r0 and up.
     This preference is mainly because if we put call-used-regs from r0
    and up, then we can't use movem to push the rest, (which have to be
    saved if we use them, and movem has to start with r0).
index f7e743eee2848e77e5c5a0bf8cbd397ff603ac3e..46e89cd0ecd647bf9fcf146850bfe056dade9fa7 100644 (file)
@@ -5100,7 +5100,7 @@ fprintf (STREAM, "\t.word .L%d\n", VALUE)
 
 /* Some stabs encapsulation formats (in particular ECOFF), cannot
    handle the `.stabs "",N_FUN,,0,0,Lscope-function-1' gdb dbx
-   extention construct.  On those machines, define this macro to turn
+   extension construct.  On those machines, define this macro to turn
    this feature off without disturbing the rest of the gdb extensions.  */
 /* #define NO_DBX_FUNCTION_END */
 
index 3adcb09fb7ae170745a81ccd88127c063a93711c..5fca2331357bc6fd14bdef2ae09881db019edf16 100644 (file)
@@ -1085,7 +1085,7 @@ fr30_move_double (operands)
        }
     }
   else
-    /* This should have been prevented by the contraints on movdi_insn.  */
+    /* This should have been prevented by the constraints on movdi_insn.  */
     abort ();
   
   val = gen_sequence ();
index 8007ba8987ada871c659860f3b2322c4cfdb23ae..045778b29cfb651d87bf90a8ade95e9bf6b5eb1d 100644 (file)
@@ -2,5 +2,5 @@
 # Host is an i370 running OpenEdition
 #
 
-# Don't bother fixing up header files, they're wierd
+# Don't bother fixing up header files, they're weird
 STMP_FIXPROTO =
index 3da08078141f2546d98e759e3cb61ae0dd34502e..0325b68e846a7940fb5302a54c5585a51464e3f5 100644 (file)
@@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA.  */
 
 /* By default, target has a 80387, uses IEEE compatible arithmetic,
    and returns float values in the 387 and needs stack probes
-   We also align doubles to 64-bits for MSVC default compatability */
+   We also align doubles to 64-bits for MSVC default compatibility */
 #undef TARGET_SUBTARGET_DEFAULT
 #define TARGET_SUBTARGET_DEFAULT \
    (MASK_80387 | MASK_IEEE_FP | MASK_FLOAT_RETURNS | MASK_STACK_PROBE | \
index 52e24146cb81f8eade70fd58c5f20351f51689d1..79aceb6c99f47609939e3190ab40d93439465536 100644 (file)
@@ -1418,7 +1418,7 @@ init_cumulative_args (cum, fntype, libname)
 }
 
 /* x86-64 register passing impleemntation.  See x86-64 ABI for details.  Goal
-   of this code is to classify each 8bytes of incomming argument by the register
+   of this code is to classify each 8bytes of incoming argument by the register
    class and assign registers accordingly.  */
 
 /* Return the union class of CLASS1 and CLASS2.
@@ -3801,7 +3801,7 @@ ix86_compute_frame_layout (frame)
 
   /* Do some sanity checking of stack_alignment_needed and
      preferred_alignment, since i386 port is the only using those features
-     that may break easilly.  */
+     that may break easily.  */
 
   if (size && !stack_alignment_needed)
     abort ();
@@ -4696,7 +4696,7 @@ legitimate_address_p (mode, addr, strict)
 
             This code is nonsensical, but results in addressing
             GOT table with pic_offset_table_rtx base.  We can't
-            just refuse it easilly, since it gets matched by
+            just refuse it easily, since it gets matched by
             "addsi3" pattern, that later gets split to lea in the
             case output register differs from input.  While this
             can be handled by separate addsi pattern for this case
@@ -12133,7 +12133,7 @@ ix86_expand_builtin (exp, target, subtarget, mode, ignore)
 }
 
 /* Store OPERAND to the memory after reload is completed.  This means
-   that we can't easilly use assign_stack_local.  */
+   that we can't easily use assign_stack_local.  */
 rtx
 ix86_force_to_memory (mode, operand)
      enum machine_mode mode;
index f3e855cb1406548946d72bb0077e0db7f6e84843..85e1c35601d302be544ba7a466e9aee834a3fe43 100644 (file)
@@ -2394,7 +2394,7 @@ while (0)
    stored in a register.  This macro is only called when TYPE is a
    scalar type.
 
-   On i386 it is sometimes usefull to promote HImode and QImode
+   On i386 it is sometimes useful to promote HImode and QImode
    quantities to SImode.  The choice depends on target type.  */
 
 #define PROMOTE_MODE(MODE, UNSIGNEDP, TYPE)            \
index a8a01b4874a94a8a5aaa1cde59e3214a89f89895..7c122698a5debce590fffb15d7929b014f7f619f 100644 (file)
        (eq_attr "athlon_fpunits" "store"))
   1 1)
 
-;; We don't need to model the Adress Generation Unit, since we don't model
+;; We don't need to model the Address Generation Unit, since we don't model
 ;; the re-order buffer yet and thus we never schedule more than three operations
 ;; at time.  Later we may want to experiment with MD_SCHED macros modeling the
 ;; decoders independently on the functional units.
index ca7d6c8b88de844e92be31262a971da85c89697c..cdc811bbc921ac49af2c1e6518664292eac2c31f 100644 (file)
@@ -102,7 +102,7 @@ Boston, MA 02111-1307, USA.  */
 
 #undef INIT_SECTION_ASM_OP
 #define INIT_SECTION_ASM_OP_ELF                "\t.section\t.init"
-/* Rename these for COFF becuase crt1.o will try to run them. */
+/* Rename these for COFF because crt1.o will try to run them. */
 #define INIT_SECTION_ASM_OP_COFF       "\t.section\t.ctor ,\"x\""
 #define INIT_SECTION_ASM_OP    \
   ((TARGET_ELF) ? INIT_SECTION_ASM_OP_ELF : INIT_SECTION_ASM_OP_COFF)
@@ -658,7 +658,7 @@ init_section ()                                                             \
 
 #if USE_GAS
   /* Leave ASM_SPEC undefined so we pick up the master copy from gcc.c 
-   * Undef MD_EXEC_PREFIX becuase we don't know where GAS is, but it's not
+   * Undef MD_EXEC_PREFIX because we don't know where GAS is, but it's not
    * likely in /usr/ccs/bin/ 
    */
 #undef MD_EXEC_PREFIX 
index 60485f807c20e3841f08a0d5ea61eb0227752611..a176f23efa607ba169af7df4a700acccac851f69 100644 (file)
@@ -126,7 +126,7 @@ extern int target_flags;
    when given unaligned data.  */
 #define STRICT_ALIGNMENT 1
 
-/* If bit field type is int, dont let it cross an int,
+/* If bit field type is int, don't let it cross an int,
    and give entire struct the alignment of an int.  */
 #define PCC_BITFIELD_TYPE_MATTERS 1
 \f
index eda051c5b572a8a88ded02b2f123a2ab14d1b46c..b866c91386a20a32c5f5eb7cc02792c9baf4e50c 100644 (file)
 
 ;; Recognize the first insn generated above.
 ;; This RTL looks like a fix_truncdfdi2 insn,
-;; but we dont call it that, because only 32 bits
+;; but we don't call it that, because only 32 bits
 ;; of the result are valid.
 ;; This pattern will work for the intended purposes 
 ;; as long as we do not have any fixdfdi2 or fix_truncdfdi2.
 
 ;; Recognize the first insn generated above.
 ;; This RTL looks like a fix_truncsfdi2 insn,
-;; but we dont call it that, because only 32 bits
+;; but we don't call it that, because only 32 bits
 ;; of the result are valid.
 ;; This pattern will work for the intended purposes 
 ;; as long as we do not have any fixsfdi2 or fix_truncsfdi2.
index fa0179a58c88ad43f82e4cd7c93f02211726efe0..247ce86b1b20e565c5a93e1766a1799e3956312c 100644 (file)
@@ -5060,7 +5060,7 @@ m68hc11_shift_cost (mode, x, shift)
     total *= GET_MODE_SIZE (mode) / 2;
 
   /* When optimizing for size, make shift more costly so that
-     multiplications are prefered.  */
+     multiplications are preferred.  */
   if (optimize_size && (shift % 8) != 0)
     total *= 2;
   
index 47a580986afd911bf4f68deb8219d734d27f9139..1d7d6c0fd80bbe35735fd59e773268e390c5acc7 100644 (file)
@@ -47,7 +47,7 @@ struct atexit_fn_block
 };
 
 
-/* staticly allocate the first block */
+/* statically allocate the first block */
 static struct atexit_fn_block atexit_fns;
 static struct atexit_fn_block *current_block = &atexit_fns;
 
index a83168afe146aff181ed4c625a56c3133788479d..0bb1e8534ebbac396931a63e523291157bd18e47 100644 (file)
@@ -1664,7 +1664,7 @@ output_scc_di(op, operand1, operand2, dest)
   rtx loperands[7];
   enum rtx_code op_code = GET_CODE (op);
 
-  /* This does not produce a usefull cc.  */
+  /* This does not produce a useful cc.  */
   CC_STATUS_INIT;
 
   /* The m68k cmp.l instruction requires operand1 to be a reg as used
index 412e7c4dbc17672444ce50d3db2f037432dcdb8a..556003044c7d6ea577f2b30e3ce6445531637904 100644 (file)
@@ -3520,7 +3520,7 @@ mcore_unique_section (decl, reloc)
      (everything from the $ on is stripped).  */
   if (TREE_CODE (decl) == FUNCTION_DECL)
     prefix = ".text$";
-  /* For compatability with EPOC, we ignore the fact that the
+  /* For compatibility with EPOC, we ignore the fact that the
      section might have relocs against it.  */
   else if (DECL_READONLY_SECTION (decl, 0))
     prefix = ".rdata$";
index d22e15738724c7d619cbf78e1043486d1fe87d70..36e83e1e6742e75436ecb393ade1d70426641b87 100644 (file)
@@ -4230,10 +4230,10 @@ move\\t%0,%z4\\n\\
 ;; operand zero, because then the address in the move instruction will be
 ;; clobbered.  We mark the scratch register as early clobbered to prevent this.
 
-;; We need the ?X in alternative 1 so that it will be choosen only if the
+;; We need the ?X in alternative 1 so that it will be chosen only if the
 ;; destination is a floating point register.  Otherwise, alternative 1 can
 ;; have lower cost than alternative 0 (because there is one less loser), and
-;; can be choosen when it won't work (because integral reloads into FP
+;; can be chosen when it won't work (because integral reloads into FP
 ;; registers are not supported).
 
 (define_insn "fix_truncdfsi2"
index 00379204c034d7b9b0398fa9800c04aa3944a43a..373f78f7fbc2bb02216e659eaa7dbb3e03341509 100644 (file)
@@ -236,7 +236,7 @@ while (0)
    crossing a page boundary cause unpredictable results.  */
 #define STRICT_ALIGNMENT 1
 
-/* If bit field type is int, dont let it cross an int,
+/* If bit field type is int, don't let it cross an int,
    and give entire struct the alignment of an int.  */
 /* Required on the 386 since it doesn't have a full set of bitfield insns.
    (There is no signed extv insn.)  */
index 593f0858cf497914d8838cf08d61d638abe73520..1449fca5edb05c92a284741d5edeba30dee263f5 100644 (file)
@@ -4855,7 +4855,7 @@ hppa_builtin_saveregs ()
                        gen_rtx_REG (word_mode, i));
 
       /* The incoming args pointer points just beyond the flushback area;
-        normally this is not a serious concern.  Howver, when we are doing
+        normally this is not a serious concern.  However, when we are doing
         varargs/stdargs we want to make the arg pointer point to the start
         of the incoming argument area.  */
       emit_move_insn (virtual_incoming_args_rtx,
index 6e6f428f6e0b359dd1bb6d11835b25aa706814eb..803d4e0d4c9b47010490b92c86dac8127254c0c9 100644 (file)
@@ -6926,7 +6926,7 @@ rs6000_output_function_epilogue (file, size)
         is 0.  C++ is 9.  No number defined for Obj-C, so use the
         value for C for now.  There is no official value for Java,
          although IBM appears to be using 13.  There is no official value
-        for Chill, so we've choosen 44 pseudo-randomly.  */
+        for Chill, so we've chosen 44 pseudo-randomly.  */
       if (! strcmp (language_string, "GNU C")
          || ! strcmp (language_string, "GNU Objective-C"))
        i = 0;
index 3c326d33a51286919ec6087673e18ba497e112bc..594f06810978e80e8e043da68a68b581e370c261 100644 (file)
@@ -3074,7 +3074,7 @@ s390_build_va_list ()
    false if implementing __builtin_varargs_va_start.  NEXTARG
    points to the first anonymous stack argument.
 
-   The following global variables are used to initalize
+   The following global variables are used to initialize
    the va_list structure:
 
      current_function_args_info:
index 4ecf2de64ef63dc4d6dee02af5bfe1bd11fd7d76..c4fd6fb7f2bbf0616d5f72f3e5ebe311e9fb1306 100644 (file)
@@ -184,7 +184,7 @@ if (INTEGRAL_MODE_P (MODE) &&                               \
 
 #define EMPTY_FIELD_BOUNDARY 32
 
-/* Alignment on even adresses for LARL instruction.  */
+/* Alignment on even addresses for LARL instruction.  */
 
 #define CONSTANT_ALIGNMENT(EXP, ALIGN) (ALIGN) < 16 ? 16 : (ALIGN)
 
index 1b64987dabe58a58c9daf7cc571db6a827e42715..1cb61c75dc4d6601f69474b928e907be4564d246 100644 (file)
@@ -7509,7 +7509,7 @@ ultra_fpmode_conflict_exists (fpmode)
            continue;
 
          /* If it is not FMOV, FABS, FNEG, FDIV, or FSQRT then
-            we will get a stall.  Loads and stores are independant
+            we will get a stall.  Loads and stores are independent
             of these rules.  */
          if (GET_CODE (SET_SRC (pat)) != ABS
              && GET_CODE (SET_SRC (pat)) != NEG
index f625ae8f014574afd2aefe52d3c2fdb8bb64eb29..7ca09e16efd26da5b590214e2fda14294f61aa3d 100644 (file)
@@ -4795,7 +4795,7 @@ do {                                                                      \
 
 /* Some stabs encapsulation formats (in particular ECOFF), cannot
    handle the `.stabs "",N_FUN,,0,0,Lscope-function-1' gdb dbx
-   extention construct.  On those machines, define this macro to turn
+   extension construct.  On those machines, define this macro to turn
    this feature off without disturbing the rest of the gdb extensions.  */
 /* #define NO_DBX_FUNCTION_END */
 
index 96c04d982d00394a0da700812f83c92546d6acf2..8fc6b9c286adaac5d7ebe8949828374664140a3b 100644 (file)
@@ -7251,7 +7251,7 @@ This describes commands for alignment.
 @findex JUMP_ALIGN
 @item JUMP_ALIGN (@var{label})
 The alignment (log base 2) to put in front of @var{label}, which is
-a common destination of jumps and has no fallthru incomming edge.
+a common destination of jumps and has no fallthru incoming edge.
 
 This macro need not be defined if you don't want any special alignment
 to be done at such a time.  Most machine descriptions do not currently