summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-05-12 01:02:58 +0000
committerAndrew Cagney <cagney@redhat.com>2002-05-12 01:02:58 +0000
commit944ab9fb7a74fe8eb7909146bf3a0c9beb527540 (patch)
treedfac618d8bafeffd5176de0dd6bf339d3e25271c /gdb/gdbarch.h
parent4b446cf8785d54231e819cafea27871b2681ca24 (diff)
downloadgdb-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/gdbarch.h')
-rw-r--r--gdb/gdbarch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index 0e334cff806..77f094533f6 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -2575,7 +2575,7 @@ extern void set_gdbarch_data (struct gdbarch *gdbarch,
struct gdbarch_data *data,
void *pointer);
-extern void *gdbarch_data (struct gdbarch_data*);
+extern void *gdbarch_data (struct gdbarch *gdbarch, struct gdbarch_data *);
/* Register per-architecture memory region.