diff options
Diffstat (limited to 'gdb/sparc-nat.c')
-rw-r--r-- | gdb/sparc-nat.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gdb/sparc-nat.c b/gdb/sparc-nat.c index be5308b..fc7f6d4 100644 --- a/gdb/sparc-nat.c +++ b/gdb/sparc-nat.c @@ -325,9 +325,11 @@ kernel_u_size () static struct core_fns sparc_core_fns = { - bfd_target_unknown_flavour, - fetch_core_registers, - NULL + bfd_target_unknown_flavour, /* core_flavour */ + default_check_format, /* check_format */ + default_core_sniffer, /* core_sniffer */ + fetch_core_registers, /* core_read_registers */ + NULL /* next */ }; void |