diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-06-28 03:33:26 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-06-28 03:33:26 +0000 |
commit | a196c81c19ca89cbd11439a7174546c4b7849671 (patch) | |
tree | 638b36aa646993f88a078b645004704b0d0d57fc /gdb/config/powerpc/ppc-sim.mt | |
parent | f4c100a72c8ab46d83297f7f42e532b9fa41e6af (diff) | |
download | gdb-a196c81c19ca89cbd11439a7174546c4b7849671.zip gdb-a196c81c19ca89cbd11439a7174546c4b7849671.tar.gz gdb-a196c81c19ca89cbd11439a7174546c4b7849671.tar.bz2 |
Exterminate ser-ocd.c.
Diffstat (limited to 'gdb/config/powerpc/ppc-sim.mt')
-rw-r--r-- | gdb/config/powerpc/ppc-sim.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/powerpc/ppc-sim.mt b/gdb/config/powerpc/ppc-sim.mt index a798d10..a647cad 100644 --- a/gdb/config/powerpc/ppc-sim.mt +++ b/gdb/config/powerpc/ppc-sim.mt @@ -1,5 +1,5 @@ # Target: PowerPC running eabi and including the simulator -TDEPFILES= ser-ocd.o rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o dink32-rom.o ppc-bdm.o ocd.o remote-sds.o ppc-linux-tdep.o +TDEPFILES= rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o dink32-rom.o ppc-bdm.o ocd.o remote-sds.o ppc-linux-tdep.o TM_FILE= tm-ppc-eabi.h SIM_OBS = remote-sim.o |