From: Jim Blandy <jimb@redhat.com>
To: gdb@sources.redhat.com
Subject: Live Range Splitting goodbye?
Date: Fri, 21 Jun 2002 18:44:00 -0000 [thread overview]
Message-ID: <npptykccjr.fsf@zwingli.cygnus.com> (raw)
Would anyone mind if I deleted the support for live range splitting?
That would remove the following fields from struct symbol, get rid of
a weird call to read_pc in symtab.c (!!), and a bunch of other stuff.
I believe the GCC code which would emit the sorts of STABS that turn
into these structures has never been contributed to the public sources
anyway.
struct symbol
{
...
/* Link to a list of aliases for this symbol.
Only a "primary/main symbol may have aliases. */
struct alias_list *aliases;
/* List of ranges where this symbol is active. This is only
used by alias symbols at the current time. */
struct range_list *ranges;
};
next reply other threads:[~2002-06-22 1:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-21 18:44 Jim Blandy [this message]
2002-06-21 19:13 ` Elena Zannoni
2002-06-21 20:08 ` Daniel Jacobowitz
2002-06-21 21:46 ` Daniel Berlin
2002-06-26 12:22 ` Jim Blandy
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=npptykccjr.fsf@zwingli.cygnus.com \
--to=jimb@redhat.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