sim: make nrun the default run program
authorMike Frysinger <vapier@gentoo.org>
Thu, 19 Feb 2015 08:46:01 +0000 (03:46 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 14 Mar 2015 11:02:58 +0000 (07:02 -0400)
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.

47 files changed:
sim/arm/ChangeLog
sim/arm/Makefile.in
sim/avr/ChangeLog
sim/avr/Makefile.in
sim/bfin/ChangeLog
sim/bfin/Makefile.in
sim/common/ChangeLog
sim/common/Make-common.in
sim/common/run.c
sim/cr16/ChangeLog
sim/cr16/Makefile.in
sim/cris/ChangeLog
sim/cris/Makefile.in
sim/d10v/ChangeLog
sim/d10v/Makefile.in
sim/erc32/ChangeLog
sim/erc32/Makefile.in
sim/frv/ChangeLog
sim/frv/Makefile.in
sim/h8300/ChangeLog
sim/h8300/Makefile.in
sim/iq2000/ChangeLog
sim/iq2000/Makefile.in
sim/lm32/ChangeLog
sim/lm32/Makefile.in
sim/m32r/ChangeLog
sim/m32r/Makefile.in
sim/m68hc11/ChangeLog
sim/m68hc11/Makefile.in
sim/mcore/ChangeLog
sim/mcore/Makefile.in
sim/microblaze/ChangeLog
sim/microblaze/Makefile.in
sim/mips/ChangeLog
sim/mips/Makefile.in
sim/mn10300/ChangeLog
sim/mn10300/Makefile.in
sim/moxie/ChangeLog
sim/moxie/Makefile.in
sim/msp430/ChangeLog
sim/msp430/Makefile.in
sim/sh/ChangeLog
sim/sh/Makefile.in
sim/sh64/ChangeLog
sim/sh64/Makefile.in
sim/v850/ChangeLog
sim/v850/Makefile.in

index 40d461c..bd4ddf2 100644 (file)
@@ -1,5 +1,11 @@
 2015-03-14  Mike Frysinger  <vapier@gentoo.org>
 
+       * Makefile.in (SIM_EXTRA_CFLAGS): Add
+       -DSIM_USE_DEPRECATED_RUN_FRONTEND.
+       (SIM_RUN_OBJS): Set to run.o.
+
+2015-03-14  Mike Frysinger  <vapier@gentoo.org>
+
        * configure.ac (AC_CHECK_HEADERS): Delete unistd.h.
        * aclocal.m4, configure: Regenerate.
 
index e211496..80271c0 100644 (file)
 
 ## COMMON_PRE_CONFIG_FRAG
 
-SIM_EXTRA_CFLAGS = -DMODET -DNEED_UI_LOOP_HOOK -DSIM_TARGET_SWITCHES
+SIM_EXTRA_CFLAGS = -DMODET -DNEED_UI_LOOP_HOOK -DSIM_TARGET_SWITCHES \
+       -DSIM_USE_DEPRECATED_RUN_FRONTEND
 
 COPRO=@COPRO@
 
+# Use the deprecated run frontend until we migrate to nrun.o
+SIM_RUN_OBJS = run.o
+
 SIM_OBJS = armemu26.o armemu32.o arminit.o armos.o armsupp.o \
        armvirt.o bag.o thumbemu.o wrapper.o sim-load.o $(COPRO) 
 
index 1f81423..9105e38 100644 (file)
@@ -1,3 +1,9 @@
+2015-03-14  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_EXTRA_CFLAGS): Set to
+       -DSIM_USE_DEPRECATED_RUN_FRONTEND.
+       (SIM_RUN_OBJS): Set to run.o.
+
 2015-02-19  Mike Frysinger  <vapier@gentoo.org>
 
        * interp.c (sim_kill): Delete unused func.
index b767f51..b852211 100644 (file)
 
 ## COMMON_PRE_CONFIG_FRAG
 
