]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* arm-linux-tdep.c (arm_linux_extract_return_value): Use gdb_byte.
authorDaniel Jacobowitz <drow@false.org>
Mon, 10 Apr 2006 14:39:24 +0000 (14:39 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 10 Apr 2006 14:39:24 +0000 (14:39 +0000)
gdb/ChangeLog
gdb/arm-linux-tdep.c

index 23f938b77d8ddeef11223d93e3f0b1a283652a90..d08634dfd91106e0aa2b331132d64d02d35eb818 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * arm-linux-tdep.c (arm_linux_extract_return_value): Use gdb_byte.
+
 2006-04-09  David S. Miller  <davem@sunset.davemloft.net>
 
        * sparc64-linux-tdep.c (sparc64_linux_init_abi): Append dwarf2
index b8c0d258ca1804447acb8ede61586df1795221be..cefda6297b5419f42b37030b4ea8b45748b6c9de 100644 (file)
@@ -79,8 +79,8 @@ static const char arm_linux_thumb_le_breakpoint[] = {0x01, 0xde};
    hidden behind the regcache abstraction.  */
 static void
 arm_linux_extract_return_value (struct type *type,
-                               char regbuf[],
-                               char *valbuf)
+                               gdb_byte regbuf[],
+                               gdb_byte *valbuf)
 {
   /* ScottB: This needs to be looked at to handle the different
      floating point emulators on ARM GNU/Linux.  Right now the code