* addr2line.c (main): Likewise.
[deliverable/binutils-gdb.git] / binutils / dlltool.c
index 512cf7b02ac17d61d6e1496ee76700fa8bed8e04..6c86071af530e4ec0c045fb7e3a52848cb150f89 100644 (file)
@@ -3124,6 +3124,8 @@ main (int ac, char **av)
   bindtextdomain (PACKAGE, LOCALEDIR);
   textdomain (PACKAGE);
 
+  expandargv (&argc, &argv);
+
   while ((c = getopt_long (ac, av,
 #ifdef DLLTOOL_MCORE_ELF
                           "m:e:l:aD:d:z:b:xp:cCuUkAS:f:nvVHhM:L:F:",
This page took 0.023577 seconds and 4 git commands to generate.