From: Sandra Loosemore <sandra@codesourcery.com>
To: Mike Frysinger <vapier@gentoo.org>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH] sim: constify sim_write source buffer
Date: Tue, 13 Apr 2010 23:25:00 -0000 [thread overview]
Message-ID: <4BC4FD92.8050308@codesourcery.com> (raw)
FYI, this patch:
2010-04-13 Mike Frysinger <vapier@gentoo.org>
* remote-sim.h (sim_write): Add const to buf arg.
caused the ARM simulator to fail to build. See sim/arm/wrapper.c:158:
int
sim_write (sd, addr, buffer, size)
SIM_DESC sd ATTRIBUTE_UNUSED;
SIM_ADDR addr;
unsigned char * buffer;
int size;
The obvious patch makes it build, at least.
-Sandra
next reply other threads:[~2010-04-13 23:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-13 23:25 Sandra Loosemore [this message]
2010-04-14 0:39 ` Mike Frysinger
2010-04-14 6:03 ` Hans-Peter Nilsson
-- strict thread matches above, loose matches on Subject: below --
2010-04-10 21:58 Mike Frysinger
2010-04-13 15:35 ` Joel Brobecker
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=4BC4FD92.8050308@codesourcery.com \
--to=sandra@codesourcery.com \
--cc=gdb-patches@sourceware.org \
--cc=vapier@gentoo.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