Index: gdb/gdbserver/linux-tic6x-low.c |
diff --git a/gdb/gdbserver/linux-tic6x-low.c b/gdb/gdbserver/linux-tic6x-low.c |
index 895d99d2dac6ad6a38edbe2a022459e1b0d5d07d..69d538b4ad54fb0fc26dfcdf955201dfb51a9ada 100644 |
--- a/gdb/gdbserver/linux-tic6x-low.c |
+++ b/gdb/gdbserver/linux-tic6x-low.c |
@@ -321,8 +321,10 @@ struct linux_target_ops the_low_target = { |
tic6x_arch_setup, |
TIC6X_NUM_REGS, |
0, |
+ NULL, |
tic6x_cannot_fetch_register, |
tic6x_cannot_store_register, |
+ NULL, /* fetch_register */ |
tic6x_get_pc, |
tic6x_set_pc, |
(const unsigned char *) &tic6x_breakpoint, |