+SIM_EXTRA_CFLAGS = -DSIM_USE_DEPRECATED_RUN_FRONTEND
+
+# Use the deprecated run frontend until we migrate to nrun.o
+SIM_RUN_OBJS = run.o
+
 SIM_OBJS = interp.o sim-load.o
 SIM_EXTRA_LIBS = -lm
 
index 649cb6e..764bad2 100644 (file)
@@ -1,3 +1,7 @@
+2015-03-14  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_RUN_OBJS): Delete.
+
 2015-03-10  Mike Frysinger  <vapier@gentoo.org>
 
        PR sim/13160
index 941ffea..1bf0772 100644 (file)
@@ -20,9 +20,6 @@ NL_TARGET = -DNL_TARGET_bfin
 
 ## COMMON_PRE_CONFIG_FRAG
 
-# List of main object files for `run'.
-SIM_RUN_OBJS = nrun.o
-
 SIM_OBJS = \
        $(SIM_NEW_COMMON_OBJS) \
        bfin-sim.o \
index 95ae4a4..60d4ba5 100644 (file)
@@ -1,5 +1,11 @@
 2015-03-14  Mike Frysinger  <vapier@gentoo.org>
 
+       * Make-common.in (SIM_RUN_OBJS): Change to nrun.o.
+       * run.c [SIM_USE_DEPRECATED_RUN_FRONTEND]: Issue a warning.
+       [!SIM_USE_DEPRECATED_RUN_FRONTEND]: Throw an error.
+
+2015-03-14  Mike Frysinger  <vapier@gentoo.org>
+
        * sim-assert.h [!SIM_ASSERT, WITH_ASSERT]: Include sim-io.h.
        [!ASSERT, WITH_ASSERT]: Likewise.
        * sim-endian.c: Delete sim-io.h include.
index 1d721cd..2004abb 100644 (file)
@@ -139,7 +139,7 @@ SIM_EXTRA_LIBS =
 # List of extra program dependencies.
 SIM_EXTRA_LIBDEPS =
 # List of main object files for `run'.
-SIM_RUN_OBJS = run.o
+SIM_RUN_OBJS = nrun.o
 # Dependency of `all' to build any extra files.
 SIM_EXTRA_ALL =
 # Dependency of `install' to install any extra files.
index 35bb4e1..e474661 100644 (file)
@@ -50,6 +50,13 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 #include "run-sim.h"
 #include "version.h"
 
+#ifdef SIM_USE_DEPRECATED_RUN_FRONTEND
+# warning "This sim is using the deprecated run.c; please migrate to nrun.c."
+#else
+# error "Please do not create new sim ports using run.c; use nrun.c instead." \
+        "New submissions using run.c will not be accepted."
+#endif
+
 static void usage (int help);
 static void print_version (void);
 extern int optind;
index 9c78613..3a81178 100644 (file)
@@ -1,5 +1,11 @@
 2015-03-14  Mike Frysinger  <vapier@gentoo.org>
 
+       * Makefile.in (SIM_EXTRA_CFLAGS): Add
+       -DSIM_USE_DEPRECATED_RUN_FRONTEND.
+       (SIM_RUN_OBJS): Set to run.o.
+
+2015-03-14  Mike Frysinger  <vapier@gentoo.org>
+
        * configure.ac (AC_CHECK_HEADERS): Delete.
        * aclocal.m4, configure: Regenerate.
 
index 6bdd61e..a5a612a 100644 (file)
 
 ## COMMON_PRE_CONFIG_FRAG
 
+# Use the deprecated run frontend until we migrate to nrun.o
+SIM_RUN_OBJS = run.o
+
 SIM_OBJS = interp.o table.o simops.o endian.o sim-load.o
 SIM_EXTRA_CLEAN = clean-extra
