diff options
Diffstat (limited to 'gdb/irix4-nat.c')
-rw-r--r-- | gdb/irix4-nat.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gdb/irix4-nat.c b/gdb/irix4-nat.c index 7646843df4e..03eadc0359e 100644 --- a/gdb/irix4-nat.c +++ b/gdb/irix4-nat.c @@ -186,9 +186,11 @@ fetch_core_registers (core_reg_sect, core_reg_size, which, reg_addr) static struct core_fns irix4_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 |