diff options
author | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2021-08-06 09:57:43 +0200 |
---|---|---|
committer | Sebastian Huber <sebastian.huber@embedded-brains.de> | 2021-08-06 12:27:48 +0200 |
commit | 3c94db20be9af3cb0376292e2d4672b515558231 (patch) | |
tree | d495316d2f1d284db065de164813a7f1fade7eb1 /gcc/tree-ssa-loop-split.c | |
parent | bc181adf26eae77eacb73d4397ac479dac114d2d (diff) | |
download | gcc-3c94db20be9af3cb0376292e2d4672b515558231.zip gcc-3c94db20be9af3cb0376292e2d4672b515558231.tar.gz gcc-3c94db20be9af3cb0376292e2d4672b515558231.tar.bz2 |
gcov: Remove <stdint.h> from libgcov-driver.c
In the patch to add __gcov_info_to_gcda(), the include of <stdint.h> was added
to libgcov-driver.c even if inhibit_libc is defined. It turned out that this
header file is not always available. Remove the include of <stdint.h> and
replace the intptr_t with the compiler provided __INTPTR_TYPE__.
libgcc/
* libgcov-driver.c (#include <stdint.h>): Remove.
(write_topn_counters): Use __INTPTR_TYPE__ instead of intptr_t.
Diffstat (limited to 'gcc/tree-ssa-loop-split.c')
0 files changed, 0 insertions, 0 deletions