From: Paul Brook Date: Wed, 3 May 2006 16:32:25 +0000 (+0000) Subject: 2006-05-03 Paul Brook X-Git-Tag: gdb-csl-sourcerygxx-4_1-4~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee4a4b574678c9b9a03ebf7f86d97b67667f6a30;p=thirdparty%2Fbinutils-gdb.git 2006-05-03 Paul Brook * arm-linux-tdep.c (arm_linux_extract_return_value): Use gdb_byte. --- diff --git a/ChangeLog.csl b/ChangeLog.csl index de7ebbf6e10..5f1daae0e0e 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,7 @@ +2006-05-03 Paul Brook + + * arm-linux-tdep.c (arm_linux_extract_return_value): Use gdb_byte. + 2006-05-03 Paul Brook Daniel Jacobowitz 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