aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-08-23 20:59:06 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-08-23 20:59:06 +0000
commit19c3fec4bf74083f6136dd64e4b503426c77b474 (patch)
treedcbfd294f736b85504d5c35c756ad813b58c05f6 /gdb/config
parent2abfcdf3f5a313b0022a6e6150877b624d4928f4 (diff)
downloadgdb-19c3fec4bf74083f6136dd64e4b503426c77b474.zip
gdb-19c3fec4bf74083f6136dd64e4b503426c77b474.tar.gz
gdb-19c3fec4bf74083f6136dd64e4b503426c77b474.tar.bz2
Link in PowerPC simulator.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/powerpc/ppc-eabi.mt6
-rw-r--r--gdb/config/powerpc/ppcle-eabi.mt3
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/config/powerpc/ppc-eabi.mt b/gdb/config/powerpc/ppc-eabi.mt
new file mode 100644
index 0000000..3cfa642
--- /dev/null
+++ b/gdb/config/powerpc/ppc-eabi.mt
@@ -0,0 +1,6 @@
+# Target: PowerPC running eabi
+TDEPFILES= rs6000-tdep.o
+TM_FILE= tm-ppc-eabi.h
+
+SIM_OBS = remote-sim.o
+SIM = ../sim/ppc/libsim.a
diff --git a/gdb/config/powerpc/ppcle-eabi.mt b/gdb/config/powerpc/ppcle-eabi.mt
index 27be44f..ba17795 100644
--- a/gdb/config/powerpc/ppcle-eabi.mt
+++ b/gdb/config/powerpc/ppcle-eabi.mt
@@ -1,3 +1,6 @@
# Target: PowerPC running eabi in little endian mode
TDEPFILES= rs6000-tdep.o
TM_FILE= tm-ppcle-eabi.h
+
+SIM_OBS = remote-sim.o
+SIM = ../sim/ppc/libsim.a