aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/run.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/sh/run.c')
-rw-r--r--sim/sh/run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/sh/run.c b/sim/sh/run.c
index d92576c..fae062c 100644
--- a/sim/sh/run.c
+++ b/sim/sh/run.c
@@ -74,7 +74,7 @@ main (ac, av)
{
printf ("run %s\n", name);
}
- abfd = bfd_openr (name, "");
+ abfd = bfd_openr (name, "coff-sh");
if (abfd)
{