* run.c (main): Pass SIM_OPEN_STANDALONE to sim_open.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 2 Apr 1997 23:28:12 +0000 (23:28 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Wed, 2 Apr 1997 23:28:12 +0000 (23:28 +0000)
sim/common/ChangeLog
sim/common/run.c

index 1c8cfd9448e1ebed67693a3ca58df999709bd273..3d79b5696bb1974e8269590d3990ed7f6e0950a8 100644 (file)
@@ -1,5 +1,7 @@
 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.
index cb9fdab8ef1dd736b7bfe962b5da91cc947c2b47..1240445c7a7574ed7d87e7f88c16a279964f3df5 100644 (file)
@@ -46,6 +46,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "callback.h"
 #include "remote-sim.h"
 
+#include "../libiberty/alloca-conf.h"
+
 static void usage PARAMS ((void));
 extern int optind;
 extern char *optarg;
@@ -185,7 +187,7 @@ main (ac, av)
 
   /* 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)
     {
This page took 0.035999 seconds and 4 git commands to generate.