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 75c97dd..f2fc8cb 100644 --- a/gdb/gdbserver/linux-sparc-low.c +++ b/gdb/gdbserver/linux-sparc-low.c @@ -328,6 +328,7 @@ struct linux_target_ops the_low_target = { sparc_reinsert_addr, 0, sparc_breakpoint_at, + NULL, /* supports_z_point_type */ NULL, NULL, NULL, NULL, NULL, NULL }; |