diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/m68k/est.mt | 2 | ||||
-rw-r--r-- | gdb/config/pa/hppapro.mt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/m68k/est.mt b/gdb/config/m68k/est.mt index d93fb97..84aae4d 100644 --- a/gdb/config/m68k/est.mt +++ b/gdb/config/m68k/est.mt @@ -1,3 +1,3 @@ # Target: m68k emulator EST-300 -TDEPFILES= m68k-tdep.o monitor.o remote-est.o +TDEPFILES= m68k-tdep.o monitor.o remote-est.o cpu32bug-rom.o TM_FILE= tm-est.h diff --git a/gdb/config/pa/hppapro.mt b/gdb/config/pa/hppapro.mt index 4cafd95..b2786ad 100644 --- a/gdb/config/pa/hppapro.mt +++ b/gdb/config/pa/hppapro.mt @@ -1,4 +1,4 @@ # Target: PA based debug monitor -TDEPFILES= hppa-tdep.o op50-rom.o w89k-rom.o monitor.o +TDEPFILES= hppa-tdep.o op50-rom.o w89k-rom.o monitor.o xmodem.o TM_FILE= tm-pro.h XDEPFILES= ser-tcp.o |