From: Andrew Cagney <ac131313@cygnus.com>
To: Elena Zannoni <ezannoni@redhat.com>
Cc: Eli Zaretskii <eliz@is.elta.co.il>,
Richard.Earnshaw@arm.com, gdb-patches@sources.redhat.com
Subject: Re: Patch for building gdb on arm-netbsd
Date: Sun, 13 Jan 2002 08:28:00 -0000 [thread overview]
Message-ID: <3C41B59B.70801@cygnus.com> (raw)
In-Reply-To: <15420.33952.241143.297813@localhost.cygnus.com>
> I'm puzzled as to why it would be Elena?
>
> Oh, just because I expressed a few times a strong dislike for
> STREQ. :-)
Just a footnote on this. Looks like GDB is definitly right with trying
to eliminate STREQ() et.al.. Turns out that GCC already does things
like replace:
strcpy (foo, "foo");
with
memcpy (foo, "foo", 4);
so simplifying the code for str*() giving GDB a free hand is a good thing.
enjoy,
Andrew
prev parent reply other threads:[~2002-01-13 16:28 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-09 5:34 Richard Earnshaw
2002-01-09 6:15 ` Eli Zaretskii
2002-01-09 6:25 ` Richard Earnshaw
2002-01-09 9:21 ` Andrew Cagney
2002-01-09 9:29 ` Richard Earnshaw
2002-01-09 9:54 ` Andrew Cagney
2002-01-09 10:45 ` Elena Zannoni
2002-01-13 8:28 ` 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=3C41B59B.70801@cygnus.com \
--to=ac131313@cygnus.com \
--cc=Richard.Earnshaw@arm.com \
--cc=eliz@is.elta.co.il \
--cc=ezannoni@redhat.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