r207379 - /branches/google/gcc-4_8/libgcc/libgc...

shenhan@gcc.gnu.org shenhan@gcc.gnu.org
Sat Feb 1 00:38:00 GMT 2014


Author: shenhan
Date: Sat Feb  1 00:38:31 2014
New Revision: 207379

URL: http://gcc.gnu.org/viewcvs?rev=207379&root=gcc&view=rev
Log:
Minor fix for broken build for arm on chromeos.

While building for arm toolchain on chromeos, GCOV_LOCKED is not
defined, which leads to redefinition of cs_all, this is observed on
google/gcc-4_8 branch. Fixed by removing the duplicate part. 

Tested on chromeos, x86_64 and arm.

2014-01-31  Han Shen  <shenhan@google.com>

        * libgcov-driver.c (gcov_exit_merge_summary): Removed
        duplicated decalaration of "cs_all".



Modified:
    branches/google/gcc-4_8/libgcc/libgcov-driver.c



More information about the Gcc-cvs mailing list