]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
darwin.c, [...]: Fix comment formatting.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 4 Feb 2004 20:01:05 +0000 (20:01 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 4 Feb 2004 20:01:05 +0000 (20:01 +0000)
* config/darwin.c, config/darwin.h, config/freebsd-spec.h,
config/arm/arm.c, config/arm/arm.md,
config/cris/cris-protos.h, config/fr30/fr30.c,
config/fr30/fr30.h, config/h8300/h8300.c, config/i386/i386.h,
config/i860/i860.c, config/i860/i860.h, config/ia64/ia64-c.c,
config/ia64/ia64.c, config/ia64/ia64.h, config/ip2k/ip2k.h,
config/ip2k/ip2k.md, config/ip2k/libgcc.S,
config/m32r/linux.h, config/m32r/m32r.c, config/m32r/m32r.h,
config/m68k/m68k.c, config/m68k/netbsd-elf.h,
config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.md,
config/ns32k/netbsd.h, config/ns32k/ns32k.c,
config/ns32k/ns32k.h, config/pdp11/pdp11.h,
config/rs6000/darwin-ldouble.c, config/s390/s390.h,
config/s390/s390.md, config/sparc/netbsd-elf.h,
config/sparc/openbsd.h, config/sparc/sparc.c,
config/xtensa/lib2funcs.S: Fix comment formatting.

From-SVN: r77268

38 files changed:
gcc/ChangeLog
gcc/config/arm/arm.c
gcc/config/arm/arm.md
gcc/config/cris/cris-protos.h
gcc/config/darwin.c
gcc/config/darwin.h
gcc/config/fr30/fr30.c
gcc/config/fr30/fr30.h
gcc/config/freebsd-spec.h
gcc/config/h8300/h8300.c
gcc/config/i386/i386.h
gcc/config/i860/i860.c
gcc/config/i860/i860.h
gcc/config/ia64/ia64-c.c
gcc/config/ia64/ia64.c
gcc/config/ia64/ia64.h
gcc/config/ip2k/ip2k.h
gcc/config/ip2k/ip2k.md
gcc/config/ip2k/libgcc.S
gcc/config/m32r/linux.h
gcc/config/m32r/m32r.c
gcc/config/m32r/m32r.h
gcc/config/m68k/m68k.c
gcc/config/m68k/netbsd-elf.h
gcc/config/mips/mips.c
gcc/config/mmix/mmix.c
gcc/config/mmix/mmix.md
gcc/config/ns32k/netbsd.h
gcc/config/ns32k/ns32k.c
gcc/config/ns32k/ns32k.h
gcc/config/pdp11/pdp11.h
gcc/config/rs6000/darwin-ldouble.c
gcc/config/s390/s390.h
gcc/config/s390/s390.md
gcc/config/sparc/netbsd-elf.h
gcc/config/sparc/openbsd.h
gcc/config/sparc/sparc.c
gcc/config/xtensa/lib2funcs.S

index e118bc468806dae073b233ed480392796c6429ae..fff02fd393887fa5a51e58a6d259a5be8f44d68f 100644 (file)
@@ -1,3 +1,22 @@
+2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/darwin.c, config/darwin.h, config/freebsd-spec.h,
+       config/arm/arm.c, config/arm/arm.md,
+       config/cris/cris-protos.h, config/fr30/fr30.c,
+       config/fr30/fr30.h, config/h8300/h8300.c, config/i386/i386.h,
+       config/i860/i860.c, config/i860/i860.h, config/ia64/ia64-c.c,
+       config/ia64/ia64.c, config/ia64/ia64.h, config/ip2k/ip2k.h,
+       config/ip2k/ip2k.md, config/ip2k/libgcc.S,
+       config/m32r/linux.h, config/m32r/m32r.c, config/m32r/m32r.h,
+       config/m68k/m68k.c, config/m68k/netbsd-elf.h,
+       config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.md,
+       config/ns32k/netbsd.h, config/ns32k/ns32k.c,
+       config/ns32k/ns32k.h, config/pdp11/pdp11.h,
+       config/rs6000/darwin-ldouble.c, config/s390/s390.h,
+       config/s390/s390.md, config/sparc/netbsd-elf.h,
+       config/sparc/openbsd.h, config/sparc/sparc.c,
+       config/xtensa/lib2funcs.S: Fix comment formatting.
+
 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
 
        * config/alpha/alpha.c, config/arc/arc.c,
index 12255d8710a463f46ba290bf08d9e39cdf57ff6a..67641bf3c75ec520d204e9ad7e17bd4511b01766 100644 (file)
@@ -3318,7 +3318,7 @@ thumb_rtx_costs (rtx x, enum rtx_code code, enum rtx_code outer)
     case AND:
     case XOR:
     case IOR: 
-      /* XXX guess. */
+      /* XXX guess.  */
       return 8;
 
     case ADDRESSOF:
@@ -3331,7 +3331,7 @@ thumb_rtx_costs (rtx x, enum rtx_code code, enum rtx_code outer)
                 ? 4 : 0));
 
     case IF_THEN_ELSE:
-      /* XXX a guess. */
+      /* XXX a guess.  */
       if (GET_CODE (XEXP (x, 1)) == PC || GET_CODE (XEXP (x, 2)) == PC)
        return 14;
       return 2;
