From: Andrew Cagney <ac131313@redhat.com>
To: Kevin Buettner <kevinb@redhat.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [RFC] Replace complain() with complaint()
Date: Fri, 13 Dec 2002 12:34:00 -0000 [thread overview]
Message-ID: <3DFA412D.4030409@redhat.com> (raw)
In-Reply-To: <1021212043633.ZM12225@localhost.localdomain>
> - complain (&anon_block_end_complaint, BLOCK_END (block), BLOCK_START (block));
> + complaint (&symfile_complaints,
> + "block end address 0x%lx less than block start address 0x%lx (patched it)",
> + BLOCK_END (block), BLOCK_START (block));
Hmm, I don't think that is right. It should have attacted a -Wformat
warning as block start/end are core-addrs. From memory though, a native
i386 build has CORE_ADDR as a long which might explain why you don't see
the warning.
Puzzled.
Andrew
next prev parent reply other threads:[~2002-12-13 20:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-11 21:18 Kevin Buettner
2002-12-13 12:34 ` Andrew Cagney [this message]
2002-12-13 12:44 ` Kevin Buettner
2002-12-13 13:18 ` Kevin Buettner
2002-12-13 13:59 ` Andrew Cagney
2002-12-13 15:20 ` Kevin Buettner
2002-12-16 17:23 ` Kevin Buettner
2002-12-17 4:28 ` 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=3DFA412D.4030409@redhat.com \
--to=ac131313@redhat.com \
--cc=gdb-patches@sources.redhat.com \
--cc=kevinb@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