summaryrefslogtreecommitdiff
path: root/binutils/coffdump.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-09-30 16:37:32 +0000
committerMark Mitchell <mark@codesourcery.com>2005-09-30 16:37:32 +0000
commitf56b99f97a41876aa83f137c6526dc015980b736 (patch)
tree88292b36dce963eed225bf85b121e3a674004dd4 /binutils/coffdump.c
parente0dbed5c5f5e973cdc0eecb89657e4730a983363 (diff)
downloadbinutils-redhat-f56b99f97a41876aa83f137c6526dc015980b736.tar.gz
* addr2line.c (main): Likewise.
* ar.c (main): Likewise. * coffdump.c (main): Likewise. * cxxfilt.c (main): Likewise. * dlltool.c (main): Likewise. * dllwrap.c (main): Likewise. * nlmconv.c (main): Likewise. * nm.c (main): Likewise. * objcopy.c (main): Likewise. * objdump.c (main): Likewise. * readelf.c (main): Likewise. * size.c (main): Likeiwse. * srcconv.c (main): Likewise. * strings.c (main): Likewise. * sysdump.c (main): Likewise. * sysinfo.c (main): Likewise. * windres.c (main): Likewise. * ldmain.c (main): Use expandargv. * gprof.c (main): Use expandargv. * as.c (main): Use expandargv.
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 c79c978bb8..4361295a1d 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)