Link in PowerPC simulator.
authorMichael Meissner <gnu@the-meissners.org>
Wed, 23 Aug 1995 20:59:06 +0000 (20:59 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Wed, 23 Aug 1995 20:59:06 +0000 (20:59 +0000)
gdb/ChangeLog
gdb/config/powerpc/ppc-eabi.mt [new file with mode: 0644]
gdb/config/powerpc/ppcle-eabi.mt

index ba5a9c6..595d7ba 100644 (file)
@@ -1,3 +1,8 @@
+Wed Aug 23 16:55:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * config/powerpc/ppc{,le}-eabi.mt (SIM_OBJS, SIM): Link in the
+       PowerPC simulator.
+
 Tue Aug 22 02:00:47 1995  Jeff Law  (law@snake.cs.utah.edu)
 
        * tm-hppa.h (EXTRACT_RETURN_VALUE): Fix for FP values.
diff --git a/gdb/config/powerpc/ppc-eabi.mt b/gdb/config/powerpc/ppc-eabi.mt
new file mode 100644 (file)
index 0000000..3cfa642
--- /dev/null
@@ -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
index 27be44f..ba17795 100644 (file)
@@ -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