diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-08-04 22:24:44 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-08-04 22:24:44 +0000 |
commit | 08f7ca3001dc5274c1bbc0ded90bed64587af80c (patch) | |
tree | 09c909d18f1b551a66219703bd6b17bdd54ff9b3 /gdb/remote.c | |
parent | f691280d38557271794a34a3073bdb10418544d7 (diff) | |
download | gdb-08f7ca3001dc5274c1bbc0ded90bed64587af80c.tar.gz |
2003-08-04 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh (gdbarch_data_free_ftype): Delete declaration.
(register_gdbarch_data): Delete "free" parameter. Update
comments.
* gdbarch.h, gdbarch.c: Re-generate.
* reggroups.c (_initialize_reggroup): Update.
* gnu-v3-abi.c (init_gnuv3_ops): Update.
* frame-base.c (_initialize_frame_base): Update.
* frame-unwind.c (_initialize_frame_unwind): Update.
* user-regs.c (_initialize_user_regs): Update.
* remote.c (_initialize_remote): Update.
* regcache.c (_initialize_regcache): Update.
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 0da3fecff8a..73906c7c719 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -6056,7 +6056,7 @@ _initialize_remote (void) struct cmd_list_element *tmpcmd; /* architecture specific data */ - remote_gdbarch_data_handle = register_gdbarch_data (init_remote_state, NULL); + remote_gdbarch_data_handle = register_gdbarch_data (init_remote_state); /* Old tacky stuff. NOTE: This comes after the remote protocol so that the remote protocol has been initialized. */ |