aboutsummaryrefslogtreecommitdiff
path: root/binutils/coffdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/coffdump.c')
-rw-r--r--binutils/coffdump.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/coffdump.c b/binutils/coffdump.c
index c79c978..4361295 100644
--- a/binutils/coffdump.c
+++ b/binutils/coffdump.c
@@ -494,6 +494,8 @@ main (int ac, char **av)
program_name = av[0];
xmalloc_set_program_name (program_name);
+ expandargv (&ac, &av);
+
while ((opt = getopt_long (ac, av, "HhVv", long_options,
(int *) NULL))
!= EOF)