aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-adapt.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-09-18 09:56:28 +0000
committerJohn Gilmore <gnu@cygnus>1992-09-18 09:56:28 +0000
commita03d4f8e65036e3f9c3457c588fe8c2fd72841b9 (patch)
treee48525afdc038c8f2a6155f95dcebde8adfe39e7 /gdb/remote-adapt.c
parentdcc8abceed4c9faf9285018a46bede3a39161471 (diff)
downloadfsf-binutils-gdb-a03d4f8e65036e3f9c3457c588fe8c2fd72841b9.zip
fsf-binutils-gdb-a03d4f8e65036e3f9c3457c588fe8c2fd72841b9.tar.gz
fsf-binutils-gdb-a03d4f8e65036e3f9c3457c588fe8c2fd72841b9.tar.bz2
Remove convert_{to,from}_virtual members from target structs.
Diffstat (limited to 'gdb/remote-adapt.c')
-rw-r--r--gdb/remote-adapt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-adapt.c b/gdb/remote-adapt.c
index a21cbb8..f8a3271 100644
--- a/gdb/remote-adapt.c
+++ b/gdb/remote-adapt.c
@@ -1415,7 +1415,7 @@ struct target_ops adapt_ops = {
adapt_open, adapt_close,
adapt_attach, adapt_detach, adapt_resume, adapt_wait,
adapt_fetch_register, adapt_store_register,
- adapt_prepare_to_store, 0, 0, /* conv_to, conv_from */
+ adapt_prepare_to_store,
adapt_xfer_inferior_memory,
adapt_files_info,
adapt_insert_breakpoint, adapt_remove_breakpoint, /* Breakpoints */