diff options
Diffstat (limited to 'gdbserver/linux-tic6x-low.cc')
-rw-r--r-- | gdbserver/linux-tic6x-low.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdbserver/linux-tic6x-low.cc b/gdbserver/linux-tic6x-low.cc index adcc410..09f9748 100644 --- a/gdbserver/linux-tic6x-low.cc +++ b/gdbserver/linux-tic6x-low.cc @@ -200,8 +200,6 @@ static int tic6x_regmap_c62x[] = { #endif -extern struct linux_target_ops the_low_target; - static int *tic6x_regmap; static unsigned int tic6x_breakpoint; #define tic6x_breakpoint_len 4 @@ -414,9 +412,6 @@ tic6x_target::get_regs_info () return &myregs_info; } -struct linux_target_ops the_low_target = { -}; - #if GDB_SELF_TEST #include "gdbsupport/selftest.h" |