re PR gcov-profile/61790 (gcov-tool.c uses atoll)
authorJohn David Anglin <danglin@gcc.gnu.org>
Fri, 9 Jan 2015 00:50:49 +0000 (00:50 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Fri, 9 Jan 2015 00:50:49 +0000 (00:50 +0000)
commite608ef6de92f53558b27b3166d5da5ea3725461d
treee8ae9d3d6090dc578c6e59d674449af82c781c4e
parentfe7d7447470fb9e66bd007a6f8353a8718676479
re PR gcov-profile/61790 (gcov-tool.c uses atoll)

PR gcov-profile/61790
* gcov-tool.c (do_rewrite): Use strtoll instead of atoll if host has
long long.  Fallback to int64_t if host doesn't have long long and
use strtol if int64_t is long.  Otherwise, use sscanf for conversion.

From-SVN: r219372
gcc/ChangeLog
gcc/gcov-tool.c