mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
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