aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-split.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-08-06 09:57:43 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-08-06 12:27:48 +0200
commit3c94db20be9af3cb0376292e2d4672b515558231 (patch)
treed495316d2f1d284db065de164813a7f1fade7eb1 /gcc/tree-ssa-loop-split.c
parentbc181adf26eae77eacb73d4397ac479dac114d2d (diff)
downloadgcc-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