From: Mark Kettenis <mark.kettenis@xs4all.nl>
To: gdb-patches@sourceware.org
Subject: [commit] gdb_bytize arm-tdep.c
Date: Sun, 15 Jan 2006 14:51:00 -0000 [thread overview]
Message-ID: <200601151451.k0FEpVMH010877@elgar.sibelius.xs4all.nl> (raw)
I know there are quite a few commercial parties with interests in gdb.
Whenever I encounter things like this, I'd almost say they're just a
bunch of freeloaders. Heck, I'l just say it. They're a bunch of evil
capitalist freeloaders.
Daniel, it's things like this why we need to have -Werror by default
as soon as possible.
Committed as obvious.
Mark
Index: ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* arm-tdep.c (arm_return_value): Change type of readbuf and
writebuf arguments to `gdb_byte *'.
Index: arm-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/arm-tdep.c,v
retrieving revision 1.203
diff -u -p -r1.203 arm-tdep.c
--- arm-tdep.c 22 Dec 2005 17:06:25 -0000 1.203
+++ arm-tdep.c 15 Jan 2006 14:44:18 -0000
@@ -1,7 +1,8 @@
/* Common target dependent code for GDB on ARM systems.
Copyright (C) 1988, 1989, 1991, 1992, 1993, 1995, 1996, 1998, 1999,
- 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ 2000, 2001, 2002, 2003, 2004, 2005, 2006
+ Free Software Foundation, Inc.
This file is part of GDB.
@@ -2258,8 +2259,8 @@ arm_store_return_value (struct type *typ
static enum return_value_convention
arm_return_value (struct gdbarch *gdbarch, struct type *valtype,
- struct regcache *regcache, void *readbuf,
- const void *writebuf)
+ struct regcache *regcache, gdb_byte *readbuf,
+ const gdb_byte *writebuf)
{
if (TYPE_CODE (valtype) == TYPE_CODE_STRUCT
|| TYPE_CODE (valtype) == TYPE_CODE_UNION
next reply other threads:[~2006-01-15 14:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-15 14:51 Mark Kettenis [this message]
2006-01-15 16:49 ` Daniel Jacobowitz
2006-01-15 18:16 ` Mark Kettenis
2006-01-16 5:34 ` Jim Blandy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200601151451.k0FEpVMH010877@elgar.sibelius.xs4all.nl \
--to=mark.kettenis@xs4all.nl \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox