diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-05-24 00:12:18 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-05-24 00:12:18 +0000 |
commit | b91b96f4f6321cbbb9b4cbe261ae4dc8729ce4fc (patch) | |
tree | 0d38e622c0350699fe3554fd4e41360ae8de6493 /gdb/d10v-tdep.c | |
parent | 9a2e8b20a33e01c147f8a1023c3093c122b714b8 (diff) | |
download | gdb-b91b96f4f6321cbbb9b4cbe261ae4dc8729ce4fc.zip gdb-b91b96f4f6321cbbb9b4cbe261ae4dc8729ce4fc.tar.gz 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 'gdb/d10v-tdep.c')
-rw-r--r-- | gdb/d10v-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/d10v-tdep.c b/gdb/d10v-tdep.c index 570fed3..cd260da 100644 --- a/gdb/d10v-tdep.c +++ b/gdb/d10v-tdep.c @@ -40,7 +40,7 @@ #include "regcache.h" #include "floatformat.h" -#include "sim-d10v.h" +#include "gdb/sim-d10v.h" struct frame_extra_info { |