diff options
Diffstat (limited to 'gdb/gdbserver/linux-sparc-low.c')
-rw-r--r-- | gdb/gdbserver/linux-sparc-low.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/gdbserver/linux-sparc-low.c b/gdb/gdbserver/linux-sparc-low.c index 834f63f..dc9c0cc 100644 --- a/gdb/gdbserver/linux-sparc-low.c +++ b/gdb/gdbserver/linux-sparc-low.c @@ -281,6 +281,7 @@ struct linux_target_ops the_low_target = { sparc_num_regs, /* No regmap needs to be provided since this impl. doesn't use USRREGS. */ NULL, + NULL, sparc_cannot_fetch_register, sparc_cannot_store_register, sparc_get_pc, |