summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1993-02-04 18:05:30 +0000
committerSteve Chamberlain <sac@cygnus>1993-02-04 18:05:30 +0000
commit6d2f03fea5a561fc48d930211416a83ce5ce0bb3 (patch)
tree51c95541b04b9cdb5ef5e19cd2fca1c050b0b059
parentf48c6d1a87735b99ac34e3976c539373aaf3ffa8 (diff)
downloadbinutils-gdb-6d2f03fea5a561fc48d930211416a83ce5ce0bb3.tar.gz
Now builds in subdirs
-rw-r--r--gdb/config/h8300hms.mt2
-rw-r--r--gdb/config/z8ksim.mt2
-rw-r--r--gdb/remote-z8k.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/gdb/config/h8300hms.mt b/gdb/config/h8300hms.mt
index 71213ea35a9..6002df48c00 100644
--- a/gdb/config/h8300hms.mt
+++ b/gdb/config/h8300hms.mt
@@ -1,3 +1,3 @@
# Target: H8300 with HMS monitor and H8 simulator
-TDEPFILES= exec.o h8300-tdep.o remote-hms.o remote-sim.o ../h8300sim/code.o ../h8300sim/perifs.o
+TDEPFILES= exec.o h8300-tdep.o remote-hms.o remote-sim.o ../sim/h8300/code.o ../sim/h8300/perifs.o
TM_FILE= tm-h8300.h
diff --git a/gdb/config/z8ksim.mt b/gdb/config/z8ksim.mt
index 7c507cf4557..095dd660fe8 100644
--- a/gdb/config/z8ksim.mt
+++ b/gdb/config/z8ksim.mt
@@ -1,3 +1,3 @@
# Target: Z8000 simulator
-TDEPFILES= exec.o z8k-tdep.o remote-z8k.o ../z8ksim/libsim.a ../opcodes/libopcodes.a
+TDEPFILES= exec.o z8k-tdep.o remote-z8k.o ../sim/z8k/libsim.a ../opcodes/libopcodes.a
TM_FILE= tm-z8k.h
diff --git a/gdb/remote-z8k.c b/gdb/remote-z8k.c
index ee3704e740b..d1e36230069 100644
--- a/gdb/remote-z8k.c
+++ b/gdb/remote-z8k.c
@@ -32,7 +32,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "terminal.h"
#include "target.h"
#include "gdbcore.h"
-#include "../../sim/sim.h"
+#include "../sim/z8k/sim.h"
/* External data declarations */
extern int stop_soon_quietly; /* for wait_for_inferior */