* addr2line.c (main): Likewise.
[deliverable/binutils-gdb.git] / binutils / coffdump.c
index c79c978bb82b98e03b79ae73cf63e3ea8bc1ee24..4361295a1dfdfbd3c8691275da5c580fed892371 100644 (file)
@@ -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)
This page took 0.023586 seconds and 4 git commands to generate.