aboutsummaryrefslogtreecommitdiff
path: root/sim/d10v/Makefile.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-05-24 00:12:18 +0000
committerAndrew Cagney <cagney@redhat.com>2002-05-24 00:12:18 +0000
commitb91b96f4f6321cbbb9b4cbe261ae4dc8729ce4fc (patch)
tree0d38e622c0350699fe3554fd4e41360ae8de6493 /sim/d10v/Makefile.in
parent9a2e8b20a33e01c147f8a1023c3093c122b714b8 (diff)
downloadfsf-binutils-gdb-b91b96f4f6321cbbb9b4cbe261ae4dc8729ce4fc.zip
fsf-binutils-gdb-b91b96f4f6321cbbb9b4cbe261ae4dc8729ce4fc.tar.gz
fsf-binutils-gdb-b91b96f4f6321cbbb9b4cbe261ae4dc8729ce4fc.tar.bz2
* sim-d10v.h: Delete file. Moved to include/gdb/.
* sim-d10v.h: New file. Moved from include/sim-d10v.h. * Makefile.in (INCLUDE): Add "gdb/sim-d10v.h". * interp.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h". * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h". * Makefile.in (sim_d10v_h): Update definition.
Diffstat (limited to 'sim/d10v/Makefile.in')
-rw-r--r--sim/d10v/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/d10v/Makefile.in b/sim/d10v/Makefile.in
index 82d7e11..7ea6059 100644
--- a/sim/d10v/Makefile.in
+++ b/sim/d10v/Makefile.in
@@ -22,7 +22,8 @@ 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
-INCLUDE = d10v_sim.h $(srcroot)/include/callback.h targ-vals.h endian.c
+INCLUDE = d10v_sim.h $(srcroot)/include/callback.h targ-vals.h endian.c \
+ $(srcroot)/include/gdb/sim-d10v.h
# This selects the d10v newlib/libgloss syscall definitions.
NL_TARGET = -DNL_TARGET_d10v