* libgcc2.c (__bb_exit_func): Fix line wrap problems.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Sun, 2 Dec 2001 12:19:01 +0000 (12:19 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 2 Dec 2001 12:19:01 +0000 (07:19 -0500)
From-SVN: r47527

gcc/ChangeLog
gcc/libgcc2.c

index daadea523024b0b7ae7018fbe15cd6b4b95ced28..c4d195ac91ede89fdfb0abe5530974edb9382690 100644 (file)
@@ -1,3 +1,7 @@
+Sun Dec  2 07:12:30 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * libgcc2.c (__bb_exit_func): Fix line wrap problems.
+
 2001-12-02  Geoff Keating  <geoffk@redhat.com>
 
        * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Simplify.
index 5d424360d99152eb465bbc7c4fa982f8566ab6fb..bf675ec5de6183d19cc3090fa0d6980daf807c5f 100644 (file)
@@ -1497,7 +1497,8 @@ __bb_exit_func (void)
         use of rationale standards here.  */
 
       time ((void *) &time_value);
-      fprintf (file, "Basic block profiling finished on %s\n", ctime ((void *) &time_value));
+      fprintf (file, "Basic block profiling finished on %s\n",
+              ctime ((void *) &time_value));
 
       /* We check the length field explicitly in order to allow compatibility
         with older GCC's which did not provide it.  */
@@ -1842,7 +1843,9 @@ __bb_exit_trace_func (void)
 
           if (!printed_something)
             {
-              fprintf (file, "Functions in `bb.in' not executed during basic block profiling on %s\n", ctime ((void *) &time_value));
+              fprintf (file,
+      "Functions in `bb.in' not executed during basic block profiling on %s\n",
+                      ctime ((void *) &time_value));
               printed_something = 1;
             }