-SIM_EXTRA_CFLAGS = -DNEED_UI_LOOP_HOOK -DSIM_HAVE_ENVIRONMENT
+SIM_EXTRA_CFLAGS = -DNEED_UI_LOOP_HOOK -DSIM_HAVE_ENVIRONMENT \
+       -DSIM_USE_DEPRECATED_RUN_FRONTEND
 
 INCLUDE = cr16_sim.h $(srcroot)/include/gdb/callback.h targ-vals.h endian.c \
        $(srcroot)/include/gdb/sim-cr16.h
index ad903fb..e1f3f9e 100644 (file)
@@ -1,3 +1,7 @@
+2015-03-14  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_RUN_OBJS): Delete.
+
 2014-12-03  Joel Brobecker  <brobecker@adacore.com>
 
        * traps.c (cris_break_13_handler): Adjust call to "fstat" callback
index a4332c8..1281ac3 100644 (file)
@@ -45,7 +45,6 @@ SIM_EXTRA_DEPS = \
        $(CGEN_INCLUDE_DEPS) $(srccom)/cgen-ops.h \
        arch.h cpuall.h cris-sim.h cris-desc.h
 
-SIM_RUN_OBJS = nrun.o
 SIM_EXTRA_CLEAN = cris-clean
 
 # This selects the cris newlib/libgloss syscall definitions.
index 6d94081..728d5af 100644 (file)
@@ -1,5 +1,11 @@
 2015-03-14  Mike Frysinger  <vapier@gentoo.org>
 
+       * Makefile.in (SIM_EXTRA_CFLAGS): Add
+       -DSIM_USE_DEPRECATED_RUN_FRONTEND.
+       (SIM_RUN_OBJS): Set to run.o.
+
+2015-03-14  Mike Frysinger  <vapier@gentoo.org>
+
        * configure.ac (AC_CHECK_HEADERS): Delete.
        * aclocal.m4, configure: Regenerate.
 
index 2b555a5..173fe95 100644 (file)
 
 ## COMMON_PRE_CONFIG_FRAG
 
+# Use the deprecated run frontend until we migrate to nrun.o
+SIM_RUN_OBJS = run.o
+
 SIM_OBJS = interp.o table.o simops.o endian.o sim-load.o
 SIM_EXTRA_CLEAN = clean-extra
-SIM_EXTRA_CFLAGS = -DNEED_UI_LOOP_HOOK -DSIM_HAVE_ENVIRONMENT
+SIM_EXTRA_CFLAGS = -DNEED_UI_LOOP_HOOK -DSIM_HAVE_ENVIRONMENT \
+       -DSIM_USE_DEPRECATED_RUN_FRONTEND
 
 INCLUDE = d10v_sim.h $(srcroot)/include/gdb/callback.h targ-vals.h endian.c \
        $(srcroot)/include/gdb/sim-d10v.h
index 47bcb7a..b27c74d 100644 (file)
@@ -1,5 +1,9 @@
 2015-03-14  Mike Frysinger  <vapier@gentoo.org>
 
+       * Makefile.in (SIM_RUN_OBJS): Set to sis.o.
+
+2015-03-14  Mike Frysinger  <vapier@gentoo.org>
+
        * configure.ac (AC_CHECK_HEADERS): Delete.
        * aclocal.m4, configure: Regenerate.
 
index a60cd8a..4e39549 100644 (file)
@@ -22,6 +22,7 @@ TERMCAP_LIB = @TERMCAP@
 READLINE_LIB = @READLINE@
 
 SIM_OBJS = exec.o erc32.o func.o help.o float.o interf.o
+SIM_RUN_OBJS = sis.o
 SIM_EXTRA_LIBS = $(READLINE_LIB) $(TERMCAP_LIB) -lm
 SIM_EXTRA_ALL = sis
 SIM_EXTRA_INSTALL = install-sis
index d83bb8d..d54bb94 100644 (file)
@@ -1,3 +1,7 @@
+2015-03-14  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_RUN_OBJS): Delete.
+
 2014-08-23  Hans-Peter Nilsson  <hp@axis.com>
 
        * configure.ac: Default simulator hardware to off again.  Remove
