From: Doug Evans <dje@transmeta.com>
To: gdb@sources.redhat.com
Subject: bitrot in buildsym.c:start_subfile
Date: Wed, 03 Apr 2002 21:58:00 -0000 [thread overview]
Message-ID: <200204040558.VAA14915@casey.transmeta.com> (raw)
In buildsym.c there's this:
/* Start recording information about source code that came from an
included (or otherwise merged-in) source file with a different
name. NAME is the name of the file (cannot be NULL), DIRNAME is
the directory in which it resides (or NULL if not known). */
void
start_subfile (char *name, char *dirname)
{
`name' cannot be NULL.
However, there's this:
subfile->name = (name == NULL) ? NULL : savestring (name, strlen (name));
and this:
if (subfile->name)
Am I missing something?
next reply other threads:[~2002-04-04 5:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-03 21:58 Doug Evans [this message]
2002-04-04 5:51 ` Andrew Cagney
2002-04-04 10:08 ` Doug Evans
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=200204040558.VAA14915@casey.transmeta.com \
--to=dje@transmeta.com \
--cc=gdb@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