From b91b96f4f6321cbbb9b4cbe261ae4dc8729ce4fc Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 24 May 2002 00:12:18 +0000 Subject: * 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. --- sim/d10v/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sim/d10v/Makefile.in') 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 -- cgit v1.1