2011-06-25 Basile Starynkevitch <basile@starynkevitch.net>
* timevar.c (timevar_print): Increase width for display of timevar
name.
From-SVN: r175396
+
+2011-06-25 Basile Starynkevitch <basile@starynkevitch.net>
+
+ * timevar.c (timevar_print): Increase width for display of timevar
+ name.
+
2011-06-24 Jakub Jelinek <jakub@redhat.com>
PR c++/46400
continue;
/* The timing variable name. */
- fprintf (fp, " %-22s:", tv->name);
+ fprintf (fp, " %-24s:", tv->name);
#ifdef HAVE_USER_TIME
/* Print user-mode time for this process. */