mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* run.c (main): Fix parsing of args.
* compile.c (sim_resume): Fix shll insn.
This commit is contained in:
parent
4ae030b938
commit
1835992e85
@ -49,16 +49,12 @@ main (ac, av)
|
||||
}
|
||||
|
||||
else
|
||||
name = av[i];
|
||||
}
|
||||
|
||||
if (verbose)
|
||||
if (verbose)
|
||||
printf ("run %s\n", name);
|
||||
|
||||
{
|
||||
|
||||
name = av[i];
|
||||
|
||||
printf ("run %s\n", name);
|
||||
|
||||
}
|
||||
abfd = bfd_openr (name, "coff-h8300");
|
||||
if (abfd)
|
||||
{
|
||||
@ -82,7 +78,6 @@ main (ac, av)
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user