From 13c3b5f5bbe5ad8aed357e17db7e7922bfd253d7 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 7 Feb 2005 17:06:29 +0000 Subject: 2005-02-07 Andrew Cagney * value.h (value_embedded_offset): Delete. (value_embedded_offset): Declare. * value.c (value_embedded_offset): Define. * valops.c, p-valprint.c, mi/mi-main.c, hpacc-abi.c: Update. * gnu-v3-abi.c, eval.c, c-valprint.c, cp-valprint.c: Update. * cp-abi.h: Update. --- gdb/cp-abi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/cp-abi.h') diff --git a/gdb/cp-abi.h b/gdb/cp-abi.h index cf21a2f4cde..cce41f0c372 100644 --- a/gdb/cp-abi.h +++ b/gdb/cp-abi.h @@ -123,7 +123,7 @@ extern struct value *value_virtual_fn_field (struct value **valuep, of the complete object to the start of the embedded subobject VALUE represents. In other words, the enclosing object starts at VALUE_ADDR (VALUE) + VALUE_OFFSET (VALUE) + - VALUE_EMBEDDED_OFFSET (VALUE) + *TOP + value_embedded_offset (VALUE) + *TOP - If *USING_ENC is non-zero, then *TOP is the offset from the address of the complete object to the enclosing object stored in VALUE. In other words, the enclosing object starts at -- cgit v1.2.1