From d25b6ff742d5a75f3d32457f2a11df604fdee548 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Tue, 5 Oct 1999 23:07:51 +0000 Subject: import gdb-1999-10-04 snapshot --- gdb/irix4-nat.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gdb/irix4-nat.c') 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 -- cgit v1.2.1