mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 05:12:33 +08:00
Specify the file type.
This commit is contained in:
@ -74,7 +74,7 @@ main (ac, av)
|
|||||||
{
|
{
|
||||||
printf ("run %s\n", name);
|
printf ("run %s\n", name);
|
||||||
}
|
}
|
||||||
abfd = bfd_openr (name, "");
|
abfd = bfd_openr (name, "coff-sh");
|
||||||
if (abfd)
|
if (abfd)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user