From: Andrew Cagney <ac131313@cygnus.com>
To: cgd@broadcom.com
Cc: cagney@redhat.com, gdb-patches@sources.redhat.com
Subject: Re: [PATCH] sim/MAINTAINERS clarifications.
Date: Thu, 07 Mar 2002 14:23:00 -0000 [thread overview]
Message-ID: <3C87E841.4070007@cygnus.com> (raw)
In-Reply-To: <yov5u1rsf7kr.fsf@broadcom.com>
> (I'm just wondering who the right person I should pester about a
> quick approval for
> http://sources.redhat.com/ml/gdb-patches/2002-03/msg00055.html,
> since the common part of that is trivial and seems obviously useful,
> to me. 8-)
Sorry, missed it. I've been assuming that you didn't need approval in
src/sim.
> + else if (strncmp (fmt, "%#lx<", 5) == 0)
> + /* simple hex with 0x prefix*/
> + {
> + if (pass == 1)
> + lf_printf (file, "%%#lx");
> + else
> + {
> + lf_printf (file, "(unsigned long) ");
> + lf_write (file, param, strlen_param);
> + }
> + }
``#''? Read man page. Ah, cute.
The format string should as far as possible look, smell, and even taste
like fprintf() formats so yes.
Andrew
next prev parent reply other threads:[~2002-03-07 22:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-03-07 12:26 cgd
2002-03-07 14:02 ` Andrew Cagney
2002-03-07 15:57 ` cgd
2002-03-07 14:23 ` Andrew Cagney [this message]
2002-03-07 18:12 ` Andrew Cagney
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=3C87E841.4070007@cygnus.com \
--to=ac131313@cygnus.com \
--cc=cagney@redhat.com \
--cc=cgd@broadcom.com \
--cc=gdb-patches@sources.redhat.com \
/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