diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/m68k/est.mt | 2 | ||||
-rw-r--r-- | gdb/config/m68k/tm-est.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gdb/config/m68k/est.mt b/gdb/config/m68k/est.mt index 4e0a332..d93fb97 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 remote-est.o +TDEPFILES= m68k-tdep.o monitor.o remote-est.o TM_FILE= tm-est.h diff --git a/gdb/config/m68k/tm-est.h b/gdb/config/m68k/tm-est.h index 466d5d3..4b71aaa 100644 --- a/gdb/config/m68k/tm-est.h +++ b/gdb/config/m68k/tm-est.h @@ -28,6 +28,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* We have more complex, useful breakpoints on the target. */ #define DECR_PC_AFTER_BREAK 0 +#define NUM_REGS 18 + #include "m68k/tm-m68k.h" #undef FRAME_CHAIN |