]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/libgcc2.c
gcov.c (output_data): Use HOST_WIDEST_INT_PRINT_DEC to output variables of type HOST_...
authorAndreas Jaeger <aj@gcc.gnu.org>
Mon, 16 Jul 2001 09:16:04 +0000 (11:16 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Mon, 16 Jul 2001 09:16:04 +0000 (11:16 +0200)
commit23190837c6b9b947cd9bcc80c28639bfb6d8a032
treee4dcc2ea6ccc61dc1c0096e4977098b476823584
parentcc385017aae7dfb0df730ca826aeedde39f41ef6
gcov.c (output_data): Use HOST_WIDEST_INT_PRINT_DEC to output variables of type HOST_WIDEST_INT.

* gcov.c (output_data): Use HOST_WIDEST_INT_PRINT_DEC to output
variables of type HOST_WIDEST_INT.

* libgcc2.c (__bb_exit_func): Handle gcov_type as long long.
(__bb_exit_func): Correct type of count_max to avoid overflow.
(num_digits): Handle long long argument.

* combine.c (gen_lowpart_for_combine): Remove unused variable.

From-SVN: r44033
gcc/ChangeLog
gcc/combine.c
gcc/gcov.c
gcc/libgcc2.c