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
commitee4a4b574678c9b9a03ebf7f86d97b67667f6a30 (patch)
tree2da989478ef89e0ca4925ad5fc13d17385d279cb
parent087425a8064e25efa69e3346533fe46cf9e9e5e9 (diff)
downloadbinutils-gdb-ee4a4b574678c9b9a03ebf7f86d97b67667f6a30.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