aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r--gcc/gcov.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/gcov.c b/gcc/gcov.c
index a6cabe8..1c4b97d 100644
--- a/gcc/gcov.c
+++ b/gcc/gcov.c
@@ -361,6 +361,9 @@ main (int argc, char **argv)
gcc_init_libintl ();
+ /* Handle response files. */
+ expandargv (&argc, &argv);
+
argno = process_args (argc, argv);
if (optind == argc)
print_usage (true);