| Submitter | Jie Zhang |
|---|---|
| Date | Sept. 25, 2010, 2:58 p.m. |
| Message ID | <4C9E0DF8.9090001@codesourcery.com> |
| Download | mbox | patch |
| Permalink | /patch/65744/ |
| State | New |
| Headers | show |
Comments
Patch
* lto.c (lto_read_all_file_options): Start a new line after printing out file names. Index: lto.c =================================================================== --- lto.c (revision 164619) +++ lto.c (working copy) @@ -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 (); }