Re: [Google gcc-4_8] always emit __gcov_get_profile_prefix when linking libgcov.a

2014-01-23 Thread Xinliang David Li
ok. David On Thu, Jan 23, 2014 at 4:21 PM, Rong Xu wrote: > Hi, > > This patch is for google/gcc-4_8 branch. It fixes a regression in > earlier libgcov refactoring. > > Thanks, > > -Rong > > 2014-01-23 Rong Xu > > * libgcov-driver.c (__gcov_get_profile_prefix): Always emit > t

[Google gcc-4_8] always emit __gcov_get_profile_prefix when linking libgcov.a

2014-01-23 Thread Rong Xu
Hi, This patch is for google/gcc-4_8 branch. It fixes a regression in earlier libgcov refactoring. Thanks, -Rong 2014-01-23 Rong Xu * libgcov-driver.c (__gcov_get_profile_prefix): Always emit this function. Index: libgcov-driver.c ===