@@ -3759,11 +3759,11 @@ arm_xscale_rtx_costs (rtx x, int code, int outer_code, int *total)
          unsigned HOST_WIDE_INT masked_const;
 
          /* The cost will be related to two insns.
-            First a load of the constant (MOV or LDR), then a multiply. */
+            First a load of the constant (MOV or LDR), then a multiply.  */
          cost = 2;
          if (! const_ok)
            cost += 1;      /* LDR is probably more expensive because
-                              of longer result latency. */
+                              of longer result latency.  */
          masked_const = i & 0xffff8000;
          if (masked_const != 0 && masked_const != 0xffff8000)
            {
index cafac0b58e47d65e3ba88a1acf9062ff8ce2532d..25c9fd44ea1d9b5d5d6e7b9319413c7af5cbe1df 100644 (file)
         /* Ideally we shouldn't fail here if we could know that operands[1] 
            ends up already living in an iwmmxt register. Otherwise it's
            cheaper to have the alternate code being generated than moving
-           values to iwmmxt regs and back. */
+           values to iwmmxt regs and back.  */
         FAIL;
     }
   else if (!TARGET_REALLY_IWMMXT && !(TARGET_HARD_FLOAT && TARGET_MAVERICK))
         /* Ideally we shouldn't fail here if we could know that operands[1] 
            ends up already living in an iwmmxt register. Otherwise it's
            cheaper to have the alternate code being generated than moving
-           values to iwmmxt regs and back. */
+           values to iwmmxt regs and back.  */
         FAIL;
     }
   else if (!TARGET_REALLY_IWMMXT)
         /* Ideally we shouldn't fail here if we could know that operands[1] 
            ends up already living in an iwmmxt register. Otherwise it's
            cheaper to have the alternate code being generated than moving
-           values to iwmmxt regs and back. */
+           values to iwmmxt regs and back.  */
         FAIL;
     }
   else if (!TARGET_REALLY_IWMMXT)
index 38b388b71b9e03cc43ddc3803e4870b3fbcc8e49..1fc647383537a19989f0c1999a134211d577acc1 100644 (file)
@@ -52,7 +52,7 @@ extern rtx cris_expand_builtin_va_arg (tree, tree);
 
 extern void cris_pragma_expand_mul (struct cpp_reader *);
 
-/* Need one that returns an int; usable in expressions. */
+/* Need one that returns an int; usable in expressions.  */
 extern int cris_fatal (char *);
 
 extern void cris_override_options (void);
index 1ac122376de162a441a902aafa695b712a470483..1e07a0f57dd04412df41e95fae83240d094deea0 100644 (file)
@@ -82,7 +82,7 @@ machopic_classify_ident (tree ident)
                     && name[5] == '_'));
   tree temp;
 
-  /* The PIC base symbol is always defined. */
+  /* The PIC base symbol is always defined.  */
   if (! strcmp (name, "<pic base>"))
     return MACHOPIC_DEFINED_DATA;
 
