From a03d4f8e65036e3f9c3457c588fe8c2fd72841b9 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 18 Sep 1992 09:56:28 +0000 Subject: Remove convert_{to,from}_virtual members from target structs. --- gdb/xcoffexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/xcoffexec.c') diff --git a/gdb/xcoffexec.c b/gdb/xcoffexec.c index d4586ee..ddc1d23 100644 --- a/gdb/xcoffexec.c +++ b/gdb/xcoffexec.c @@ -991,7 +991,7 @@ Specify the filename of the executable file.", exec_file_command, exec_close, /* open, close */ child_attach, 0, 0, 0, /* attach, detach, resume, wait, */ 0, 0, /* fetch_registers, store_registers, */ - 0, 0, 0, /* prepare_to_store, conv_to, conv_from, */ + 0, /* prepare_to_store */ xfer_memory, exec_files_info, 0, 0, /* insert_breakpoint, remove_breakpoint, */ 0, 0, 0, 0, 0, /* terminal stuff */ -- cgit v1.1