[PATCH, GOLD]: Tidy up formatting

Cary Coutant ccoutant@google.com
Tue Aug 24 18:55:00 GMT 2010


> Thanks a lot for doing it.  That must have been fun.

Indeed it must have! I spotted one over-zealous application of the regex:

*************** Command_line::version_script()
*** 1356,1362 ****
    this->options_.finalize_dynamic_list();
    Version_script_info* vsi = this->script_options_.version_script_info();
    vsi->finalize();
!   return *vsi;
  }

  } // End namespace gold.
--- 1356,1362 ----
    this->options_.finalize_dynamic_list();
    Version_script_info* vsi = this->script_options_.version_script_info();
    vsi->finalize();
!   return* vsi;
  }

  } // End namespace gold.

-cary



More information about the Binutils mailing list