summaryrefslogtreecommitdiff
path: root/gdb/config/powerpc
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-10-20 00:16:44 +0000
committerAndrew Cagney <cagney@redhat.com>2001-10-20 00:16:44 +0000
commitc717b8f8476f3e435d6246b99ff2483dedb03cfe (patch)
tree719b36f9e623f227bb8bb40925d089707b183ec3 /gdb/config/powerpc
parent567ff6bd9d0dd33da9a0ba7cfa1f9a8ead4298d6 (diff)
downloadgdb-c717b8f8476f3e435d6246b99ff2483dedb03cfe.tar.gz
Enable PowerPC simulator on native linux and netbsd.
Diffstat (limited to 'gdb/config/powerpc')
-rw-r--r--gdb/config/powerpc/linux.mt3
-rw-r--r--gdb/config/powerpc/nbsd.mt3
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config/powerpc/linux.mt b/gdb/config/powerpc/linux.mt
index 0e3d068da89..01160b98704 100644
--- a/gdb/config/powerpc/linux.mt
+++ b/gdb/config/powerpc/linux.mt
@@ -1,3 +1,6 @@
# Target: Motorola PPC on Linux
TDEPFILES= rs6000-tdep.o ppc-linux-tdep.o solib.o solib-svr4.o solib-legacy.o
TM_FILE= tm-linux.h
+
+SIM_OBS = remote-sim.o
+SIM = ../sim/ppc/libsim.a
diff --git a/gdb/config/powerpc/nbsd.mt b/gdb/config/powerpc/nbsd.mt
index 7a32fd2db4c..acc5da804ca 100644
--- a/gdb/config/powerpc/nbsd.mt
+++ b/gdb/config/powerpc/nbsd.mt
@@ -3,3 +3,6 @@ TDEPFILES= rs6000-tdep.o ppc-linux-tdep.o
TM_FILE= tm-nbsd.h
GDBSERVER_DEPFILES= low-nbsd.o
+
+SIM_OBS = remote-sim.o
+SIM = ../sim/ppc/libsim.a