From: Steve Chamberlain Date: Fri, 27 May 1994 02:06:14 +0000 (+0000) Subject: * interp.c (trap): Fix irix incompatibility. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d3e5651cf0fe7df62763f84ff5a8f92c61ecfe0;p=binutils-gdb.git * interp.c (trap): Fix irix incompatibility. * run.c (main): open without specifying file type. --- 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) {