forked from Imagelibrary/binutils-gdb
Specify the file type.
This commit is contained in:
@@ -74,7 +74,7 @@ main (ac, av)
|
||||
{
|
||||
printf ("run %s\n", name);
|
||||
}
|
||||
abfd = bfd_openr (name, "");
|
||||
abfd = bfd_openr (name, "coff-sh");
|
||||
if (abfd)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user