]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2006-05-03 Paul Brook <paul@codesourcery.com>
authorPaul Brook <paul@codesourcery.com>
Wed, 3 May 2006 16:32:25 +0000 (16:32 +0000)
committerPaul Brook <paul@codesourcery.com>
Wed, 3 May 2006 16:32:25 +0000 (16:32 +0000)
* arm-linux-tdep.c (arm_linux_extract_return_value): Use gdb_byte.

ChangeLog.csl
gdb/arm-linux-tdep.c

index de7ebbf6e10c51a54ac773a0aafddca7f72255d3..5f1daae0e0eab0d06a308db66212e73af62d5688 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-03  Paul Brook  <paul@codesourcery.com>
+
+       * arm-linux-tdep.c (arm_linux_extract_return_value): Use gdb_byte.
+
 2006-05-03  Paul Brook  <paul@codesourcery.com>
        Daniel Jacobowitz  <dan@codesourcery.com>
 
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