sim: make nrun the default run program

We want people to stop using the run.c frontend, but it's hard to notice
when it's still set as the default.  Lets flip things so nrun.c is the
default, and users of run.c will get an error by default.  We turn that
error into a warning for existing sims so we don't break them -- this is
mostly meant for people starting new ports.
This commit is contained in:
Mike Frysinger 2015-02-19 03:46:01 -05:00
parent b9005ba76e
commit 465fb143c8
47 changed files with 157 additions and 37 deletions

View file

@ -1,3 +1,7 @@
2015-03-14 Mike Frysinger <vapier@gentoo.org>
* Makefile.in (SIM_RUN_OBJS): Delete.
2015-03-14 Mike Frysinger <vapier@gentoo.org>
* configure.ac (AC_CHECK_HEADERS): Delete unistd.h & stdlib.h &

View file

@ -30,8 +30,6 @@ SIM_OBJS = \
sim-reason.o \
sim-stop.o
SIM_RUN_OBJS = nrun.o
# List of extra dependencies.
# Generally this consists of simulator specific files included by sim-main.h.
SIM_EXTRA_DEPS = v850_sim.h sim-main.h simops.h itable.h