Specify the file type.
This commit is contained in:
parent
aa48187bd3
commit
0a24010060
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ main (ac, av)
|
|||
{
|
||||
printf ("run %s\n", name);
|
||||
}
|
||||
abfd = bfd_openr (name, "");
|
||||
abfd = bfd_openr (name, "coff-sh");
|
||||
if (abfd)
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue