summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-05-03 16:32:25 +0000
committerPaul Brook <paul@codesourcery.com>2006-05-03 16:32:25 +0000
commit082431422ac470715709b77c6f201eeb9ef1ccd7 (patch)
tree1c1391ccd0231ae3990f7bb0f1fc63bed9268b62
parent311fe192d55f89f523d0404b8c5b36b541573886 (diff)
downloadgdb-082431422ac470715709b77c6f201eeb9ef1ccd7.tar.gz
2006-05-03 Paul Brook <paul@codesourcery.com>
* arm-linux-tdep.c (arm_linux_extract_return_value): Use gdb_byte.
-rw-r--r--ChangeLog.csl4
-rw-r--r--gdb/arm-linux-tdep.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index de7ebbf6e10..5f1daae0e0e 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,4 +1,8 @@
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>
* gdb/c-valprint.c: Handle class member typedefs.
diff --git a/gdb/arm-linux-tdep.c b/gdb/arm-linux-tdep.c
index b8c0d258ca1..cefda6297b5 100644
--- a/gdb/arm-linux-tdep.c
+++ b/gdb/arm-linux-tdep.c
@@ -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