From: Andrew Cagney <cagney@gnu.org>
To: Thiemo Seufer <ica2_ts@csv.ica.uni-stuttgart.de>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [PATCH] Fix typo in infptrace.c
Date: Mon, 21 Feb 2005 19:23:00 -0000 [thread overview]
Message-ID: <421A1853.5020601@gnu.org> (raw)
In-Reply-To: <20050221143800.GV1757@rembrandt.csv.ica.uni-stuttgart.de>
Thiemo Seufer wrote:
> Hello All,
>
> this patch fixes a build failure (on mips-linux) caused by a simple
> typo.
I've checked this in, thanks!
Andrew
> 2005-02-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
>
> * infptrace.c (store_register): Fix typo.
>
>
> Index: gdb/infptrace.c
> ===================================================================
> RCS file: /cvs/src/src/gdb/infptrace.c,v
> retrieving revision 1.53
> diff -u -p -r1.53 infptrace.c
> --- gdb/infptrace.c 15 Feb 2005 15:49:11 -0000 1.53
> +++ gdb/infptrace.c 21 Feb 2005 14:17:27 -0000
> @@ -288,7 +288,7 @@ store_register (int regnum)
> errno = 0;
> ptrace (PT_WRITE_U, tid, (PTRACE_TYPE_ARG3) addr, buf[i]);
> if (errno != 0)
> - error (_("Couldn't write register %s (#%d): %s.")e, REGISTER_NAME (regnum),
> + error (_("Couldn't write register %s (#%d): %s."), REGISTER_NAME (regnum),
> regnum, safe_strerror (errno));
>
> addr += sizeof (PTRACE_TYPE_RET);
>
prev parent reply other threads:[~2005-02-21 17:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-21 18:10 Thiemo Seufer
2005-02-21 19:23 ` Andrew Cagney [this message]
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=421A1853.5020601@gnu.org \
--to=cagney@gnu.org \
--cc=gdb-patches@sources.redhat.com \
--cc=ica2_ts@csv.ica.uni-stuttgart.de \
/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