writebuf arguments to `gdb_byte *'.
2005-05-14 Mark Kettenis <kettenis@gnu.org>
+ * vax-tdep.c (vax_return_value): Change type of readbuf and
+ writebuf arguments to `gdb_byte *'.
+
* amd64-tdep.c (amd64_return_value): Change type of readbuf and
writebuf arguments to `gdb_byte *'. Remove now redundant casts.
* i386-tdep.c (i386_return_value): Change type of readbuf and
static enum return_value_convention
vax_return_value (struct gdbarch *gdbarch, struct type *type,
- struct regcache *regcache, void *readbuf,
- const void *writebuf)
+ struct regcache *regcache, gdb_byte *readbuf,
+ const gdb_byte *writebuf)
{
int len = TYPE_LENGTH (type);
gdb_byte buf[8];