m32r.md, [...]: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 14 Sep 2004 04:05:40 +0000 (04:05 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 14 Sep 2004 04:05:40 +0000 (04:05 +0000)
* config/m32r/m32r.md, config/m68k/m68kelf.h,
config/mcore/mcore.md, config/rs6000/linux64.h,
config/rs6000/rs6000.c, config/sparc/sparc.c: Fix comment
typos.

From-SVN: r87481

gcc/ChangeLog
gcc/config/m32r/m32r.md
gcc/config/m68k/m68kelf.h
gcc/config/mcore/mcore.md
gcc/config/rs6000/linux64.h
gcc/config/rs6000/rs6000.c
gcc/config/sparc/sparc.c

index 82665c53baf304dc0fc6b174a0403887001f9400..28457ba782419103be72af5718b01acbc975fc19 100644 (file)
@@ -1,3 +1,10 @@
+2004-09-14  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/m32r/m32r.md, config/m68k/m68kelf.h,
+       config/mcore/mcore.md, config/rs6000/linux64.h,
+       config/rs6000/rs6000.c, config/sparc/sparc.c: Fix comment
+       typos.
+
 2004-09-13  James E Wilson  <wilson@specifixinc.com>
 
        * Makefile.in (GEN_PROTOS_OBJS): Add $(BUILD_ERRORS).
index 8cd2679d448d9ac099d3a52b9621744f3e18a551..f1236d4dbb25422ef47901b9d42f6f686252a0dd 100644 (file)
 
 ;; Load/store instructions do 6 stages: IF D E MEM1 MEM2 WB.
 ;; MEM1 may require more than one cycle depending on locality.  We
-;; optimistically assume all memory is nearby, ie. MEM1 takes only
+;; optimistically assume all memory is nearby, i.e. MEM1 takes only
 ;; one cycle.  Hence, ready latency is 3.
 
 ;; The M32Rx can do short load/store only on the left pipe.
index 68218e556d27457e0ae4fa353fabd817a3effca1..51d0641501fda2550edf3e0ab6800e0930efde0b 100644 (file)
@@ -159,7 +159,7 @@ do {                                                                \
 #endif
 
 /* The `string' directive on m68k svr4 does not handle string with
-   escape char (ie., `\') right. Use normal way to output ASCII bytes
+   escape char (i.e., `\') right. Use normal way to output ASCII bytes
    seems to be safer.  */
 #undef ASM_OUTPUT_ASCII
 #define ASM_OUTPUT_ASCII(FILE,PTR,LEN)                         \
index b45a3c6c815a725f18b8591cd2af225cfd9c3747..ab3ce8aff689043539a986937b1914ab0695e1eb 100644 (file)
 }")
 
 ; experimental - do the constant folding ourselves.  note that this isn't
-;   re-applied like we'd really want.  ie., four ands collapse into two
+;   re-applied like we'd really want.  i.e., four ands collapse into two
 ;   instead of one.  this is because peepholes are applied as a sliding
 ;   window.  the peephole does not generate new rtl's, but instead slides
 ;   across the rtl's generating machine instructions.  it would be nice
index bdd0b98babfb41ba706d8485404256a1de18bfaf..68a9955a4fdd72788da438f0261f357156641ff0 100644 (file)
@@ -258,7 +258,7 @@ extern int dot_symbols;
    than a doubleword should be padded upward or downward.  You could
    reasonably assume that they follow the normal rules for structure
    layout treating the parameter area as any other block of memory,
-   then map the reg param area to registers.  ie. pad updard.
+   then map the reg param area to registers.  i.e. pad upward.
    Setting both of the following defines results in this behavior.
    Setting just the first one will result in aggregates that fit in a
    doubleword being padded downward, and others being padded upward.
index dede50f41bc23990c6acc2e0de61ccf9a3599996..b47ccf0857572c18bde1c6066c7a25ed1e3f809e 100644 (file)
@@ -4619,7 +4619,7 @@ function_arg_padding (enum machine_mode mode, tree type)
     {
       /* GCC used to pass structures of the same size as integer types as
         if they were in fact integers, ignoring FUNCTION_ARG_PADDING.
-        ie. Structures of size 1 or 2 (or 4 when TARGET_64BIT) were
+        i.e. Structures of size 1 or 2 (or 4 when TARGET_64BIT) were
         passed padded downward, except that -mstrict-align further
         muddied the water in that multi-component structures of 2 and 4
         bytes in size were passed padded upward.
index 336d832e61a49ff6b09cbc908517f423489cefbc..708894d601cf19f084748d89883e2ed91c81e939 100644 (file)
@@ -4609,7 +4609,7 @@ sparc_asm_function_epilogue (FILE *file, HOST_WIDE_INT size ATTRIBUTE_UNUSED)
   /* If code does not drop into the epilogue, we have to still output
      a dummy nop for the sake of sane backtraces.  Otherwise, if the
      last two instructions of a function were "call foo; dslot;" this
-     can make the return PC of foo (ie. address of call instruction
+     can make the return PC of foo (i.e. address of call instruction
      plus 8) point to the first instruction in the next function.  */
 
   rtx insn, last_real_insn;