diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/h8500/h8500.mt | 2 | ||||
-rw-r--r-- | gdb/config/pa/hppapro.mt | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/ppcle-eabi.mt | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/ppcle-sim.mt | 2 | ||||
-rw-r--r-- | gdb/config/sh/sh.mt | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/gdb/config/h8500/h8500.mt b/gdb/config/h8500/h8500.mt index 6167761..682d3aa 100644 --- a/gdb/config/h8500/h8500.mt +++ b/gdb/config/h8500/h8500.mt @@ -1,5 +1,5 @@ # Target: H8500 with HMS monitor and H8 simulator -TDEPFILES= h8500-tdep.o monitor.o remote-hms.o srec.o +TDEPFILES= h8500-tdep.o monitor.o remote-hms.o dsrec.o TM_FILE= tm-h8500.h SIM_OBS = remote-sim.o diff --git a/gdb/config/pa/hppapro.mt b/gdb/config/pa/hppapro.mt index b1d1cbb..4851b18 100644 --- a/gdb/config/pa/hppapro.mt +++ b/gdb/config/pa/hppapro.mt @@ -1,3 +1,3 @@ # Target: PA based debug monitor -TDEPFILES= hppa-tdep.o op50-rom.o w89k-rom.o monitor.o xmodem.o srec.o +TDEPFILES= hppa-tdep.o op50-rom.o w89k-rom.o monitor.o xmodem.o dsrec.o TM_FILE= tm-pro.h diff --git a/gdb/config/powerpc/ppcle-eabi.mt b/gdb/config/powerpc/ppcle-eabi.mt index e335544..943c3ab 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 monitor.o srec.o ppcbug-rom.o +TDEPFILES= rs6000-tdep.o monitor.o dsrec.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 0597a80..563ee8d 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 monitor.o srec.o ppcbug-rom.o +TDEPFILES= rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o TM_FILE= tm-ppcle-eabi.h SIM_OBS = remote-sim.o diff --git a/gdb/config/sh/sh.mt b/gdb/config/sh/sh.mt index c08948b..71d6083 100644 --- a/gdb/config/sh/sh.mt +++ b/gdb/config/sh/sh.mt @@ -1,5 +1,5 @@ # Target: Hitachi Super-H with ICE and simulator -TDEPFILES= sh-tdep.o monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o srec.o +TDEPFILES= sh-tdep.o monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o TM_FILE= tm-sh.h SIM_OBS = remote-sim.o |