From fb46238332c5dd50e7faecd7170c38f86aff825d Mon Sep 17 00:00:00 2001 From: Jie Zhang <jie@codesourcery.com> Date: Sat, 25 Sep 2010 14:53:20 +0000 Subject: [PATCH] lto.c (lto_read_all_file_options): Start a new line after printing out file names. * lto.c (lto_read_all_file_options): Start a new line after printing out file names. From-SVN: r164620 --- gcc/lto/ChangeLog | 5 +++++ gcc/lto/lto.c | 3 +++ 2 files changed, 8 insertions(+) diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index ec853a9b9e66..7aa054ce2a21 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -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. diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c index f52c66e6a475..e2fa97576eba 100644 --- a/gcc/lto/lto.c +++ b/gcc/lto/lto.c @@ -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 (); } -- GitLab