index ea34bf2..2c1503b 100644 (file)
@@ -43,7 +43,6 @@ SIM_EXTRA_DEPS = \
 
 SIM_EXTRA_CFLAGS = @sim_trapdump@
 
-SIM_RUN_OBJS = nrun.o
 SIM_EXTRA_CLEAN = frv-clean
 
 # This selects the frv newlib/libgloss syscall definitions.
index ef84be8..ec21cbf 100644 (file)
@@ -1,5 +1,9 @@
 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 stdlib.h & time.h.
        * aclocal.m4, configure: Regenerate.
 
index 7a569bd..0333a56 100644 (file)
@@ -17,9 +17,6 @@
 
 ## COMMON_PRE_CONFIG_FRAG
 
-# List of main object files for `run'.
-SIM_RUN_OBJS = nrun.o
-
 SIM_OBJS = compile.o \
           $(SIM_NEW_COMMON_OBJS) \
           sim-cpu.o \
index dcb133f..58a8605 100644 (file)
@@ -1,3 +1,7 @@
+2015-03-14  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_RUN_OBJS): Delete.
+
 2014-08-23  Hans-Peter Nilsson  <hp@axis.com>
 
        * configure.ac: Default simulator hardware to off again
index 7606b26..57ce255 100644 (file)
@@ -44,7 +44,6 @@ SIM_EXTRA_CFLAGS =
 
 ALL_CPU_CFLAGS = -DHAVE_CPU_IQ2000BF -DHAVE_CPU_IQ10BF
 
-SIM_RUN_OBJS = nrun.o
 SIM_EXTRA_CLEAN = iq2000-clean
 
 ## COMMON_POST_CONFIG_FRAG
index 7de4de2..8567e61 100644 (file)
@@ -1,3 +1,7 @@
+2015-03-14  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_RUN_OBJS): Delete.
+
 2014-08-19  Alan Modra  <amodra@gmail.com>
 
        * configure: Regenerate.
index 05cf53b..60420a1 100644 (file)
@@ -25,9 +25,6 @@ SIM_EXTRA_DEPS = $(CGEN_INCLUDE_DEPS) $(srcdir)/../../opcodes/lm32-desc.h
 # List of flags to always pass to $(CC).
 #SIM_EXTRA_CFLAGS =
 
-# List of main object files for `run'.
-SIM_RUN_OBJS = nrun.o
-
 SIM_EXTRA_CLEAN = lm32-clean
 
 # This selects the lm32 newlib/libgloss syscall definitions.
index b9494af..98f3a8c 100644 (file)
@@ -1,3 +1,7 @@
+2015-03-14  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_RUN_OBJS): Delete.
+
 2014-08-23  Hans-Peter Nilsson  <hp@axis.com>
 
        * configure.ac: Default simulator hardware to off again.  Remove
index 12a6a8d..491affd 100644 (file)
@@ -47,7 +47,6 @@ SIM_EXTRA_DEPS = \
 
 SIM_EXTRA_CFLAGS = @sim_extra_cflags@
 
-SIM_RUN_OBJS = nrun.o
 SIM_EXTRA_CLEAN = m32r-clean
 
 # This selects the m32r newlib/libgloss syscall definitions.
index 7ba863a..6e10a38 100644 (file)
@@ -1,5 +1,9 @@
 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.
        * aclocal.m4, configure: Regenerate.
 
index fac0b24..f08aa53 100644 (file)
@@ -20,9 +20,6 @@
 M68HC11_OBJS = interp.o m68hc11int.o m68hc12int.o \
                emulos.o interrupts.o m68hc11_sim.o
 
-# List of main object files for `run'.
-SIM_RUN_OBJS = nrun.o
-
 SIM_OBJS = $(M68HC11_OBJS) \
        $(SIM_NEW_COMMON_OBJS) \
        sim-load.o \
