diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-11-15 00:11:14 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-11-15 00:11:14 +0000 |
commit | 97a002e72ad685304c7a5a196ae90b3146ebfa46 (patch) | |
tree | 649f324a09dbfdedad421d8b58b2b36fd3bc7c10 /gdb/config/powerpc | |
parent | 9999417ef6b4b604522cccebba96153e13f822f2 (diff) | |
download | gdb-97a002e72ad685304c7a5a196ae90b3146ebfa46.zip gdb-97a002e72ad685304c7a5a196ae90b3146ebfa46.tar.gz gdb-97a002e72ad685304c7a5a196ae90b3146ebfa46.tar.bz2 |
Switch to using new fangled monitor.o routines for ppcbug, rather than remote
Diffstat (limited to 'gdb/config/powerpc')
-rw-r--r-- | gdb/config/powerpc/ppcle-eabi.mt | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/ppcle-sim.mt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/powerpc/ppcle-eabi.mt b/gdb/config/powerpc/ppcle-eabi.mt index c9f220f..e335544 100644 --- a/gdb/config/powerpc/ppcle-eabi.mt +++ b/gdb/config/powerpc/ppcle-eabi.mt @@ -1,3 +1,3 @@ # Target: PowerPC running eabi in little endian mode -TDEPFILES= rs6000-tdep.o remote-ppcbug.o +TDEPFILES= rs6000-tdep.o monitor.o srec.o ppcbug-rom.o TM_FILE= tm-ppcle-eabi.h diff --git a/gdb/config/powerpc/ppcle-sim.mt b/gdb/config/powerpc/ppcle-sim.mt index d65e6f8..0597a80 100644 --- a/gdb/config/powerpc/ppcle-sim.mt +++ b/gdb/config/powerpc/ppcle-sim.mt @@ -1,5 +1,5 @@ # Target: PowerPC running eabi in little endian mode under the simulator -TDEPFILES= rs6000-tdep.o remote-ppcbug.o +TDEPFILES= rs6000-tdep.o monitor.o srec.o ppcbug-rom.o TM_FILE= tm-ppcle-eabi.h SIM_OBS = remote-sim.o |