diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-05-12 01:02:58 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-05-12 01:02:58 +0000 |
commit | 944ab9fb7a74fe8eb7909146bf3a0c9beb527540 (patch) | |
tree | dfac618d8bafeffd5176de0dd6bf339d3e25271c /gdb/remote.c | |
parent | 4b446cf8785d54231e819cafea27871b2681ca24 (diff) | |
download | gdb-944ab9fb7a74fe8eb7909146bf3a0c9beb527540.tar.gz |
* gdbarch.sh (gdbarch_data): Add gdbarch parameter.
* gdbarch.h, gdbarch.c: Regenerate.
* gnu-v3-abi.c: Update copyright.
(vtable_address_point_offset): Update.
(gnuv3_rtti_type): Update.
(gnuv3_baseclass_offset): Update.
* solib-svr4.c (svr4_fetch_link_map_offsets): Update.
(init_fetch_link_map_offsets): Update.
* remote.c (get_remote_state): 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 a7736800edf..d447f3804f8 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -256,7 +256,7 @@ static struct gdbarch_data *remote_gdbarch_data_handle; static struct remote_state * get_remote_state () { - return gdbarch_data (remote_gdbarch_data_handle); + return gdbarch_data (current_gdbarch, remote_gdbarch_data_handle); } static void * |