From: Steve Chamberlain Date: Mon, 3 May 1993 22:27:41 +0000 (+0000) Subject: Support for broken makes and lint. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e1ac2601409cb4042dcdf6102cc3ecf6e254dba;p=binutils-gdb.git Support for broken makes and lint. --- diff --git a/sim/sh/run.c b/sim/sh/run.c index f7d987f70b0..e0398c5363d 100644 --- a/sim/sh/run.c +++ b/sim/sh/run.c @@ -46,6 +46,11 @@ main (ac, av) { trace = 1; } + else if (strcmp (av[i], "-m") == 0) + { + sim_size(atoi(av[i+1])); + i++; + } else { name = av[i];