aboutsummaryrefslogtreecommitdiff
path: root/sim/d10v/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-30 02:05:33 -0400
committerMike Frysinger <vapier@gentoo.org>2015-03-30 02:20:23 -0400
commit541ebcee679ccda568b49af01b1da74387623386 (patch)
tree7cab77675c45ca3a0883ee8a0f042c6c95fb1f08 /sim/d10v/Makefile.in
parenta87686e5aa57d86a86b6deac8b4d47a86c69c950 (diff)
downloadfsf-binutils-gdb-541ebcee679ccda568b49af01b1da74387623386.zip
fsf-binutils-gdb-541ebcee679ccda568b49af01b1da74387623386.tar.gz
fsf-binutils-gdb-541ebcee679ccda568b49af01b1da74387623386.tar.bz2
sim: d10v: convert to nrun
A lot of cpu state is stored in global variables, as is memory handling. The sim_size support needs unwinding at some point. But at least this is an improvement on the status quo.
Diffstat (limited to 'sim/d10v/Makefile.in')
-rw-r--r--sim/d10v/Makefile.in16
1 files changed, 10 insertions, 6 deletions
diff --git a/sim/d10v/Makefile.in b/sim/d10v/Makefile.in
index fb2d72d..75b69c3 100644
--- a/sim/d10v/Makefile.in
+++ b/sim/d10v/Makefile.in
@@ -1,7 +1,7 @@
# Makefile template for Configure for the D10v sim library.
# Copyright (C) 1996-2015 Free Software Foundation, Inc.
# Written by Cygnus Support.
-#
+#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
@@ -17,12 +17,16 @@
## 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_OBJS = \
+ interp.o \
+ $(SIM_NEW_COMMON_OBJS) \
+ sim-cpu.o \
+ sim-engine.o \
+ sim-hload.o \
+ table.o \
+ simops.o \
+ endian.o
SIM_EXTRA_CLEAN = clean-extra
-SIM_EXTRA_CFLAGS = -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