diff options
Diffstat (limited to 'gcc/gcov-dump.c')
-rw-r--r-- | gcc/gcov-dump.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/gcov-dump.c b/gcc/gcov-dump.c index ba432db..0ae7e94 100644 --- a/gcc/gcov-dump.c +++ b/gcc/gcov-dump.c @@ -220,6 +220,8 @@ dump_gcov_file (const char *filename) if (!is_data_type) { + printf ("%s:cwd: %s\n", filename, gcov_read_string ()); + /* Support for unexecuted basic blocks. */ unsigned support_unexecuted_blocks = gcov_read_unsigned (); if (!support_unexecuted_blocks) |