From 0a240100604929ff2ae5a498c55d253e131b6684 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Tue, 28 Jun 1994 01:05:38 +0000 Subject: [PATCH] Specify the file type. --- sim/sh/run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/sh/run.c b/sim/sh/run.c index d92576c47be..fae062cc05e 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) { -- 2.30.2