From 49f47b00132ea875af81a955e88ff8c478d0795f Mon Sep 17 00:00:00 2001 From: Fernando Nasser Date: Tue, 19 Jan 1999 00:39:04 +0000 Subject: 1999-01-18 Fernando Nasser * sol-thread.c: delete compile time initialization of target_ops (_initialize_sol_thread): initialize target_ops at run time. * hpux-thread.c: added target_ops entry. * m3-nat.c: ditto. --- gdb/m3-nat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/m3-nat.c') diff --git a/gdb/m3-nat.c b/gdb/m3-nat.c index e1f2851719c..43ab3ee11fe 100644 --- a/gdb/m3-nat.c +++ b/gdb/m3-nat.c @@ -4586,6 +4586,7 @@ struct target_ops m3_ops = { 0, /* to_notice_signals */ 0, /* to_thread_alive */ m3_stop, /* to_stop */ + 0, /* to_query */ m3_pid_to_exec_file, /* to_pid_to_exec_file */ NULL, /* to_core_file_to_sym_file */ process_stratum, /* to_stratum */ -- cgit v1.2.1