From 320fc8a318edadd8d6325ff1b4b6f78f4e43c118 Mon Sep 17 00:00:00 2001 From: nathanw Date: Mon, 29 May 2006 19:33:54 +0000 Subject: [PATCH] Pull in a change from GDB CVS: 2006-01-15 Mark Kettenis * arm-tdep.c (arm_return_value): Change type of readbuf and writebuf arguments to `gdb_byte *'. --- gnu/dist/gdb6/gdb/arm-tdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/dist/gdb6/gdb/arm-tdep.c b/gnu/dist/gdb6/gdb/arm-tdep.c index ba713f21419c..95d2cf39b957 100644 --- a/gnu/dist/gdb6/gdb/arm-tdep.c +++ b/gnu/dist/gdb6/gdb/arm-tdep.c @@ -2366,8 +2366,8 @@ arm_store_return_value (struct type *type, struct regcache *regs, static enum return_value_convention arm_return_value (struct gdbarch *gdbarch, struct type *valtype, - struct regcache *regcache, void *readbuf, - const void *writebuf) + struct regcache *regcache, gdb_byte *readbuf, + const gdb_byte *writebuf) { if (TYPE_CODE (valtype) == TYPE_CODE_STRUCT || TYPE_CODE (valtype) == TYPE_CODE_UNION