Revert revision 168407.

2011-01-03  H.J. Lu  <hongjiu.lu@intel.com>

	PR driver/47137
	* gcc.c (main): Revert revision 168407.

From-SVN: r168429
This commit is contained in:
H.J. Lu 2011-01-03 15:03:05 +00:00 committed by H.J. Lu
parent 839d549b58
commit 56b721c591
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-01-03 H.J. Lu <hongjiu.lu@intel.com>
PR driver/47137
* gcc.c (main): Revert revision 168407.
2011-01-03 Martin Jambor <mjambor@suse.cz>
* lto-cgraph.c (input_cgraph_opt_section): Use the correct section type.

View File

@ -6582,7 +6582,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"
explicit_link_files = XCNEWVEC (char, n_infiles);
combine_inputs = flag_wpa;
combine_inputs = have_o || flag_wpa;
for (i = 0; (int) i < n_infiles; i++)
{