* c-pretty-print.c: Fix comment formatting.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 Oct 2003 13:09:48 +0000 (13:09 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 Oct 2003 13:09:48 +0000 (13:09 +0000)
* cfglayout.c: Likewise.
* cfgloopanal.c: Likewise.
* cppcharset.c: Likewise.
* dbxout.c: Likewise.
* ggc-page.c: Likewise.
* ggc.h: Likewise.
* target.h: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72110 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/c-pretty-print.c
gcc/cfglayout.c
gcc/cfgloopanal.c
gcc/cppcharset.c
gcc/dbxout.c
gcc/ggc-page.c
gcc/ggc.h
gcc/target.h

index 4ec5629..3bdbbe5 100644 (file)
@@ -1,3 +1,14 @@
+2003-10-05  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * c-pretty-print.c: Fix comment formatting.
+       * cfglayout.c: Likewise.
+       * cfgloopanal.c: Likewise.
+       * cppcharset.c: Likewise.
+       * dbxout.c: Likewise.
+       * ggc-page.c: Likewise.
+       * ggc.h: Likewise.
+       * target.h: Likewise.
+
 2003-10-04  Kelley Cook  <kelleycook@wideopenwest.com>
 
        * gengtype-lex.l: Recognize typedef of functions without PARAMS macro.
index 1ddc1d0..9297712 100644 (file)
@@ -81,7 +81,7 @@ static void pp_c_assignment_expression (c_pretty_printer *, tree);
 /* declarations.  */
 
 \f
-/* Helper functions. */
+/* Helper functions.  */
 
 void
 pp_c_whitespace (c_pretty_printer *pp)
@@ -223,7 +223,7 @@ pp_c_pointer (c_pretty_printer *pp, tree t)
   switch (TREE_CODE (t))
     {
     case POINTER_TYPE:
-      /* It is easier to handle C++ reference types here. */
+      /* It is easier to handle C++ reference types here.  */
     case REFERENCE_TYPE:
       if (TREE_CODE (TREE_TYPE (t)) == POINTER_TYPE)
         pp_c_pointer (pp, TREE_TYPE (t));
index f713eb1..7c7600a 100644 (file)
@@ -423,7 +423,7 @@ insn_scope (rtx insn)
      the first valid instruction in the function and when that first
      insn is part of an inlined function then the low_pc of that
      inlined function is messed up.  Likewise for the epilogue and
-     the last valid instruction. */
+     the last valid instruction.  */
   if (loc == prologue_locator || loc == epilogue_locator)
     return DECL_INITIAL (cfun->decl);
 
index 57c3bac..60c78ea 100644 (file)
@@ -992,7 +992,7 @@ mark_irreducible_loops (struct loops *loops)
       }
 
   /* Compute dfs numbering, starting from loop headers, and mark found
-     loops.*/
+     loops.  */
   tick = 0;
   for (i = 0; i < last_basic_block + loops->num; i++)
     {
index a942408..6794cfe 100644 (file)
@@ -93,7 +93,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 /* This structure is used for a resizable string buffer throughout.  */
 /* Don't call it strbuf, as that conflicts with unistd.h on systems
-   such as DYNIX/ptx where unistd.h includes stropts.h. */
+   such as DYNIX/ptx where unistd.h includes stropts.h.  */
 struct _cpp_strbuf
 {
   uchar *text;
index ec59f5e..84700b4 100644 (file)
@@ -541,7 +541,7 @@ dbxout_init (const char *input_file_name)
   dbxout_typedefs (syms);
 }
 
-/* Output any typedef names for types described by TYPE_DECLs in SYMS. */
+/* Output any typedef names for types described by TYPE_DECLs in SYMS.  */
 
 static void
 dbxout_typedefs (tree syms)
index e507de6..ed164e9 100644 (file)
@@ -1984,7 +1984,7 @@ ggc_pch_write_object (struct ggc_pch_data *d ATTRIBUTE_UNUSED,
     fatal_error ("can't write PCH file: %m");
 
   /* If SIZE is not the same as OBJECT_SIZE(order), then we need to pad the
-     object out to OBJECT_SIZE(order).  This happens for strings. */
+     object out to OBJECT_SIZE(order).  This happens for strings.  */
 
   if (size != OBJECT_SIZE (order))
     {
@@ -1994,7 +1994,7 @@ ggc_pch_write_object (struct ggc_pch_data *d ATTRIBUTE_UNUSED,
          than most padding requests as the source for our null bytes.  This
          permits us to do the padding with fwrite() rather than fseek(), and
          limits the chance the the OS may try to flush any outstanding
-         writes. */
+         writes.  */
       if (padding <= sizeof(emptyBytes))
         {
           if (fwrite (emptyBytes, 1, padding, f) != padding)
@@ -2002,7 +2002,7 @@ ggc_pch_write_object (struct ggc_pch_data *d ATTRIBUTE_UNUSED,
         }
       else
         {
-          /* Larger than our buffer?  Just default to fseek. */
+          /* Larger than our buffer?  Just default to fseek.  */
           if (fseek (f, padding, SEEK_CUR) != 0)
             fatal_error ("can't write PCH file");
         }
index 3a88e16..0e2a63e 100644 (file)
--- a/gcc/ggc.h
+++ b/gcc/ggc.h
@@ -63,7 +63,7 @@ extern void gt_pch_note_reorder (void *, void *, gt_handle_reorder);
 typedef void (*gt_pointer_walker) (void *);
 
 /* Structures for the easy way to mark roots.
-   In an array, terminated by having base == NULL.*/
+   In an array, terminated by having base == NULL.  */
 struct ggc_root_tab {
   void *base;
   size_t nelt;
index 5a57128..15d7233 100644 (file)
@@ -407,7 +407,7 @@ struct gcc_target
                                    tree type, int *pretend_arg_size, int second_time);
     bool (*strict_argument_naming) (CUMULATIVE_ARGS *ca);
     /* Returns true if we should use SETUP_INCOMING_VARARGS and/or
-       STRICT_ARGUMENT_NAMING. */
+       STRICT_ARGUMENT_NAMING.  */
     bool (*pretend_outgoing_varargs_named) (CUMULATIVE_ARGS *ca);
   } calls;
 };