diff options
Diffstat (limited to 'libgcc/libgcov.h')
-rw-r--r-- | libgcc/libgcov.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgcc/libgcov.h b/libgcc/libgcov.h index ffa9a69..81e1895 100644 --- a/libgcc/libgcov.h +++ b/libgcc/libgcov.h @@ -217,6 +217,7 @@ struct gcov_info to function information */ #else struct gcov_fn_info **functions; + struct gcov_summary summary; #endif /* !IN_GCOV_TOOL */ }; |