2006-05-01 Nathan J. Williams <nathanw@wasabisystems.com>
authorNathan J. Williams <nathanw@wasabisystems.com>
Mon, 1 May 2006 15:10:26 +0000 (15:10 +0000)
committerNathan J. Williams <nathanw@wasabisystems.com>
Mon, 1 May 2006 15:10:26 +0000 (15:10 +0000)
        * ppcnbsd-tdep.c (ppcnbsd_return_value): Change type of last two
        arguments from void * to gdb_byte *.

gdb/ChangeLog
gdb/ppcnbsd-tdep.c

index a92b514310b08bb116d57150400cee9aa4cc1921..5e2ba22aa854ab560f0f4c13ac56671c7636b67c 100644 (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"
index 9547fcd988c43d9ddcb01b9cb696d10bfe3e2a81..57ba742c85a5708cc9cf88d0cfc2ae29e1b36029 100644 (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)
This page took 0.025624 seconds and 4 git commands to generate.