Re: another gcov cleanup

2014-07-26 Thread Xinliang David Li
looks good. thanks. David On Sat, Jul 26, 2014 at 12:08 AM, Nathan Sidwell wrote: > This patch removes 2 global variables -- gi_filename and gcov_max_filename. > The relevant data is moved into the renamed gcov_filename structure and > length is calculated later in the process. > > One more chan

another gcov cleanup

2014-07-26 Thread Nathan Sidwell
This patch removes 2 global variables -- gi_filename and gcov_max_filename. The relevant data is moved into the renamed gcov_filename structure and length is calculated later in the process. One more change and then David's required support for triggering dumping across shared objects will es