OSDN Git Service

* lto.c (lto_read_all_file_options): Start a new line after
authorjiez <jiez@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Sep 2010 14:53:20 +0000 (14:53 +0000)
committerjiez <jiez@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Sep 2010 14:53:20 +0000 (14:53 +0000)
printing out file names.

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

gcc/lto/ChangeLog
gcc/lto/lto.c

index ec853a9..7aa054c 100644 (file)
@@ -1,3 +1,8 @@
+2010-09-25  Jie Zhang  <jie@codesourcery.com>
+
+       * lto.c (lto_read_all_file_options): Start a new line after
+       printing out file names.
+
 2010-09-24  Jan Hubicka  <jh@suse.cz>
 
        * lto.c (lto_promote_cross_file_statics): Use const_value_known_p.
index f52c66e..e2fa975 100644 (file)
@@ -1689,6 +1689,9 @@ lto_read_all_file_options (void)
       free (file_data);
     }
 
+  if (!quiet_flag)
+    fprintf (stderr, "\n");
+
   /* Apply globally the options read from all the files.  */
   lto_reissue_options ();
 }