index ce85865..5e3bf17 100644 (file)
@@ -1,5 +1,11 @@
 2015-03-14  Mike Frysinger  <vapier@gentoo.org>
 
+       * Makefile.in (SIM_EXTRA_CFLAGS): Set to
+       -DSIM_USE_DEPRECATED_RUN_FRONTEND.
+       (SIM_RUN_OBJS): Set to run.o.
+
+2015-03-14  Mike Frysinger  <vapier@gentoo.org>
+
        * configure.ac (AC_CHECK_HEADERS): Delete.
        * aclocal.m4, configure: Regenerate.
 
index 5cc9c2f..a1110b2 100644 (file)
 
 ## COMMON_PRE_CONFIG_FRAG
 
+# Use the deprecated run frontend until we migrate to nrun.o
+SIM_RUN_OBJS = run.o
+SIM_EXTRA_CFLAGS = -DSIM_USE_DEPRECATED_RUN_FRONTEND
+
 SIM_OBJS = interp.o sim-load.o
 SIM_EXTRA_LIBS = -lm
 SIM_EXTRA_CLEAN = mcore-clean
index f043b4b..ceb1dd5 100644 (file)
@@ -1,5 +1,13 @@
 2015-03-14  Mike Frysinger  <vapier@gentoo.org>
 
+       * Makefile.in (SIM_EXTRA_CFLAGS): Set to
+       -DSIM_USE_DEPRECATED_RUN_FRONTEND.
+       (SIM_RUN_OBJS): Set to run.o.
+       (SIM_EXTRA_CLEAN): Delete.
+       (interp.o, microblaze-clean): Delete rules.
+
+2015-03-14  Mike Frysinger  <vapier@gentoo.org>
+
        * configure.ac (AC_CHECK_HEADERS): Delete.
        * aclocal.m4, configure: Regenerate.
 
index dda4650..6dc6e4e 100644 (file)
 
 ## COMMON_PRE_CONFIG_FRAG
 
+# Use the deprecated run frontend until we migrate to nrun.o
+SIM_RUN_OBJS = run.o
+SIM_EXTRA_CFLAGS = -DSIM_USE_DEPRECATED_RUN_FRONTEND
+
 SIM_OBJS = interp.o sim-load.o
 SIM_EXTRA_LIBS = -lm
-SIM_EXTRA_CLEAN = microblaze-clean
 
 ## COMMON_POST_CONFIG_FRAG
-
-interp.o: interp.c
-
-microblaze-clean:
index 475a10a..72fbdd2 100644 (file)
@@ -1,5 +1,9 @@
 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.
        * aclocal.m4, configure: Regenerate.
 
index 985f4e5..67bce7f 100644 (file)
@@ -67,10 +67,6 @@ SIM_EXTRA_ALL = $(SIM_@sim_gen@_ALL)
 
 SIM_EXTRA_LIBS = $(MIPS_EXTRA_LIBS)
 
-# List of main object files for `run'.
-SIM_RUN_OBJS = nrun.o
-
-
 
 ## COMMON_POST_CONFIG_FRAG
 
index db879f4..b4d84aa 100644 (file)
@@ -1,5 +1,9 @@
 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 &
        string.h & strings.h & time.h.
        * aclocal.m4, configure: Regenerate.
index c94e531..55b0a3f 100644 (file)
@@ -31,9 +31,6 @@ MN10300_OBJS = \
 
 SIM_OBJS = $(MN10300_OBJS) interp.o
 
-# List of main object files for `run'.
-SIM_RUN_OBJS = nrun.o
-
 SIM_EXTRA_CLEAN = clean-igen
 # Extra dependencies for "sim-main.h"
 SIM_EXTRA_DEPS = mn10300_sim.h itable.h idecode.h
index 1b0e892..8e2f5fb 100644 (file)
@@ -1,5 +1,11 @@
 2015-03-14  Mike Frysinger  <vapier@gentoo.org>
 
