diff options
Diffstat (limited to 'gdbserver/linux-tic6x-low.cc')
-rw-r--r-- | gdbserver/linux-tic6x-low.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdbserver/linux-tic6x-low.cc b/gdbserver/linux-tic6x-low.cc index 790b4e4..1486829 100644 --- a/gdbserver/linux-tic6x-low.cc +++ b/gdbserver/linux-tic6x-low.cc @@ -419,7 +419,6 @@ tic6x_target::get_regs_info () } struct linux_target_ops the_low_target = { - NULL, /* breakpoint_kind_from_pc */ tic6x_sw_breakpoint_from_kind, NULL, 0, @@ -445,7 +444,6 @@ struct linux_target_ops the_low_target = { NULL, /* emit_ops */ NULL, /* get_min_fast_tracepoint_insn_len */ NULL, /* supports_range_stepping */ - NULL, /* breakpoint_kind_from_current_state */ tic6x_supports_hardware_single_step, }; |