gdbserver/linux-low: delete 'linux_target_ops' and 'the_low_target'
[deliverable/binutils-gdb.git] / gdbserver / linux-tic6x-low.cc
index adcc410100e9fddca8eae4f424007a56c692d2bd..09f974823ee00360f46d2f98a7a57f06cea529d5 100644 (file)
@@ -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"
 
This page took 0.024861 seconds and 4 git commands to generate.