diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-01-04 18:20:19 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-01-04 18:20:19 +0000 |
commit | 1514d34ee09f4a99b7f87f308c642a8df525255a (patch) | |
tree | fa06aad2b28c05567871a7a4c3febd83d623bd98 /gdb/value.h | |
parent | 7f8c9282581cbc3f7e13d8c5a6f20e086bf2ad7b (diff) | |
download | gdb-1514d34ee09f4a99b7f87f308c642a8df525255a.zip gdb-1514d34ee09f4a99b7f87f308c642a8df525255a.tar.gz gdb-1514d34ee09f4a99b7f87f308c642a8df525255a.tar.bz2 |
2002-01-04 Daniel Jacobowitz <drow@mvista.com>
* cp-abi.c: Fix whitespace.
(baseclass_offset): New wrapper function.
* cp-abi.h (baseclass_offset): Add prototype.
(struct cp_abi_ops): Add baseclass_offset pointer.
* valops.c (vb_match): Move to...
* gnu-v2-abi.c (vb_match): here.
* valops.c (baseclass_offset): Move to...
* gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
* gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
* gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
* gnu-v3-abi.c (init_gnuv3_ops): Likewise.
* hpacc-abi.c (init_hpacc_ops): Likewise.
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/value.h b/gdb/value.h index a6a517c..78f615f 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -547,8 +547,6 @@ extern void clear_internalvars (void); extern struct value *value_copy (struct value *); -extern int baseclass_offset (struct type *, int, char *, CORE_ADDR); - /* From valops.c */ extern struct value *varying_to_slice (struct value *); |