2006-05-01 Nathan J. Williams <nathanw@wasabisystems.com>

* ppcnbsd-tdep.c (ppcnbsd_return_value): Change type of last two
        arguments from void * to gdb_byte *.
This commit is contained in:
Nathan J. Williams 2006-05-01 15:10:26 +00:00
parent 85d7f0b9e3
commit 21f79b33e5
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-05-01 Nathan J. Williams <nathanw@wasabisystems.com>
* ppcnbsd-tdep.c (ppcnbsd_return_value): Change type of last two
arguments from void * to gdb_byte *.
2006-04-26 Michael Snyder <msnyder@redhat.com>
* linux-fork.c (_initialize_linux_fork): Rename "delete-fork"

View File

@ -246,8 +246,8 @@ static struct core_fns ppcnbsd_elfcore_fns =
static enum return_value_convention
ppcnbsd_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)