divtab.c, [...]: Follow spelling conventions.
authorKazu Hirata <kazu@codesourcery.com>
Mon, 19 Feb 2007 01:20:56 +0000 (01:20 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 19 Feb 2007 01:20:56 +0000 (01:20 +0000)
* config/sh/divtab.c, config/sh/sh.c, config/sh/sh.h,
config/sh/sh.md: Follow spelling conventions.

From-SVN: r122117

gcc/ChangeLog
gcc/config/sh/divtab.c
gcc/config/sh/sh.c
gcc/config/sh/sh.h
gcc/config/sh/sh.md

index dada581..641704a 100644 (file)
@@ -1,3 +1,8 @@
+2007-02-19  Kazu Hirata  <kazu@codesourcery.com>
+
+       * config/sh/divtab.c, config/sh/sh.c, config/sh/sh.h,
+       config/sh/sh.md: Follow spelling conventions.
+
 2007-02-18  Roger Sayle  <roger@eyesopen.com>
 
        PR rtl-optimization/28173
index f2c2188..b955da9 100644 (file)
@@ -83,7 +83,7 @@ static double note_defect3 (int val, double d2, double y2d, double x)
     }
 }
 
-/* This function assumes 32 bit integers.  */
+/* This function assumes 32-bit integers.  */
 static double
 calc_defect (double x, int constant, int factor)
 {
index 96a00f6..bb2776f 100644 (file)
@@ -3702,7 +3702,7 @@ broken_move (rtx insn)
       if (GET_CODE (pat) == PARALLEL)
        pat = XVECEXP (pat, 0, 0);
       if (GET_CODE (pat) == SET
-         /* We can load any 8 bit value if we don't care what the high
+         /* We can load any 8-bit value if we don't care what the high
             order bits end up as.  */
          && GET_MODE (SET_DEST (pat)) != QImode
          && (CONSTANT_P (SET_SRC (pat))
@@ -9651,7 +9651,7 @@ struct builtin_description
 
 /* describe number and signedness of arguments; arg[0] == result
    (1: unsigned, 2: signed, 4: don't care, 8: pointer 0: no argument */
-/* 9: 64 bit pointer, 10: 32 bit pointer */
+/* 9: 64-bit pointer, 10: 32-bit pointer */
 static const char signature_args[][4] =
 {
 #define SH_BLTIN_V2SI2 0
index 1dae39b..d76f97b 100644 (file)
@@ -1550,8 +1550,8 @@ extern enum reg_class reg_class_from_letter[];
     Bsc: SCRATCH - for the scratch register in movsi_ie in the
         fldi0 / fldi0 cases
    C: Constants other than only CONST_INT (constraint len == 3)
-    Css: signed 16 bit constant, literal or symbolic
-    Csu: unsigned 16 bit constant, literal or symbolic
+    Css: signed 16-bit constant, literal or symbolic
+    Csu: unsigned 16-bit constant, literal or symbolic
     Csy: label or symbol
     Cpg: non-explicit constants that can be directly loaded into a general
         purpose register in PIC code.  like 's' except we don't allow
index c675478..810e99d 100644 (file)
 ;; store       to memory
 ;; fstore      floating point register to memory
 ;; move                general purpose register to register
-;; movi8       8 bit immediate to general purpose register
+;; movi8       8-bit immediate to general purpose register
 ;; mt_group    other sh4 mt instructions
 ;; fmove       register to register, floating point
 ;; smpy                word precision integer multiply
 ;; store_media SHmedia general register store instructions
 ;; mcmp_media  SHmedia multimedia compare, absolute, saturating ops
 ;; mac_media   SHmedia mac-style fixed point operations
-;; d2mpy_media SHmedia: two 32 bit integer multiplies
+;; d2mpy_media SHmedia: two 32-bit integer multiplies
 ;; atrans_media        SHmedia approximate transcendental functions
 ;; ustore_media        SHmedia unaligned stores
 ;; nil         no-op move, will be deleted.