summaryrefslogtreecommitdiff
path: root/binutils/sysinfo.y
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/sysinfo.y')
-rw-r--r--binutils/sysinfo.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/sysinfo.y b/binutils/sysinfo.y
index a7077480bc..d340abf81c 100644
--- a/binutils/sysinfo.y
+++ b/binutils/sysinfo.y
@@ -412,6 +412,8 @@ int yydebug;
int
main (int ac, char **av)
{
+ expandargv (&ac, &av);
+
yydebug=0;
if (ac > 1)
writecode = av[1][1];