Index: gdb/gdbserver/linux-sh-low.c |
diff --git a/gdb/gdbserver/linux-sh-low.c b/gdb/gdbserver/linux-sh-low.c |
index 4f2ba395a4609b8e6f7c056fbf0e2008a156dd44..fbd67c657ee2a1413e225df8feaa19fa8d5c87c8 100644 |
--- a/gdb/gdbserver/linux-sh-low.c |
+++ b/gdb/gdbserver/linux-sh-low.c |
@@ -112,8 +112,10 @@ struct linux_target_ops the_low_target = { |
init_registers_sh, |
sh_num_regs, |
sh_regmap, |
+ NULL, |
sh_cannot_fetch_register, |
sh_cannot_store_register, |
+ NULL, /* fetch_register */ |
sh_get_pc, |
sh_set_pc, |
(const unsigned char *) &sh_breakpoint, |