From: Rong Xu Date: Fri, 11 Jul 2014 17:02:18 +0000 (+0000) Subject: libgcov-util.c (gcov_max_filename): Fix declartion. X-Git-Tag: releases/gcc-5.1.0~6394 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5313205efe7b750614a237fca070f2479787c0b;p=thirdparty%2Fgcc.git libgcov-util.c (gcov_max_filename): Fix declartion. 2014-07-11 Rong Xu * libgcov-util.c (gcov_max_filename): Fix declartion. From-SVN: r212463 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 759cd820b2b4..5334959f0410 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2014-07-11 Rong Xu + + * libgcov-util.c (gcov_max_filename): Fix declartion. + 2014-07-10 Rong Xu Add gcov-tool: an offline gcda profile processing tool diff --git a/libgcc/libgcov-util.c b/libgcc/libgcov-util.c index 6dddec59490b..fc67979fcb84 100644 --- a/libgcc/libgcov-util.c +++ b/libgcc/libgcov-util.c @@ -38,7 +38,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see extern gcov_position_t gcov_position(); extern int gcov_is_error(); -extern gcov_unsigned_t gcov_max_filename; +extern size_t gcov_max_filename; /* Verbose mode for debug. */ static int verbose;