diff options
Diffstat (limited to 'binutils/cxxfilt.c')
-rw-r--r-- | binutils/cxxfilt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/cxxfilt.c b/binutils/cxxfilt.c index 25e8e35..f0a3a9e 100644 --- a/binutils/cxxfilt.c +++ b/binutils/cxxfilt.c @@ -170,6 +170,8 @@ main (int argc, char **argv) program_name = argv[0]; xmalloc_set_program_name (program_name); + expandargv (&argc, &argv); + strip_underscore = TARGET_PREPENDS_UNDERSCORE; while ((c = getopt_long (argc, argv, "_nps:", long_options, (int *) 0)) != EOF) |