public inbox for rda@sourceware.org
 help / color / mirror / Atom feed
From: Jim Blandy <jimb@redhat.com>
To: rda@sources.redhat.com
Subject: committed: make fprintf format string match arguments
Date: Thu, 10 Mar 2005 22:01:00 -0000	[thread overview]
Message-ID: <vt2psy7upso.fsf@zenia.home> (raw)


2004-12-03  Jim Blandy  <jimb@redhat.com>

	* linux-target.c (frv_fdpic_loadmap_addresses): Use '%lx' for
	unsigned long argument.

Index: rda/unix/linux-target.c
===================================================================
RCS file: /cvs/cvsfiles/devo/rda/unix/linux-target.c,v
retrieving revision 1.36.2.5.2.6
diff -c -p -r1.36.2.5.2.6 linux-target.c
*** rda/unix/linux-target.c	3 Dec 2004 14:03:58 -0000	1.36.2.5.2.6
--- rda/unix/linux-target.c	3 Dec 2004 14:49:50 -0000
*************** frv_fdpic_loadmap_addresses (struct gdbs
*** 1240,1247 ****
                        (void *)reginfo[regno].ptrace_offset,
  		      &val);
        if (process->debug_backend)
! 	fprintf (stderr, "PTRACE_GETFDPIC pid=%d offset=%d val=%x\n",
! 	         pid,reginfo[regno].ptrace_offset,val);
        if (status < 0)
  	return errno;
        else
--- 1240,1247 ----
                        (void *)reginfo[regno].ptrace_offset,
  		      &val);
        if (process->debug_backend)
! 	fprintf (stderr, "PTRACE_GETFDPIC pid=%d offset=%d val=%lx\n",
! 	         pid, reginfo[regno].ptrace_offset, val);
        if (status < 0)
  	return errno;
        else

                 reply	other threads:[~2005-03-10 22:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=vt2psy7upso.fsf@zenia.home \
    --to=jimb@redhat.com \
    --cc=rda@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).