diff options
author | John Gilmore <gnu@cygnus> | 1992-09-18 09:56:28 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-09-18 09:56:28 +0000 |
commit | a03d4f8e65036e3f9c3457c588fe8c2fd72841b9 (patch) | |
tree | e48525afdc038c8f2a6155f95dcebde8adfe39e7 /gdb/exec.c | |
parent | dcc8abceed4c9faf9285018a46bede3a39161471 (diff) | |
download | gdb-a03d4f8e65036e3f9c3457c588fe8c2fd72841b9.zip gdb-a03d4f8e65036e3f9c3457c588fe8c2fd72841b9.tar.gz gdb-a03d4f8e65036e3f9c3457c588fe8c2fd72841b9.tar.bz2 |
Remove convert_{to,from}_virtual members from target structs.
Diffstat (limited to 'gdb/exec.c')
-rw-r--r-- | gdb/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -410,7 +410,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 */ |