summaryrefslogtreecommitdiff
path: root/gdb/arm-linux-tdep.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2006-04-10 14:39:24 +0000
committerDaniel Jacobowitz <dan@debian.org>2006-04-10 14:39:24 +0000
commitc5d4a010a3f13a38d61f37c9e7502a0b63362fd0 (patch)
treef0c69001b44bf664894e867ad360b256ab7fc5f5 /gdb/arm-linux-tdep.c
parent937b822bc440b9783552e146f635bf2b0caf4c5a (diff)
downloadgdb-c5d4a010a3f13a38d61f37c9e7502a0b63362fd0.tar.gz
* arm-linux-tdep.c (arm_linux_extract_return_value): Use gdb_byte.
Diffstat (limited to 'gdb/arm-linux-tdep.c')
-rw-r--r--gdb/arm-linux-tdep.c4
1 files changed, 2 insertions, 2 deletions
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