From 3d3e5651cf0fe7df62763f84ff5a8f92c61ecfe0 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Fri, 27 May 1994 02:06:14 +0000 Subject: [PATCH] * interp.c (trap): Fix irix incompatibility. * run.c (main): open without specifying 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 fae062cc05e..d92576c47be 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, "coff-sh"); + abfd = bfd_openr (name, ""); if (abfd) { -- 2.30.2