Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
+ * run.c (main): Pass SIM_OPEN_STANDALONE to sim_open.
+
* aclocal.m4: Check for stdlib.h, string.h, strings.h, unistd.h.
(sim-debug): Allow arguments. Define WITH_DEBUG in addition to
-DDEBUG.
#include "callback.h"
#include "remote-sim.h"
+#include "../libiberty/alloca-conf.h"
+
static void usage PARAMS ((void));
extern int optind;
extern char *optarg;
/* Ensure that any run-time initialisation that needs to be
performed by the simulator can occur. */
- sd = sim_open (sim_argv);
+ sd = sim_open (SIM_OPEN_STANDALONE, sim_argv);
for (s = abfd->sections; s; s = s->next)
{