@@ -245,7 +245,7 @@ machopic_output_function_base_name (FILE *file)
 {
   const char *current_name;
 
-  /* If dynamic-no-pic is on, we should not get here. */
+  /* If dynamic-no-pic is on, we should not get here.  */
   if (MACHO_DYNAMIC_NO_PIC_P)
     abort ();
   current_name =
index 3470f7b8ca1709237fa01f0de0d8df6e270fa08c..f15eaae4f04ef5297bf28ca1791a6d7ef460caa2 100644 (file)
@@ -710,7 +710,7 @@ objc_section_init (void)                    \
 
 /* Emit an assembler directive to set visibility for a symbol.  Used
    to support visibility attribute and Darwin's private extern
-   feature. */
+   feature.  */
 #undef TARGET_ASM_ASSEMBLE_VISIBILITY
 #define TARGET_ASM_ASSEMBLE_VISIBILITY darwin_assemble_visibility
 
index a420fb19859f863643fdcf7bd2437bf2a5b4f740..4b729e8e819e33585c0b87c649c99e9c5f51446f 100644 (file)
@@ -103,16 +103,16 @@ struct rtx_def * fr30_compare_op1;
    save masks, and offsets for the current function.  */
 struct fr30_frame_info
 {
-  unsigned int total_size;     /* # Bytes that the entire frame takes up. */
-  unsigned int pretend_size;   /* # Bytes we push and pretend caller did. */
-  unsigned int args_size;      /* # Bytes that outgoing arguments take up. */
-  unsigned int reg_size;       /* # Bytes needed to store regs. */
-  unsigned int var_size;       /* # Bytes that variables take up. */
+  unsigned int total_size;     /* # Bytes that the entire frame takes up.  */
+  unsigned int pretend_size;   /* # Bytes we push and pretend caller did.  */
+  unsigned int args_size;      /* # Bytes that outgoing arguments take up.  */
+  unsigned int reg_size;       /* # Bytes needed to store regs.  */
+  unsigned int var_size;       /* # Bytes that variables take up.  */
   unsigned int frame_size;      /* # Bytes in current frame.  */
-  unsigned int gmask;          /* Mask of saved registers. */
-  unsigned int save_fp;                /* Nonzero if frame pointer must be saved. */
-  unsigned int save_rp;                /* Nonzero if return pointer must be saved. */
-  int          initialised;    /* Nonzero if frame size already calculated. */
+  unsigned int gmask;          /* Mask of saved registers.  */
+  unsigned int save_fp;                /* Nonzero if frame pointer must be saved.  */
+  unsigned int save_rp;                /* Nonzero if return pointer must be saved.  */
+  int          initialised;    /* Nonzero if frame size already calculated.  */
 };
 
 /* Current frame information calculated by fr30_compute_frame_size().  */
@@ -425,7 +425,7 @@ fr30_setup_incoming_varargs (CUMULATIVE_ARGS arg_regs_used_so_far,
      statement is probably unnecessary.  */
   if (targetm.calls.strict_argument_naming (&arg_regs_used_so_far))
     /* If TARGET_STRICT_ARGUMENT_NAMING returns true, then the last named
-       arg must not be treated as an anonymous arg. */
+       arg must not be treated as an anonymous arg.  */
     arg_regs_used_so_far += fr30_num_arg_regs (int_mode, type);
   
   size = FR30_NUM_ARG_REGS - arg_regs_used_so_far;
index 8c9841d9b8305ec366cfddb89f194767022e43c6..0d498d706ccf76d36caf2ec5e757a6df8cd0c26b 100644 (file)
@@ -39,7 +39,7 @@ Boston, MA 02111-1307, USA.  */
 
 /* Define this to be a string constant containing `-D' options to define the
    predefined macros that identify this machine and system.  These macros will
-   be predefined unless the `-ansi' option is specified. */
+   be predefined unless the `-ansi' option is specified.  */
 
 #define TARGET_CPU_CPP_BUILTINS()              \
   do                                           \
@@ -661,7 +661,7 @@ enum reg_class
    - if the type has variable size
    - if the type is marked as addressable (it is required to be constructed
      into the stack)
-   - if the type is a structure or union. */
+   - if the type is a structure or union.  */
 
 #define MUST_PASS_IN_STACK(MODE, TYPE)                         \
    (((MODE) == BLKmode)                                                \
@@ -801,7 +801,7 @@ enum reg_class
 #define LIBCALL_VALUE(MODE) gen_rtx_REG (MODE, RETURN_VALUE_REGNUM)
 
 /* A C expression that is nonzero if REGNO is the number of a hard register in
-   which the values of called function may come back. */
+   which the values of called function may come back.  */
 
 #define FUNCTION_VALUE_REGNO_P(REGNO) ((REGNO) == RETURN_VALUE_REGNUM)
 
index feb08e2333e1c4d368beede98875c9e084a55412..6195c08aa5cac124f7a50180e74c5872cce1be1a 100644 (file)
@@ -70,7 +70,7 @@ Boston, MA 02111-1307, USA.  */
     }                                                                  \
   while (0)
 
-/* Define the default FreeBSD-specific per-CPU hook code. */
+/* Define the default FreeBSD-specific per-CPU hook code.  */
 #define FBSD_TARGET_CPU_CPP_BUILTINS() do {} while (0)
 
 /* Provide a CPP_SPEC appropriate for FreeBSD.  We just deal with the GCC 
index bcf25ccf0ad72a4a4c384fe8686f8db391a25918..668f273f363c94852a426f52cf7206d0c3303e3b 100644 (file)
@@ -4419,7 +4419,7 @@ h8300_asm_named_section (const char *name, unsigned int flags ATTRIBUTE_UNUSED)
 int
 h8300_eightbit_constant_address_p (rtx x)
 {
-  /* The ranges of the 8-bit area. */
+  /* The ranges of the 8-bit area.  */
   const unsigned HOST_WIDE_INT n1 = trunc_int_for_mode (0xff00, HImode);
   const unsigned HOST_WIDE_INT n2 = trunc_int_for_mode (0xffff, HImode);
   const unsigned HOST_WIDE_INT h1 = trunc_int_for_mode (0x00ffff00, SImode);
index 80d4f116fb7607769138124e9737bd9f90f3be45..a2ef75e93ac58a784621f34c70e97081d6a606bb 100644 (file)
@@ -1919,7 +1919,7 @@ typedef struct ix86_args {
    been eliminated by then.  */
 
 
-/* Non strict versions, pseudos are ok */
+/* Non strict versions, pseudos are ok */
 #define REG_OK_FOR_INDEX_NONSTRICT_P(X)                                        \
   (REGNO (X) < STACK_POINTER_REGNUM                                    \
    || (REGNO (X) >= FIRST_REX_INT_REG                                  \
index 178cab0ad0c3bf3899accef7aed97481618b30c3..1ee9e4edb9b09adae9be0f87f0a647ecdef0837d 100644 (file)
@@ -1165,7 +1165,7 @@ output_block_move (rtx *operands)
   output_asm_insn ("bla %5,%2,.Lm%3", xoperands);
   output_asm_insn ("adds %0,%2,%6", xoperands);
   output_asm_insn ("\n.Lm%3:", xoperands);         /* Label for bla above.  */
-  output_asm_insn ("\n.Ls%3:",  xoperands);        /* Loop start label. */
+  output_asm_insn ("\n.Ls%3:",  xoperands);        /* Loop start label.  */
   output_asm_insn ("adds %5,%6,%6", xoperands);
 
   /* NOTE:  The code here which is supposed to handle the cases where the
index 0a518abd4020734f5e0ff5f1b986f68ab2003d19..61db1fc093cd5d3fe71174003dbb76c838343818 100644 (file)
@@ -824,7 +824,7 @@ struct cumulative_args { int ints, floats; };
 /* Define as C expression which evaluates to nonzero if the tablejump
    instruction expects the table to contain offsets from the address of the
    table.
-   Do not define this if the table should contain absolute addresses. */
+   Do not define this if the table should contain absolute addresses.  */
 /* #define CASE_VECTOR_PC_RELATIVE 1 */
 
 /* Define this as 1 if `char' should by default be signed; else as 0.  */
index 422fc865b2a25fe818ae2b8c8094304f0a1eab33..b1e617b3b4f34b748a01171a4d5c3aa3dc8b0ead 100644 (file)
@@ -60,7 +60,7 @@ ia64_hpux_handle_builtin_pragma (cpp_reader *pfile ATTRIBUTE_UNUSED)
 typedef struct c89_mathlib_names
 {
         const char *realname; /* User visible function name.  */
-        const char *c89name;  /* libm special name needed to set errno. */
+        const char *c89name;  /* libm special name needed to set errno.  */
 } c89_mathlib_names;
 
 static const c89_mathlib_names c89_mathlib_name_list [] =
index d526098b181907ae46a293e6d8b256386421c51f..e7800b40b329e7d60abbf66629cc115021dea58a 100644 (file)
@@ -1525,7 +1525,7 @@ ia64_split_tmode (rtx out[2], rtx in, bool reversed, bool dead)
              {
                /* Again the postmodify cannot be made to match, but
                   in this case it's more efficient to get rid of the
-                  postmodify entirely and fix up with an add insn. */
+                  postmodify entirely and fix up with an add insn.  */
                out[1] = adjust_automodify_address (in, DImode, base, 8);
                fixup = gen_adddi3 (base, base,
                                    GEN_INT (INTVAL (XEXP (offset, 1)) - 8));
@@ -6827,7 +6827,7 @@ bundling (FILE *dump, int verbose, rtx prev_head_insn, rtx tail)
   initiate_bundle_state_table ();
   index_to_bundle_states = xmalloc ((insn_num + 2)
                                    * sizeof (struct bundle_state *));
-  /* First (forward) pass -- generation of bundle states. */
+  /* First (forward) pass -- generation of bundle states.  */
   curr_state = get_free_bundle_state ();
   curr_state->insn = NULL;
   curr_state->before_nops_num = 0;
@@ -7424,7 +7424,7 @@ ia64_ld_address_bypass_p (rtx producer, rtx consumer)
 
 /* The following function returns TRUE if INSN produces address for a
    load/store insn.  We will place such insns into M slot because it
-   decreases its latency time. */
+   decreases its latency time.  */
 
 int
 ia64_produce_address_p (rtx insn)
index 491487cc4804682308b9fefc9cfe11a22ab16504..cc218385756e44967e906d951607b79d806911d5 100644 (file)
@@ -90,7 +90,7 @@ extern int target_flags;
 
 #define MASK_INLINE_SQRT_LAT      0x00008000 /* inline sqrt, min latency.  */
 
-#define MASK_INLINE_SQRT_THR      0x00010000 /* inline sqrt, max throughput. */
+#define MASK_INLINE_SQRT_THR      0x00010000 /* inline sqrt, max throughput.  */
 
 #define MASK_DWARF2_ASM 0x00020000     /* test dwarf2 line info via gas.  */
 
@@ -251,7 +251,7 @@ extern const char *ia64_tls_size_string;
 
 enum processor_type
 {
-  PROCESSOR_ITANIUM,                   /* Original Itanium. */
+  PROCESSOR_ITANIUM,                   /* Original Itanium.  */
   PROCESSOR_ITANIUM2,
   PROCESSOR_max
 };
index 0769572fc533e1820a7ec3c4bf402337a0fff324..1ed494fa2d9b7dae8e0c5808f75f237f7a20223b 100644 (file)
@@ -862,7 +862,7 @@ extern int ip2k_reorg_merge_qimode;
 
 #define DBX_REGISTER_NUMBER(REGNO)     (REGNO)
 
-/* Miscellaneous macros to describe machine specifics. */
+/* Miscellaneous macros to describe machine specifics.  */
 
 #define IS_PSEUDO_P(R) (REGNO (R) >= FIRST_PSEUDO_REGISTER)
 
index 5e2dcf1f9e33e89add7144a8013f87e2c00a3f58..76ae67e525976ee1919066e517d3cb681759d251 100644 (file)
                        0xff & ~mask);
 
          if (CONSTANT_P (operands[3]))
-         /* Constant can just be or-ed in. */
+         /* Constant can just be or-ed in.  */
            {
              p += sprintf (p, \"mov\\tw,#$%2.2x\;or\\t%%0,w\",
                            (int) (INTVAL (operands[3]) << pos) & mask & 0xff);
 
          p += sprintf (p, \"mov\\tw,%%3\;\"); /* Value to deposit */
 
-         /* Shift and mask the value before OR-ing into the destination. */
+         /* Shift and mask the value before OR-ing into the destination.  */
 
           if (pos != 0)
            p += sprintf (p, \"mulu\\tw,#%d\;\", 1<<pos);
      {
        /* It is not impossible to wind up with two constants here.
           If we simply emit the ashl, we'll generate unrecognizable
-         instructions. */
+         instructions.  */
        if (! nonimmediate_operand (operands[1], HImode))
          operands[1] = copy_to_mode_reg (HImode, operands[1]);
        emit_insn (gen_ashlhi3 (operands[0], operands[1], const1_rtx));
index 5be482f9ca763a6cec5886bfaf8788e536bb3f0c..4db7e10d1095b6571b5767ce5a29147e8cf001f4 100644 (file)
@@ -1498,7 +1498,7 @@ _abort:
 #endif
 
 #if defined(Lwrite)
-       /* Dummy entrypoint to suppress problems with glue code. */
+       /* Dummy entrypoint to suppress problems with glue code.  */
        .sect   .text.libgcc,"ax"
        .global _write
        .func   write, _write
index b7da5bf8ce5d11f8ff82d86806aa6fff0a80c6f1..b36719de047a686bad8d21bdea253c46ba2dcf69 100644 (file)
@@ -57,7 +57,7 @@
    When the -shared link option is used a final link is not being
    done.  */
 
-/* If ELF is the default format, we should not use /lib/elf. */
+/* If ELF is the default format, we should not use /lib/elf.  */
 
 #undef LINK_SPEC
 #if TARGET_LITTLE_ENDIAN
index d88067bef30fc9e7e2bf34c392ee8aa80747778a..9ebae494f62dd975078e7144d3474d2c0fc3a59d 100644 (file)
@@ -2034,7 +2034,7 @@ m32r_output_function_prologue (FILE * file, HOST_WIDE_INT size)
 }
 \f
 /* Do any necessary cleanup after a function to restore stack, frame,
-   and regs. */
+   and regs.  */
 
 static void
 m32r_output_function_epilogue (FILE * file, HOST_WIDE_INT size ATTRIBUTE_UNUSED)
@@ -2724,7 +2724,7 @@ emit_cond_move (rtx * operands, rtx insn ATTRIBUTE_UNUSED)
 }
 
 /* Returns true if the registers contained in the two
-   rtl expressions are different. */
+   rtl expressions are different.  */
 
 int
 m32r_not_same_reg (rtx a, rtx b)
index 0370c458db34b8db578c3d5a8c103f9abe7657b8..3ecfc8f2dd23d39fcb4201a9ecbd49ce06342d3e 100644 (file)
@@ -1028,7 +1028,7 @@ extern enum reg_class m32r_regno_reg_class[FIRST_PSEUDO_REGISTER];
    SIZE is the number of bytes of arguments passed on the stack.  */
 #define RETURN_POPS_ARGS(DECL, FUNTYPE, SIZE) 0
 
-/* Nonzero if we do not know how to pass TYPE solely in registers. */
+/* Nonzero if we do not know how to pass TYPE solely in registers.  */
 #define MUST_PASS_IN_STACK(MODE, TYPE)                 \
   ((TYPE) != 0                                         \
    && (TREE_CODE (TYPE_SIZE (TYPE)) != INTEGER_CST     \
@@ -1728,7 +1728,7 @@ extern char m32r_punct_chars[256];
 /* Define as C expression which evaluates to nonzero if the tablejump
    instruction expects the table to contain offsets from the address of the
    table.
-   Do not define this if the table should contain absolute addresses. */
+   Do not define this if the table should contain absolute addresses.  */
 /* It's not clear what PIC will look like or whether we want to use -fpic
    for the embedded form currently being talked about.  For now require -fpic
    to get pc relative switch tables.  */
index 53b0926b6cbeb4c308cdb620916600fa13a51d73..28308b3e5a9e7aef1270102f08ffe4a22abb0c68 100644 (file)
@@ -58,7 +58,7 @@ Boston, MA 02111-1307, USA.  */
 #endif
 
 
-/* Structure describing stack frame layout. */
+/* Structure describing stack frame layout.  */
 struct m68k_frame
 {
   /* Stack pointer to frame pointer offset.  */
index 31a805242ee6a098d09615130eaa422c1cb8d8ee..f9f4d128e3ad7f8ac7d0a38c2d110db864ee57a8 100644 (file)
@@ -316,7 +316,7 @@ while (0)
    function.  VALTYPE is the data type of the value (as a tree).  If
    the precise function being called is known, FUNC is its
    FUNCTION_DECL; otherwise, FUNC is 0.  For m68k/SVR4 generate the
-   result in d0, a0, or fp0 as appropriate. */
+   result in d0, a0, or fp0 as appropriate.  */
 
 #undef FUNCTION_VALUE
 #define FUNCTION_VALUE(VALTYPE, FUNC)                                  \
@@ -359,14 +359,14 @@ while (0)
 
 
 /* Boundary (in *bits*) on which stack pointer should be aligned.
-   The m68k/SVR4 convention is to keep the stack pointer longword aligned. */
+   The m68k/SVR4 convention is to keep the stack pointer longword aligned.  */
 
 #undef STACK_BOUNDARY
 #define STACK_BOUNDARY 32
 
 
 /* Alignment of field after `int : 0' in a structure.
-   For m68k/SVR4, this is the next longword boundary. */
+   For m68k/SVR4, this is the next longword boundary.  */
 
 #undef EMPTY_FIELD_BOUNDARY
 #define EMPTY_FIELD_BOUNDARY 32
@@ -381,7 +381,7 @@ while (0)
 
 
 /* For m68k SVR4, structures are returned using the reentrant
-   technique. */
+   technique.  */
 
 #undef PCC_STATIC_STRUCT_RETURN
 
index e03d4764e4603befe1e99fd93ae8faf83629cf7c..689d6fe72d64bbc215b8590b5c6756f8baa69f5f 100644 (file)
@@ -2909,13 +2909,13 @@ gen_int_relational (enum rtx_code test_code, rtx result, rtx cmp0,
   if (mode == VOIDmode)
     mode = GET_MODE (cmp1);
 
-  /* Eliminate simple branches */
+  /* Eliminate simple branches */
   branch_p = (result == 0);
   if (branch_p)
     {
       if (GET_CODE (cmp0) == REG || GET_CODE (cmp0) == SUBREG)
        {
-         /* Comparisons against zero are simple branches */
+         /* Comparisons against zero are simple branches */
          if (GET_CODE (cmp1) == CONST_INT && INTVAL (cmp1) == 0
              && (! TARGET_MIPS16 || eqne_p))
            return 0;
index e30c433c6410b88e3b527453bb57d945a0596eb5..f5f1bd31d7b9e730940d48a17c16ca287d6784f3 100644 (file)
@@ -246,7 +246,7 @@ mmix_init_machine_status (void)
 /* DATA_ALIGNMENT.
    We have trouble getting the address of stuff that is located at other
    than 32-bit alignments (GETA requirements), so try to give everything
-   at least 32-bit alignment. */
+   at least 32-bit alignment.  */
 
 int
 mmix_data_alignment (tree type ATTRIBUTE_UNUSED, int basic_align)
@@ -1269,7 +1269,7 @@ mmix_file_start (void)
 
   fputs ("! mmixal:= 8H LOC Data_Section\n", asm_out_file);
 
-  /* Make sure each file starts with the text section. */
+  /* Make sure each file starts with the text section.  */
   text_section ();
 }
 
@@ -1278,7 +1278,7 @@ mmix_file_start (void)
 static void
 mmix_file_end (void)
 {
-  /* Make sure each file ends with the data section. */
+  /* Make sure each file ends with the data section.  */
   data_section ();
 }
 
index dbe0eeb4c1c08734cbd221ad8e7d8147d5c2b5c6..389b243ea9e08be05b7c92a61a4fc373055e344a 100644 (file)
@@ -871,7 +871,7 @@ DIVU %1,%1,%2\;GET %0,:rR\;NEGU %2,0,%0\;CSNN %0,$255,%2")
     = mmix_gen_compare_reg (LE, mmix_compare_op0, mmix_compare_op1);
 
   /* The head comment of optabs.c:can_compare_p says we're required to
-     implement this, so we have to clean up the mess here. */
+     implement this, so we have to clean up the mess here.  */
   if (operands[1] == NULL_RTX)
     {
       /* FIXME: Watch out for sharing/unsharing of rtx:es.  */
@@ -893,7 +893,7 @@ DIVU %1,%1,%2\;GET %0,:rR\;NEGU %2,0,%0\;CSNN %0,$255,%2")
     = mmix_gen_compare_reg (GE, mmix_compare_op0, mmix_compare_op1);
 
   /* The head comment of optabs.c:can_compare_p says we're required to
-     implement this, so we have to clean up the mess here. */
+     implement this, so we have to clean up the mess here.  */
   if (operands[1] == NULL_RTX)
     {
       /* FIXME: Watch out for sharing/unsharing of rtx:es.  */
index 788332aa383019f98b473a8237c1db3c54fb360f..1484214c103f2e781b703a54a13b44c917534d5b 100644 (file)
@@ -52,7 +52,7 @@ Boston, MA 02111-1307, USA.  */
 /* 32532 spec says it can handle any alignment.  Rumor from tm-ns32k.h
    tells this might not be actually true (but it's for 32032, perhaps
    National has fixed the bug for 32532).  You might have to change this
-   if the bug still exists. */
+   if the bug still exists.  */
 
 #undef STRICT_ALIGNMENT
 #define STRICT_ALIGNMENT 0
index 85fa6815434618c0f61db9e9aa5204fab277a220..5eb6ce091138be658a18e49d6583ee6780e68ee3 100644 (file)
@@ -543,7 +543,7 @@ register_move_cost (enum reg_class CLASS1, enum reg_class CLASS2)
 
 #if 0
 /* We made the insn definitions copy from floating point to general
-  registers via the stack. */
+  registers via the stack.  */
 int
 secondary_memory_needed (enum reg_class CLASS1,
                         enum reg_class CLASS2,
@@ -558,7 +558,7 @@ secondary_memory_needed (enum reg_class CLASS1,
 
 /* TARGET_ADDRESS_COST calls this.  This function is not optimal
    for the 32032 & 32332, but it probably is better than
-   the default. */
+   the default.  */
 
 static int
 ns32k_address_cost (rtx operand)
@@ -882,7 +882,7 @@ expand_block_move (rtx operands[])
              /* Use movmd. It is slower than multiple movd's but more
                 compact. It is also slower than movsd for large copies
                 but causes less registers reloading so is better than movsd
-                for small copies. */
+                for small copies.  */
              rtx src, dest;
              dest = copy_addr_to_reg (XEXP (operands[0], 0));
              src = copy_addr_to_reg (XEXP (operands[1], 0));
index 737416b1e1bf1af5009afa91c55495968fc43bb1..96a6a37a1675d2fc01504f8db0558c6373130f66 100644 (file)
@@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA.  */
       else if (TARGET_32081)                           \
        builtin_define ("__ns32081__");                 \
                                                        \
-      /* Misc. */                                      \
+      /* Misc.  */                                     \
       if (TARGET_RTD)                                  \
        builtin_define ("__RTD__");                     \
                                                        \
@@ -56,7 +56,7 @@ Boston, MA 02111-1307, USA.  */
 /* ABSOLUTE PREFIX, IMMEDIATE_PREFIX and EXTERNAL_PREFIX can be defined
    to cover most NS32k addressing syntax variations.  This way we don't
    need to redefine long macros in all the tm.h files for just slight
-   variations in assembler syntax. */
+   variations in assembler syntax.  */
 
 #ifndef ABSOLUTE_PREFIX
 #define ABSOLUTE_PREFIX '@'
@@ -360,10 +360,10 @@ while (0)
 /* NS32000 pc is not overloaded on a register.  */
 /* #define PC_REGNUM */
 
-/* Register to use for pushing function arguments. */
+/* Register to use for pushing function arguments.  */
 #define STACK_POINTER_REGNUM 25
 
-/* Base register for access to local variables of the function. */
+/* Base register for access to local variables of the function.  */
 #define FRAME_POINTER_REGNUM 24
 
 
@@ -383,7 +383,7 @@ while (0)
 /* Value is 1 if it is a good idea to tie two pseudo registers
    when one has mode MODE1 and one has mode MODE2.
    If HARD_REGNO_MODE_OK could produce different values for MODE1 and MODE2,
-   for any hard reg, then this must be 0 for correct output. */
+   for any hard reg, then this must be 0 for correct output.  */
 
 #define MODES_TIEABLE_P(MODE1, MODE2)                                  \
   ((FLOAT_MODE_P(MODE1) && FLOAT_MODE_P(MODE2)                         \
@@ -1102,13 +1102,13 @@ __transfer_from_trampoline ()           \
 /* Specify the machine mode that this machine uses
    for the index in the tablejump instruction.
    HI mode is more efficient but the range is not wide enough for
-   all programs. */
+   all programs.  */
 #define CASE_VECTOR_MODE SImode
 
 /* Define as C expression which evaluates to nonzero if the tablejump
    instruction expects the table to contain offsets from the address of the
    table.
-   Do not define this if the table should contain absolute addresses. */
+   Do not define this if the table should contain absolute addresses.  */
 #define CASE_VECTOR_PC_RELATIVE 1
 
 /* Define this as 1 if `char' should by default be signed; else as 0.  */
@@ -1264,7 +1264,7 @@ __transfer_from_trampoline ()             \
 /* This is how to output an assembler line defining an external/static
    address which is not in tree format (for collect.c).  */
 
-/* The prefix to add to user-visible assembler symbols. */
+/* The prefix to add to user-visible assembler symbols.  */
 #define USER_LABEL_PREFIX "_"
 
 /* This is how to output an insn to push a register on the stack.
index 6bc37685e45256cce5f90c44bb44cd8afaca3a88..d54146fa005e806389f2e1d2bbca0f22cf2c0af7 100644 (file)
@@ -170,7 +170,7 @@ extern int target_flags;
 /* Define this if most significant word of a multiword number is first.  */
 #define WORDS_BIG_ENDIAN 1
 
-/* Define that floats are in VAX order, not high word first as for ints. */
+/* Define that floats are in VAX order, not high word first as for ints.  */
 #define FLOAT_WORDS_BIG_ENDIAN 0
 
 /* Width of a word, in units (bytes). 
@@ -883,7 +883,7 @@ extern int may_call_alloca;
 /* Define as C expression which evaluates to nonzero if the tablejump
    instruction expects the table to contain offsets from the address of the
    table.
-   Do not define this if the table should contain absolute addresses. */
+   Do not define this if the table should contain absolute addresses.  */
 /* #define CASE_VECTOR_PC_RELATIVE 1 */
 
 /* Define this as 1 if `char' should by default be signed; else as 0.  */
@@ -908,7 +908,7 @@ extern int may_call_alloca;
 
 /* Give a comparison code (EQ, NE etc) and the first operand of a COMPARE,
    return the mode to be used for the comparison.  For floating-point, CCFPmode
-   should be used. */
+   should be used.  */
 
 #define SELECT_CC_MODE(OP,X,Y) \
 (GET_MODE_CLASS(GET_MODE(X)) == MODE_FLOAT? CCFPmode : CCmode)
@@ -1013,7 +1013,7 @@ extern struct rtx_def *cc0_reg_rtx;
 /* Globalizing directive for a label.  */
 #define GLOBAL_ASM_OP "\t.globl "
 
-/* The prefix to add to user-visible assembler symbols. */
+/* The prefix to add to user-visible assembler symbols.  */
 
 #define USER_LABEL_PREFIX "_"
 
@@ -1034,7 +1034,7 @@ extern struct rtx_def *cc0_reg_rtx;
   fprintf (FILE, "\t%sL_%d\n", TARGET_UNIX_ASM ? "" : ".word ", VALUE)
 
 /* This is how to output an element of a case-vector that is relative.
-   Don't define this if it is not supported. */
+   Don't define this if it is not supported.  */
 
 /* #define ASM_OUTPUT_ADDR_DIFF_ELT(FILE, VALUE, REL) */
 
index 14492368178250eac4b974d62ae46d13352d9571..678b93f23927803d8eb689484c139b258a2aabbe 100644 (file)
@@ -95,7 +95,7 @@ _xlqadd (double a, double b, double c, double d)
       d = tau;
     }
 
-  /* b <- second largest magnitude double. */
+  /* b <- second largest magnitude double.  */
   if (fabs (c) > fabs (b))
     {
       t = b;
@@ -104,7 +104,7 @@ _xlqadd (double a, double b, double c, double d)
     }
 
   /* Thanks to commutativity, sum is invariant w.r.t. the next
-     conditional exchange. */
+     conditional exchange.  */
   tau = d + c;
 
   /* Order the smallest magnitude doubles.  */
@@ -183,7 +183,7 @@ _xlqdiv (double a, double b, double c, double d)
 
   /* Finite nonzero result requires corrections to the highest order term.  */
 
-  s = c * t;                    /* (s,sigma) = c*t exactly. */
+  s = c * t;                    /* (s,sigma) = c*t exactly.  */
   w = -(-b + d * t);   /* Written to get fnmsub for speed, but not
                           numerically necessary.  */
   
@@ -191,10 +191,10 @@ _xlqdiv (double a, double b, double c, double d)
   asm ("fmsub %0,%1,%2,%3" : "=f"(sigma) : "f"(c), "f"(t), "f"(s));
   v = a - s;
   
-  tau = ((v-sigma)+w)/c;   /* Correction to t. */
+  tau = ((v-sigma)+w)/c;   /* Correction to t.  */
   u = t + tau;
 
-  /* Construct long double result. */
+  /* Construct long double result.  */
   z.dval[0] = u;
   z.dval[1] = (t - u) + tau;
   return z.ldval;
index 7f6fa5c2fb6289161476f70f3db9aa837429812e..04225d341b7b5329c178463fd338a6c8b3c80aab 100644 (file)
@@ -876,7 +876,7 @@ extern struct rtx_def *s390_compare_op0, *s390_compare_op1;
 #define SLOW_BYTE_ACCESS 1
 
 /* The maximum number of bytes that a single instruction can move quickly
-   between memory and registers or between two memory locations. */
+   between memory and registers or between two memory locations.  */
 #define MOVE_MAX (TARGET_64BIT ? 16 : 8)
 #define MAX_MOVE_MAX 16
 
index 8cb2f250f815fc06a387d405e748e0d94d16d9a9..794a52fcd591a1f1c9d9ba8dbe3c3c02fca71cde 100644 (file)
   rtx temp = gen_reg_rtx (Pmode);
 
   /* Copy the backchain to the first word, sp to the second and the literal pool
-     base to the third. */
+     base to the third.  */
   emit_move_insn (operand_subword (operands[0], 2, 0,
                   TARGET_64BIT ? OImode : TImode),
                   gen_rtx_REG (Pmode, BASE_REGISTER));
   rtx base = gen_rtx_REG (Pmode, BASE_REGISTER);
 
   /* Restore the backchain from the first word, sp from the second and the
-     literal pool base from the third. */
+     literal pool base from the third.  */
   emit_move_insn (temp,
                  operand_subword (operands[1], 0, 0,
                  TARGET_64BIT ? OImode : TImode));
index ba66827db75bb0fc7afadb15713264788b99c256..4e191a5aeaa80b52df105bbd66bb960a18baa9ac 100644 (file)
@@ -241,7 +241,7 @@ Boston, MA 02111-1307, USA.  */
 #define MULTILIB_DEFAULTS { "m64" }
 #endif
 
-/* Name the port. */
+/* Name the port.  */
 #undef TARGET_NAME
 #define TARGET_NAME     (DEFAULT_ARCH32_P ? TARGET_NAME32 : TARGET_NAME64)
 
index e36f51eb602ff12915b23edfdb8128833b0b54e6..6bd683abdc37b45b560cc230746a6a818dcdeeb5 100644 (file)
@@ -62,7 +62,7 @@ Boston, MA 02111-1307, USA.  */
 /* Assembler format: exception region output.  */
 
 /* All configurations that don't use elf must be explicit about not using
-   dwarf unwind information. */
+   dwarf unwind information.  */
 #define DWARF2_UNWIND_INFO 0
 
 #undef ASM_PREFERRED_EH_DATA_FORMAT
index 958cbc20e2d03969c2759250b29b6ea713cc81b9..e8cf905337828344e8e73bd418f6ef6141c805c5 100644 (file)
@@ -7937,7 +7937,7 @@ sparc_init_libfuncs (void)
       /* Use the subroutines that Sun's library provides for integer
         multiply and divide.  The `*' prevents an underscore from
         being prepended by the compiler. .umul is a little faster
-        than .mul. */
+        than .mul.  */
       set_optab_libfunc (smul_optab, SImode, "*.umul");
       set_optab_libfunc (sdiv_optab, SImode, "*.div");
       set_optab_libfunc (udiv_optab, SImode, "*.udiv");
@@ -8348,7 +8348,7 @@ sparc_rtx_costs (rtx x, int code, int outer_code, int *total)
       return true;
 
     case IF_THEN_ELSE:
-      /* Conditional moves. */
+      /* Conditional moves.  */
       switch (sparc_cpu)
        {
        case PROCESSOR_ULTRASPARC:
index 80f5f0bcb483af1dcf4fde39119c345888d9837f..f98e9feac0f4da5098fb772f2aa1f8e518921308 100644 (file)
@@ -32,7 +32,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
 /* __xtensa_libgcc_window_spill: This function flushes out all but the
    current register window.  This is used to set up the stack so that
-   arbitrary frames can be accessed. */
+   arbitrary frames can be accessed.  */
 
        .align  4
        .global __xtensa_libgcc_window_spill
@@ -91,7 +91,7 @@ __xtensa_nonlocal_goto:
           function.  This can be extracted from the high bits of the
           return address, initially in a0.  As the unwinding
           proceeds, the window size is taken from the value of a0
-          saved _two_ frames below the current frame. */
+          saved _two_ frames below the current frame.  */
 
        addi    a5, sp, -16             # a5 = prev - save area
        l32i    a6, a5, 4
@@ -112,7 +112,7 @@ __xtensa_nonlocal_goto:
           current sp so they will be reloaded when the return from this
           function underflows.  We don't have to worry about exceptions
           while updating the current save area, because the windows have
-          already been flushed. */
+          already been flushed.  */
 
        addi    a4, sp, -16             # a4 = save area of this function
        l32i    a6, a5, 0
@@ -125,7 +125,7 @@ __xtensa_nonlocal_goto:
        s32i    a7, a4, 12
        
        /* Set return address to goto handler.  Use the window size bits
-          from the return address two frames below the target. */
+          from the return address two frames below the target.  */
        extui   a8, a8, 30, 2           # get window size from return addr.
        slli    a3, a3, 2               # get goto handler addr. << 2
        ssai    2
@@ -149,7 +149,7 @@ __xtensa_nonlocal_goto:
    At least one IHI instruction is needed for each i-cache line which may
    be touched by the trampoline.  An ISYNC instruction is also needed to
    make sure that the modified instructions are loaded into the instruction
-   fetch buffer. */
+   fetch buffer.  */
 
 #define TRAMPOLINE_SIZE 59