mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
2005-02-02 Andrew Cagney <cagney@gnu.org>
* value.h (VALUE_CONTENTS_ALL): Delete. (value_contents_all): Declare. * value.c (value_contents_all): New function. * hpacc-abi.c, cp-valprint.c, valops.c, c-valprint.c: Update. * m68k-tdep.c, i386-tdep.c, infcall.c, valops.c: Update.
This commit is contained in:
@@ -664,12 +664,12 @@ cp_print_static_field (struct type *type,
|
||||
sizeof (CORE_ADDR));
|
||||
|
||||
CHECK_TYPEDEF (type);
|
||||
cp_print_value_fields (type, type, VALUE_CONTENTS_ALL (val),
|
||||
cp_print_value_fields (type, type, value_contents_all (val),
|
||||
VALUE_EMBEDDED_OFFSET (val), VALUE_ADDRESS (val),
|
||||
stream, format, recurse, pretty, NULL, 1);
|
||||
return;
|
||||
}
|
||||
val_print (type, VALUE_CONTENTS_ALL (val),
|
||||
val_print (type, value_contents_all (val),
|
||||
VALUE_EMBEDDED_OFFSET (val), VALUE_ADDRESS (val),
|
||||
stream, format, 0, recurse, pretty);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user