diff options
Diffstat (limited to 'gdbserver/linux-bfin-low.cc')
-rw-r--r-- | gdbserver/linux-bfin-low.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdbserver/linux-bfin-low.cc b/gdbserver/linux-bfin-low.cc index 6beb61f..c8e9d33 100644 --- a/gdbserver/linux-bfin-low.cc +++ b/gdbserver/linux-bfin-low.cc @@ -171,11 +171,6 @@ bfin_target::get_regs_info () } struct linux_target_ops the_low_target = { - NULL, /* new_process */ - NULL, /* delete_process */ - NULL, /* new_thread */ - NULL, /* delete_thread */ - NULL, /* new_fork */ NULL, /* prepare_to_resume */ NULL, /* process_qsupported */ NULL, /* supports_tracepoints */ |