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 | fcc1c85c675ef402ac37ecf4f7a1377f560d0ec0 (patch) | |
tree | 5796270f47cc2df138ccb584397b2749e21755f0 /gdb/gnu-v3-abi.c | |
parent | 116f06eabf8c6f45308bce3c98aa9296c7d82b84 (diff) | |
download | gdb-fcc1c85c675ef402ac37ecf4f7a1377f560d0ec0.zip gdb-fcc1c85c675ef402ac37ecf4f7a1377f560d0ec0.tar.gz gdb-fcc1c85c675ef402ac37ecf4f7a1377f560d0ec0.tar.bz2 |
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/gnu-v3-abi.c')
-rw-r--r-- | gdb/gnu-v3-abi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gnu-v3-abi.c b/gdb/gnu-v3-abi.c index bbfd118..d9947f9 100644 --- a/gdb/gnu-v3-abi.c +++ b/gdb/gnu-v3-abi.c @@ -433,7 +433,7 @@ gnuv3_baseclass_offset (struct type *type, int index, char *valaddr, static void init_gnuv3_ops (void) { - vtable_type_gdbarch_data = register_gdbarch_data (build_gdb_vtable_type, 0); + vtable_type_gdbarch_data = register_gdbarch_data (build_gdb_vtable_type); gnu_v3_abi_ops.shortname = "gnu-v3"; gnu_v3_abi_ops.longname = "GNU G++ Version 3 ABI"; |