This commit was manufactured by cvs2svn to create tag 'drow-cplus-
[external/binutils.git] / gdb / avr-tdep.c
index b381adf..9ef84c0 100644 (file)
@@ -1319,8 +1319,11 @@ avr_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
   set_gdbarch_skip_prologue (gdbarch, avr_skip_prologue);
   set_gdbarch_inner_than (gdbarch, core_addr_lessthan);
 
+  set_gdbarch_decr_pc_after_break (gdbarch, 0);
   set_gdbarch_breakpoint_from_pc (gdbarch, avr_breakpoint_from_pc);
 
+  set_gdbarch_function_start_offset (gdbarch, 0);
+
   set_gdbarch_frame_args_skip (gdbarch, 0);
   set_gdbarch_frameless_function_invocation (gdbarch,
                                              frameless_look_for_prologue);