gcov-tool.c
15.7 KB
-
re PR gcov-profile/61790 (gcov-tool.c uses atoll) · e608ef6d
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
John David Anglin committed