* 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.
This commit is contained in:
Andrew Cagney 2002-05-24 00:12:18 +00:00
parent 9a2e8b20a3
commit b91b96f4f6
9 changed files with 23 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2002-05-23 Andrew Cagney <ac131313@redhat.com>
* d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
* Makefile.in (sim_d10v_h): Update definition.
2002-05-24 Andrew Cagney <cagney@redhat.com>
* d10v-tdep.c (d10v_gdbarch_init): Revert old code included in

View File

@ -572,7 +572,7 @@ dis_asm_h = $(INCLUDE_DIR)/dis-asm.h
remote_sim_h = $(INCLUDE_DIR)/remote-sim.h
demangle_h = $(INCLUDE_DIR)/demangle.h
obstack_h = $(INCLUDE_DIR)/obstack.h
sim_d10v_h = $(INCLUDE_DIR)/sim-d10v.h
sim_d10v_h = $(INCLUDE_DIR)/gdb/sim-d10v.h
splay_tree_h = $(INCLUDE_DIR)/splay-tree.h
readline_headers = \

View File

@ -40,7 +40,7 @@
#include "regcache.h"
#include "floatformat.h"
#include "sim-d10v.h"
#include "gdb/sim-d10v.h"
struct frame_extra_info
{

View File

@ -1,3 +1,7 @@
2002-05-23 Andrew Cagney <ac131313@redhat.com>
* sim-d10v.h: Delete file. Moved to include/gdb/.
2002-05-23 Jakub Jelinek <jakub@redhat.com>
* elf/common.h (PT_TLS, SHF_TLS, STT_TLS, DF_STATIC_TLS): Define.

View File

@ -1,3 +1,7 @@
2002-05-23 Andrew Cagney <ac131313@redhat.com>
* sim-d10v.h: New file. Moved from include/sim-d10v.h.
2002-05-10 Elena Zannoni <ezannoni@redhat.com>
* sim-sh.h: New file, for sh gdb<->sim interface.

View File

@ -1,3 +1,8 @@
2002-05-23 Andrew Cagney <ac131313@redhat.com>
* Makefile.in (INCLUDE): Add "gdb/sim-d10v.h".
* interp.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
2001-08-01 John R. Moore <jmoore@redhat.com>
* interp.c (sim_create_inferior): Removed a hack that stated

View File

@ -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

View File

@ -5,7 +5,7 @@
#include "remote-sim.h"
#include "d10v_sim.h"
#include "sim-d10v.h"
#include "gdb/sim-d10v.h"
enum _leftright { LEFT_FIRST, RIGHT_FIRST };