From 9418f048b53e5afb8fa000bbb410e92c7eacd084 Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Thu, 12 Apr 2007 23:03:00 +0000 Subject: * config/m68k/tm-monitor.h: Delete file. * config/m68k/monitor.mt (DEPRECATED_TM_FILE): Remove. * m68k-tdep.c (m68k_gdbarch_init): set_gdbarch_decr_pc_after_break call moved to ... * m68kbsd-tdep.c (m68kbsd_init_abi): ... here and ... * m68klinux-tdep.c (m68k_linux_init_abi): ... here. --- gdb/m68kbsd-tdep.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/m68kbsd-tdep.c') diff --git a/gdb/m68kbsd-tdep.c b/gdb/m68kbsd-tdep.c index 88b2d2f..01208e5 100644 --- a/gdb/m68kbsd-tdep.c +++ b/gdb/m68kbsd-tdep.c @@ -193,6 +193,8 @@ m68kbsd_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) tdep->jb_pc = 5; tdep->jb_elt_size = 4; + set_gdbarch_decr_pc_after_break (gdbarch, 2); + set_gdbarch_regset_from_core_section (gdbarch, m68kbsd_regset_from_core_section); } -- cgit v1.1