This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, GOLD]: Tidy up formatting


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]