+       * Makefile.in (SIM_EXTRA_CFLAGS): Set to
+       -DSIM_USE_DEPRECATED_RUN_FRONTEND.
+       (SIM_RUN_OBJS): Set to run.o.
+
+2015-03-14  Mike Frysinger  <vapier@gentoo.org>
+
        * configure.ac (AC_CHECK_HEADERS): Delete.
        * aclocal.m4, configure: Regenerate.
 
index dafdf8c..1f7587c 100644 (file)
 
 dtbdir = @datadir@/gdb/dtb
 
+# Use the deprecated run frontend until we migrate to nrun.o
+SIM_RUN_OBJS = run.o
+SIM_EXTRA_CFLAGS = -DSIM_USE_DEPRECATED_RUN_FRONTEND
+
 SIM_OBJS = interp.o sim-load.o sim-io.o sim-config.o sim-utils.o       \
 sim-options.o sim-module.o sim-core.o sim-endian.o sim-trace.o         \
 sim-engine.o sim-fpu.o sim-bits.o sim-profile.o sim-events.o \
index 9ec71ec..7d52dca 100644 (file)
@@ -1,3 +1,7 @@
+2015-03-14  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_RUN_OBJS): Delete.
+
 2015-02-24  Nick Clifton  <nickc@redhat.com>
 
        * msp430-sim.c (sim_open): Allocate memory regions matching those
index e398d0d..2034867 100644 (file)
@@ -47,8 +47,6 @@ SIM_EXTRA_CFLAGS =
 SIM_EXTRA_LIBS =
 # List of extra program dependencies.
 SIM_EXTRA_LIBDEPS =
-# List of main object files for `run'.
-SIM_RUN_OBJS = nrun.o
 # Dependency of `all' to build any extra files.
 SIM_EXTRA_ALL =
 # Dependency of `install' to install any extra files.
index cbeab34..8603da5 100644 (file)
@@ -1,5 +1,11 @@
 2015-03-14  Mike Frysinger  <vapier@gentoo.org>
 
+       * Makefile.in (SIM_EXTRA_CFLAGS): Set to
+       -DSIM_USE_DEPRECATED_RUN_FRONTEND.
+       (SIM_RUN_OBJS): Set to run.o.
+
+2015-03-14  Mike Frysinger  <vapier@gentoo.org>
+
        * configure.ac (AC_CHECK_HEADERS): Delete.
        * aclocal.m4, configure: Regenerate.
 
index b999e67..61422ab 100644 (file)
 
 ## COMMON_PRE_CONFIG_FRAG
 
+# Use the deprecated run frontend until we migrate to nrun.o
+SIM_RUN_OBJS = run.o
+SIM_EXTRA_CFLAGS = -DSIM_USE_DEPRECATED_RUN_FRONTEND
+
 SIM_OBJS = interp.o table.o sim-load.o
 SIM_EXTRA_LIBS = -lm
 SIM_EXTRA_CLEAN = sh-clean
index 05d0329..43eee86 100644 (file)
@@ -1,3 +1,7 @@
+2015-03-14  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_RUN_OBJS): Delete.
+
 2014-08-23  Hans-Peter Nilsson  <hp@axis.com>
 
        * configure.ac: Default simulator hardware to off again
index 0022d8e..6c23ad9 100644 (file)
@@ -44,7 +44,6 @@ SIM_EXTRA_DEPS = \
 
 SIM_EXTRA_CFLAGS =
 
-SIM_RUN_OBJS = nrun.o
 SIM_EXTRA_CLEAN = sh64-clean
 
 ## COMMON_POST_CONFIG_FRAG
index f02be2b..8578b8a 100644 (file)
@@ -1,5 +1,9 @@
 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 &
        string.h & strings.h & time.h.
        * aclocal.m4, configure: Regenerate.
index 067158f..c8ccde0 100644 (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