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:
Andrew Cagney
2005-02-02 21:36:17 +00:00
parent 1b9afc0454
commit 46615f07c3
11 changed files with 38 additions and 24 deletions

View File

@ -591,7 +591,7 @@ You must use a pointer to function type variable. Command ignored.", arg_name);
sp += aligned_len;
}
/* Push the structure. */
write_memory (addr, VALUE_CONTENTS_ALL (args[i]), len);
write_memory (addr, value_contents_all (args[i]), len);
/* The value we're going to pass is the address of the
thing we just pushed. */
/*args[i] = value_from_longest (lookup_pointer_type (values_type),